JemodsCN 发表于 2023-8-8 15:06
这回速度对了,但是不掉啊,有什么问题吗??
你没设置战利品表吗?在data\supertech\loot_tables\blocks\basic_machine_frame.json里写
- {
- "type": "minecraft:block",
- "pools": [
- {
- "rolls": 1.0,
- "bonus_rolls": 0.0,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "supertech:basic_machine_frame"
- }
- ],
- "conditions": [
- {
- "condition": "minecraft:survives_explosion"
- }
- ]
- }
- ]
- }