diff --git a/CHANGELOG b/CHANGELOG index c32412a..16c98e0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,5 @@ # changes ## v0.0.1: Celestia season 1 -- do later \ No newline at end of file +- do later +- fixed create deco conflict with TAN \ No newline at end of file diff --git a/src/main/resources/data/createdeco/recipes/copper_support.json b/src/main/resources/data/createdeco/recipes/copper_support.json new file mode 100644 index 0000000..7269aae --- /dev/null +++ b/src/main/resources/data/createdeco/recipes/copper_support.json @@ -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 + } \ No newline at end of file