9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-28 11:29:17 +00:00

添加debug指令检测注入

This commit is contained in:
XiaoMoMi
2025-05-06 17:10:55 +08:00
parent 044735ef0d
commit 22d41bf788
10 changed files with 74 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
package net.momirealms.craftengine.mod;
import net.minecraft.world.level.chunk.LevelChunkSection;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.objectweb.asm.tree.ClassNode;