fixed create deco conflict with TAN

This commit is contained in:
Ryan
2024-11-29 13:49:10 +02:00
parent 0f30de0285
commit ebe3d6a092
2 changed files with 21 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
# changes
## v0.0.1: Celestia season 1
- do later
- do later
- fixed create deco conflict with TAN

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"b": {
"item": "minecraft:copper_ingot"
}
},
"pattern": [
"b b",
" ",
"b b"
],
"result": {
"count": 4,
"item": "createdeco:copper_support"
},
"show_notification": true
}