From 2354c628f274ce922f93829b1ca130e0b5d82ddc Mon Sep 17 00:00:00 2001 From: ZXMushroom63 Date: Mon, 4 Nov 2024 16:44:41 +0800 Subject: [PATCH] add warning --- examplemods/block_of_steve_advanced.js | 3 +++ examplemods/block_of_steve_simple.js | 3 +++ 2 files changed, 6 insertions(+) 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();