diff --git a/src/main/resources/assets/portalcubed/textures/item/old_aperture_door_sprite.png b/src/main/resources/assets/portalcubed/textures/item/old_aperture_door_sprite.png index 81bf75c4..a9e59538 100644 Binary files a/src/main/resources/assets/portalcubed/textures/item/old_aperture_door_sprite.png and b/src/main/resources/assets/portalcubed/textures/item/old_aperture_door_sprite.png differ diff --git a/src/main/resources/data/portalcubed/recipes/adhesion_gel_blob_crafting.json b/src/main/resources/data/portalcubed/recipes/adhesion_gel_blob_crafting.json index 3761cc64..fee4a4c6 100644 --- a/src/main/resources/data/portalcubed/recipes/adhesion_gel_blob_crafting.json +++ b/src/main/resources/data/portalcubed/recipes/adhesion_gel_blob_crafting.json @@ -13,7 +13,7 @@ ], "result": { "item": "portalcubed:adhesion_gel", - "count": 2 + "count": 4 }, "group": "gels" } \ No newline at end of file diff --git a/src/main/resources/data/portalcubed/recipes/aged_padded_gray_panel_crafting.json b/src/main/resources/data/portalcubed/recipes/aged_padded_gray_panel_crafting.json deleted file mode 100644 index ee4e2df1..00000000 --- a/src/main/resources/data/portalcubed/recipes/aged_padded_gray_panel_crafting.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "portalcubed:padded_gray_panel" - }, - { - "tag": "portalcubed:plantcraft" - } - ], - "result": { - "item": "portalcubed:aged_padded_gray_panel", - "count": 1 - }, - "group": "aged_padded_gray_panel" -} \ No newline at end of file diff --git a/src/main/resources/data/portalcubed/recipes/aged_smooth_gray_panel_crafting.json b/src/main/resources/data/portalcubed/recipes/aged_smooth_gray_panel_crafting.json deleted file mode 100644 index 80e08548..00000000 --- a/src/main/resources/data/portalcubed/recipes/aged_smooth_gray_panel_crafting.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "portalcubed:smooth_gray_panel" - }, - { - "tag": "portalcubed:plantcraft" - } - ], - "result": { - "item": "portalcubed:aged_smooth_gray_panel", - "count": 1 - }, - "group": "aged_smooth_gray_panel" -} \ No newline at end of file diff --git a/src/main/resources/data/portalcubed/recipes/aged_white_panel_crafting.json b/src/main/resources/data/portalcubed/recipes/aged_white_panel_crafting.json deleted file mode 100644 index b319a555..00000000 --- a/src/main/resources/data/portalcubed/recipes/aged_white_panel_crafting.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "portalcubed:white_panel" - }, - { - "tag": "portalcubed:plantcraft" - } - ], - "result": { - "item": "portalcubed:aged_white_panel", - "count": 1 - }, - "group": "aged_white_panel" -} \ No newline at end of file diff --git a/src/main/resources/data/portalcubed/recipes/base_gel_blob_crafting.json b/src/main/resources/data/portalcubed/recipes/base_gel_blob_crafting.json index 7be9cb10..662d2637 100644 --- a/src/main/resources/data/portalcubed/recipes/base_gel_blob_crafting.json +++ b/src/main/resources/data/portalcubed/recipes/base_gel_blob_crafting.json @@ -10,6 +10,6 @@ ], "result": { "item": "portalcubed:base_gel", - "count": 16 + "count": 8 } } \ No newline at end of file diff --git a/src/main/resources/data/portalcubed/recipes/conversion_gel_blob_crafting.json b/src/main/resources/data/portalcubed/recipes/conversion_gel_blob_crafting.json index a7b62951..829fbba7 100644 --- a/src/main/resources/data/portalcubed/recipes/conversion_gel_blob_crafting.json +++ b/src/main/resources/data/portalcubed/recipes/conversion_gel_blob_crafting.json @@ -13,7 +13,7 @@ ], "result": { "item": "portalcubed:conversion_gel", - "count": 2 + "count": 4 }, "group": "gels" } diff --git a/src/main/resources/data/portalcubed/recipes/light_bridge_emitter_crafting.json b/src/main/resources/data/portalcubed/recipes/light_bridge_emitter_crafting.json index 1f7e31f0..787f51c4 100644 --- a/src/main/resources/data/portalcubed/recipes/light_bridge_emitter_crafting.json +++ b/src/main/resources/data/portalcubed/recipes/light_bridge_emitter_crafting.json @@ -8,7 +8,7 @@ ], "key": { "X": { - "tag": "portalcubed:portal_2_clean_gray_panels" + "item": "minecraft:iron_ingot" }, "Y": { "item": "minecraft:redstone" diff --git a/src/main/resources/data/portalcubed/recipes/morality_core_crafting.json b/src/main/resources/data/portalcubed/recipes/morality_core_crafting.json index 0159224c..a5430027 100644 --- a/src/main/resources/data/portalcubed/recipes/morality_core_crafting.json +++ b/src/main/resources/data/portalcubed/recipes/morality_core_crafting.json @@ -4,6 +4,9 @@ { "item": "portalcubed:core_frame" }, + { + "item": "minecraft:compass" + }, { "tag": "c:purple_dyes" } diff --git a/src/main/resources/data/portalcubed/recipes/old_aperture_cube_crafting.json b/src/main/resources/data/portalcubed/recipes/old_aperture_cube_crafting.json index 88668e10..18a4d239 100644 --- a/src/main/resources/data/portalcubed/recipes/old_aperture_cube_crafting.json +++ b/src/main/resources/data/portalcubed/recipes/old_aperture_cube_crafting.json @@ -10,7 +10,7 @@ "item": "minecraft:dried_kelp" }, "X": { - "tag": "minecraft:logs" + "tag": "minecraft:planks" } }, "result": { diff --git a/src/main/resources/data/portalcubed/recipes/old_aperture_pedestal_button_crafting.json b/src/main/resources/data/portalcubed/recipes/old_aperture_pedestal_button_crafting.json index 2ea2582f..24e1f849 100644 --- a/src/main/resources/data/portalcubed/recipes/old_aperture_pedestal_button_crafting.json +++ b/src/main/resources/data/portalcubed/recipes/old_aperture_pedestal_button_crafting.json @@ -8,7 +8,7 @@ ], "key": { "X": { - "tag": "minecraft:logs" + "tag": "minecraft:planks" }, "Y": { "tag": "minecraft:wooden_buttons" diff --git a/src/main/resources/data/portalcubed/recipes/old_aperture_white_panel_crafting.json b/src/main/resources/data/portalcubed/recipes/old_aperture_white_panel_crafting.json index 367b1269..79f445a8 100644 --- a/src/main/resources/data/portalcubed/recipes/old_aperture_white_panel_crafting.json +++ b/src/main/resources/data/portalcubed/recipes/old_aperture_white_panel_crafting.json @@ -7,7 +7,7 @@ ], "key": { "X": { - "tag": "minecraft:logs" + "tag": "minecraft:planks" }, "Y": { "item": "minecraft:white_dye" diff --git a/src/main/resources/data/portalcubed/recipes/propulsion_gel_blob_crafting.json b/src/main/resources/data/portalcubed/recipes/propulsion_gel_blob_crafting.json index 024f6d91..10c130f8 100644 --- a/src/main/resources/data/portalcubed/recipes/propulsion_gel_blob_crafting.json +++ b/src/main/resources/data/portalcubed/recipes/propulsion_gel_blob_crafting.json @@ -8,12 +8,12 @@ "tag": "c:orange_dyes" }, { - "item": "minecraft:packed_ice" + "item": "minecraft:ice" } ], "result": { "item": "portalcubed:propulsion_gel", - "count": 2 + "count": 4 }, "group": "gels" } \ No newline at end of file diff --git a/src/main/resources/data/portalcubed/recipes/reflection_gel_blob_crafting.json b/src/main/resources/data/portalcubed/recipes/reflection_gel_blob_crafting.json index 55814e0b..c9f3b1db 100644 --- a/src/main/resources/data/portalcubed/recipes/reflection_gel_blob_crafting.json +++ b/src/main/resources/data/portalcubed/recipes/reflection_gel_blob_crafting.json @@ -13,7 +13,7 @@ ], "result": { "item": "portalcubed:reflection_gel", - "count": 2 + "count": 4 }, "group": "gels" } \ No newline at end of file diff --git a/src/main/resources/data/portalcubed/recipes/repulsion_gel_blob_crafting.json b/src/main/resources/data/portalcubed/recipes/repulsion_gel_blob_crafting.json index ab272a4d..37e919ac 100644 --- a/src/main/resources/data/portalcubed/recipes/repulsion_gel_blob_crafting.json +++ b/src/main/resources/data/portalcubed/recipes/repulsion_gel_blob_crafting.json @@ -13,7 +13,7 @@ ], "result": { "item": "portalcubed:repulsion_gel", - "count": 2 + "count": 4 }, "group": "gels" } \ No newline at end of file