SliceAndDice icon indicating copy to clipboard operation
SliceAndDice copied to clipboard

Readme links "example_datapack.zip" for adding shears in Forge, doesn't work in Fabric

Open ninjaeon opened this issue 1 year ago • 0 comments

Describe the feature you have in mind.

Add a link in the readme to a separate "example_datapack.zip" that adds shears item tag in Fabric.

Does this solve a particular problem?

I got the "example_datapack.zip" to allow shears in Fabric after editing allowed_tools.json contained in the zip to the following:

{
  "replace": false,
  "values": [
	{
	  "id": "#c:tools/knives",
	  "required": false
	},
	"#minecraft:axes",
	"minecraft:shears"
  ]
}

ninjaeon avatar Apr 22 '24 15:04 ninjaeon