This commit is contained in:
Jacob Vinding
2025-12-27 00:06:47 +01:00
commit 1c991e905d
1095 changed files with 172738 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"defaults": {
"__comment": "You can disable defaults by setting these to false. Do *NOT* try to add additional entries here. You can add additional entries in the custom section.",
"minecraft:cobblestone": true,
"minecraft:gravel": true,
"minecraft:sand": true
},
"custom": {
"__comment": "By default, the chicken stick is limited as to what it can hammer. You can define additional blocks here. Use * as a wildcard for metadata.",
"entries": [
{
"name": "",
"metadata": "*"
}
],
"example": {
"__comment": "This example would allow smooth Stone to be hammered with the Chicken Stick.",
"name": "minecraft:stone",
"metadata": "0"
}
}
}