Create Crafts & Additions

Create Crafts & Additions

51M Downloads

Infinite reels from crafting table

otavio-silva opened this issue ยท 3 comments

commented

Describe the bug
I can create infinite reels from nothing in the crafting table, it's like the recipe is empty

To Reproduce

  • Create crafting table
  • Click on the 3x3 grid on the crafting table with nothing in it
  • Can create 16 reels from nothing

Additional context

commented

The recipe looks to be right, dont know whats causing this

{
	"type": "minecraft:crafting_shaped",
	
	"pattern":
	["P",
	 "N",
	 "P"],
	"key":
	{
		"P":
		{
			"tag": "c:plates/iron"
		},
		"N":
		{
			"tag": "c:nuggets/iron"
		}
	},
	"result":{
		"item": "createaddition:spool",
		"count": 16
	}
}
commented

I found out it was the FastBench mod (https://www.curseforge.com/minecraft/mc-mods/fastbench-for-fabric) that I was using and it's not properly updated to 1.19.2, removing it and the error is gone.

commented

Fixes in 20221219a.