Chalk

Chalk

1M Downloads

Dungeon chalk in dungeon spawning stone with NBT

TheonlyTazz opened this issue ยท 0 comments

commented

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"
            }
          ]
        },```