修改注入点,支持防止更多mod的爆炸破坏
Modified injection points and enhanced compatibility.
修改注入点,不再与blueprint冲突,支持防止更多mod的爆炸破坏
Modified injection points to eliminate conflicts with Blueprint. Enhanced compatibility.
- 支持添加白名单(即使EBNB_ALL设置为true,在白名单中的爆炸源依然会正常破坏方块)
- 现在方块可以按照其id进行区分(如不同颜色的床)
- 支持填写标签(以#开头,如#minecraft:beds)
- Supports whitelist (Even when EBNB_ALL is set to true, explosion sources in the whitelist will still destroy blocks normally)
- Blocks can now be distinguished by their IDs (e.g., beds of different colors)
- Supports tag input (starting with #, e.g., #minecraft:beds)
不再使用游戏规则系统,改为使用配置文件
switch to a config file system



