TutorialMod icon indicating copy to clipboard operation
TutorialMod copied to clipboard

The code for the tutorial mod created in my 1.10.2 Forge Modding tutorial series.

Results 5 TutorialMod issues
Sort by recently updated
recently updated
newest added

Please you can add guide how to create gui automatically on click to block. How in JEI.

Can you write a tutorial to explain how to create machine using RF like coal generator, energy storage and energized furnace ? thanks for your Mods and Tutorial !

You could add a command for your corn seed that it will drop out of grass. I used your tutorial and everything worked (with some help) but I missed this...

https://github.com/shadowfacts/shadowfacts.github.io/pull/11 I can only really handle the unnecessary packets, since the parts using localization are overwritten for the GUI tutorial. I still removed the localization methods from the proxies.

The 1.12 tutorial says that IChunkGenerator is still in its old place of net.minecraft.world.chunk.IChunkGenerator, but it's been moved to net.minecraft.world.gen.IChunkGenerator. Can you update the tutorial to fix it?