Nbt Crafting (Fabric)

Nbt Crafting (Fabric)

630k Downloads

[bug] Anvil Recipes Kick Everybody On The Server

ZombieNW opened this issue ยท 0 comments

commented

Version
2.0.17, 1.17
Describe the bug
When a recipe using the nbtcrafting:anvil is made, it kicks everybody on the server with an error. This is a similar issue to #67

To Reproduce

  1. Use this json or craft something.
{
    "type": "nbtcrafting:anvil",
    "base": {
        "item": "minecraft:golden_axe"
    },
    "ingredient": {
        "item": "minecraft:enchanted_book",
		"data":{
			"headmanEnchant":1
		}
    },
    "result": {
        "item": "minecraft:golden_axe",
		"data": {
            "$": "$ base",
			"headmanEnchant":1,
			"display": {
				"Lore": ["{\"text\":\"Headsman's Glint\",\"color\":\"gray\",\"italic\":false}"]
			}
        }
    },
    "levels": 4
}
  1. Bug appears

Expected behavior
The recipe to work as directed and not kick everybody off the server.

Log
n/a