diff --git a/examplemods/block_of_steve_advanced.js b/examplemods/block_of_steve_advanced.js index 2c955b1..24bc3d0 100644 --- a/examplemods/block_of_steve_advanced.js +++ b/examplemods/block_of_steve_advanced.js @@ -1,3 +1,6 @@ +//THIS IS A DEMO MOD + + //nice little utility function to fix the block identity map function fixupBlockIds() { var blockRegistry = ModAPI.util.wrap(ModAPI.reflect.getClassById("net.minecraft.block.Block").staticVariables.blockRegistry).getCorrective(); diff --git a/examplemods/block_of_steve_simple.js b/examplemods/block_of_steve_simple.js index bd023e3..46b6e25 100644 --- a/examplemods/block_of_steve_simple.js +++ b/examplemods/block_of_steve_simple.js @@ -1,3 +1,6 @@ +//THIS IS A DEMO MOD + + //nice little utility function to fix the block identity map function fixupBlockIds() { var blockRegistry = ModAPI.util.wrap(ModAPI.reflect.getClassById("net.minecraft.block.Block").staticVariables.blockRegistry).getCorrective();