diff --git a/src/main/resources/data/galaxy/recipe/blocks/elevator.json b/src/main/resources/data/galaxy/recipe/blocks/elevator.json new file mode 100644 index 000000000..31dfe3713 --- /dev/null +++ b/src/main/resources/data/galaxy/recipe/blocks/elevator.json @@ -0,0 +1,28 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + "minecraft:ender_pearl", + "minecraft:iron_block" + ], + "result": { + "id": "minecraft:command_block", + "count": 1, + "components": { + "unbreakable": { + "show_in_tooltip": false + }, + "attribute_modifiers": { + "modifiers": [], + "show_in_tooltip": false + }, + "item_name": "{\"translate\": \"block.ELEVATOR\", \"color\": \"white\", \"italic\": false}", + "custom_model_data": 1010200, + "custom_data": { + "GalaxyData": { + "CustomItemIdentifier": "galaxy:item/block/elevator" + } + } + } + } +} diff --git a/src/main/resources/data/galaxy/recipe/blocks/harvest.json b/src/main/resources/data/galaxy/recipe/blocks/harvest.json new file mode 100644 index 000000000..870b45510 --- /dev/null +++ b/src/main/resources/data/galaxy/recipe/blocks/harvest.json @@ -0,0 +1,34 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "CCC", + "CDO", + "CCC" + ], + "key": { + "C": "minecraft:copper_ingot", + "D": "minecraft:dispenser", + "O": "minecraft:observer" + }, + "result": { + "id": "minecraft:command_block", + "count": 1, + "components": { + "unbreakable": { + "show_in_tooltip": false + }, + "attribute_modifiers": { + "modifiers": [], + "show_in_tooltip": false + }, + "item_name": "{\"translate\": \"block.HARVEST\", \"color\": \"white\", \"italic\": false}", + "custom_model_data": 1010700, + "custom_data": { + "GalaxyData": { + "CustomItemIdentifier": "galaxy:item/block/harvest" + } + } + } + } +} diff --git a/src/main/resources/data/galaxy/recipe/blocks/ht_crafting_table.json b/src/main/resources/data/galaxy/recipe/blocks/ht_crafting_table.json new file mode 100644 index 000000000..3c6a1852c --- /dev/null +++ b/src/main/resources/data/galaxy/recipe/blocks/ht_crafting_table.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "RDL", + "ICI", + "LOR" + ], + "key": { + "R": "minecraft:redstone", + "D": "minecraft:diamond", + "L": "minecraft:lapis_lazuli", + "I": "minecraft:iron_ingot", + "C": "minecraft:crafting_table", + "O": "minecraft:obsidian" + }, + "result": { + "id": "minecraft:command_block", + "count": 1, + "components": { + "unbreakable": { + "show_in_tooltip": false + }, + "attribute_modifiers": { + "modifiers": [], + "show_in_tooltip": false + }, + "item_name": "{\"translate\": \"block.HT_CRAFTING_TABLE\", \"color\": \"white\", \"italic\": false}", + "custom_model_data": 1010100, + "custom_data": { + "GalaxyData": { + "CustomItemIdentifier": "galaxy:item/block/ht_crafting_table" + } + } + } + } +} diff --git a/src/main/resources/data/galaxy/recipe/blocks/trashcan.json b/src/main/resources/data/galaxy/recipe/blocks/trashcan.json new file mode 100644 index 000000000..ef831df27 --- /dev/null +++ b/src/main/resources/data/galaxy/recipe/blocks/trashcan.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "GGG", + "GCG", + "TST" + ], + "key": { + "G": "minecraft:glass", + "C": "minecraft:cactus", + "T": "minecraft:terracotta", + "S": "#minecraft:sand" + }, + "result": { + "id": "minecraft:command_block", + "count": 1, + "components": { + "unbreakable": { + "show_in_tooltip": false + }, + "attribute_modifiers": { + "modifiers": [], + "show_in_tooltip": false + }, + "item_name": "{\"translate\": \"block.TRASHCAN\", \"color\": \"white\", \"italic\": false}", + "custom_model_data": 1010700, + "custom_data": { + "GalaxyData": { + "CustomItemIdentifier": "galaxy:item/block/trashcan" + } + } + } + } +} diff --git a/src/main/resources/data/galaxy/recipe/tools/crowbar.json b/src/main/resources/data/galaxy/recipe/tools/crowbar.json new file mode 100644 index 000000000..148d94f5b --- /dev/null +++ b/src/main/resources/data/galaxy/recipe/tools/crowbar.json @@ -0,0 +1,33 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "equipment", + "pattern": [ + "II", + " I", + " I" + ], + "key": { + "I": "minecraft:iron_ingot" + }, + "result": { + "id": "minecraft:command_block", + "count": 1, + "components": { + "max_stack_size": 1, + "unbreakable": { + "show_in_tooltip": false + }, + "attribute_modifiers": { + "modifiers": [], + "show_in_tooltip": false + }, + "item_name": "{\"translate\": \"item.Tool.CROWBAR\", \"color\": \"white\", \"italic\": false}", + "custom_model_data": 2010200, + "custom_data": { + "GalaxyData": { + "CustomItemIdentifier": "galaxy:item/tool/crowbar" + } + } + } + } +} diff --git a/src/main/resources/data/galaxy/recipe/tools/wrench.json b/src/main/resources/data/galaxy/recipe/tools/wrench.json new file mode 100644 index 000000000..f170c1def --- /dev/null +++ b/src/main/resources/data/galaxy/recipe/tools/wrench.json @@ -0,0 +1,34 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "I I", + " S ", + " I " + ], + "key": { + "I": "minecraft:iron_ingot", + "S": "minecraft:stick" + }, + "result": { + "id": "minecraft:command_block", + "count": 1, + "components": { + "max_stack_size": 1, + "unbreakable": { + "show_in_tooltip": false + }, + "attribute_modifiers": { + "modifiers": [], + "show_in_tooltip": false + }, + "item_name": "{\"translate\": \"item.Tool.WRENCH\", \"color\": \"white\", \"italic\": false}", + "custom_model_data": 2010100, + "custom_data": { + "GalaxyData": { + "CustomItemIdentifier": "galaxy:item/tool/wrench" + } + } + } + } +}