ExampleMod-1.12 icon indicating copy to clipboard operation
ExampleMod-1.12 copied to clipboard

Use this to start any new mod. It already has code to do many common things such as creating new blocks, items, entities, tileentities, commands, event handlers and so forth.

Results 2 ExampleMod-1.12 issues
Sort by recently updated
recently updated
newest added

All the items, blocks and fluids included with this example (excluding the 'safe falling' enchantment book) display without textures and are substituted for the default placeholder texture (pink and black...

Hi, just wanted to point out a few issues I found in some of the tutorials: 1. When [implementing the FogDensity event](https://github.com/jabelar/ExampleMod-1.12/blob/master/src/main/java/com/blogspot/jabelarminecraft/examplemod/proxy/ClientProxy.java#L530), never set the density to something like `0.0001F`....