- Install
osxfuse
:
brew cask install osxfuse
-
Reboot your Mac.
-
Install
ntfs-3g
:
;SMBDIS.ASM - A COMPREHENSIVE SUPER MARIO BROS. DISASSEMBLY | |
;by doppelganger ([email protected]) | |
;This file is provided for your own use as-is. It will require the character rom data | |
;and an iNES file header to get it to work. | |
;There are so many people I have to thank for this, that taking all the credit for | |
;myself would be an unforgivable act of arrogance. Without their help this would | |
;probably not be possible. So I thank all the peeps in the nesdev scene whose insight into | |
;the 6502 and the NES helped me learn how it works (you guys know who you are, there's no |
/** | |
* K.jpg's OpenSimplex 2, smooth variant ("SuperSimplex") | |
* | |
* More language ports, as well as legacy 2014 OpenSimplex, can be found here: | |
* https://github.com/KdotJPG/OpenSimplex2 | |
*/ | |
public class OpenSimplex2S { | |
private static final long PRIME_X = 0x5205402B9270C86FL; |
apply plugin: "java" | |
apply plugin: "maven" | |
// edit this area only. | |
// the build.gradle would have the patttern minecraft { mappings = "channel_dlVersion" } | |
ext.channel = "SomeRandomName" | |
ext.dlVersion = "custom" | |
ext.mcVersion = "1.7.10" // the targetted MC version | |
group = "de.oceanlabs.mcp" |
extern "C" | |
{ | |
int _fltused; | |
#ifdef _M_IX86 // following functions are needed only for 32-bit architecture | |
__declspec(naked) void _ftol2() | |
{ | |
__asm | |
{ |
// Conway's Game of Life in HolyC for TempleOS | |
// Ported from Rosetta Code. Original C Source: | |
// - http://rosettacode.org/wiki/Conway's_Game_of_Life#C | |
#define WIDTH 60 | |
#define HEIGHT 40 | |
#define SLEEP 100 | |
U32 Universe[HEIGHT][WIDTH]; | |
U64 COUNT; |
apply plugin: 'java' | |
apply plugin: 'maven-publish' | |
version = 382 + (System.getenv('BUILD_NUMBER') ?: project.ext.properties.buildNumber ?: 0).toInteger() | |
group = 'net.minecraftforge' //put it under us for now, because this is a unofficial mirrior | |
archivesBaseName = 'fernflower' | |
sourceCompatibility = '1.8' | |
targetCompatibility = '1.8' |
osxfuse
:brew cask install osxfuse
Reboot your Mac.
Install ntfs-3g
:
This is a compiled list of falsehoods programmers tend to believe about working with time.
Don't re-invent a date time library yourself. If you think you understand everything about time, you're probably doing it wrong.
CurseGradle is a Gradle plugin that lets you publish artifacts to CurseForge. Consult the CurseGradle wiki for the full details. It works out of the box for ForgeGradle projects, but requires a bit of configuration for Fabric projects, which is the subject of this gist.
CurseGradle will assume the environment is a ForgeGradle environment, so its integration has to be manually switched off.
Without ForgeGradle, CurseGradle doesn't know which Minecraft version you are working with, so it has to be specified manually.
The correct main artifact is the output of the remapJar
task.
Fabric Mod Loader is a mod loader for 1.14.
Discord: https://discordapp.com/invite/v6v4pMv
Wiki: https://fabricmc.net/wiki/doku.php
Install: https://fabricmc.net/use/
The following mods are tested on 1.14-pre5. (as of Apr 23, 2019)
Please tell me if any information is wrong.
Pre-Release 5 mods should even work on 1.14 Release.