[Bug] Dungeon_Chalk_loot.json has wrong item in loottable
TheonlyTazz opened this issue ยท 1 comments
Mod Info:
chalk-1.18.2-1.3.0
There is an item in the loottables that should probably be a chalk_box instead of a stone
This issue was first brought up on the FTB Modpack Issue tracker
FTBTeam/FTB-Modpack-Issues#1269
dungeon_chalk_loot.json:
{
"type": "minecraft:item",
"weight": 2,
"name": "minecraft:stone",
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{Items: [{id: \"minecraft:air\", Count: 1b}, {id: \"chalk:light_gray_chalk\", Count: 1b, tag: {Damage: 0}}, {id: \"minecraft:air\", Count: 1b}, {id: \"minecraft:air\", Count: 1b}, {id: \"minecraft:air\", Count: 1b}, {id: \"minecraft:air\", Count: 1b}, {id: \"minecraft:air\", Count: 1b}, {id: \"chalk:green_chalk\", Count: 1b, tag: {Damage: 0}}, {id: \"minecraft:air\", Count: 1b}]}\n"
}
]
},```
This version of Chalk is purely for fabric and does not add chalk boxes.
You probably meant reporting this to: https://github.com/mortuusars/Chalk