Skip to content

Commit

Permalink
Recipe changes
Browse files Browse the repository at this point in the history
- Removed duplicate recipes for aged 1x1 panels.
- Changed the cost and/or output of most gel recipes.  The output of base gel blobs is halved, but the specific gel recipes give double.
- Changed the Morality Core recipe slightly to better match the other core recipes
- Old Aperture recipes that used logs now use planks instead to make them less expensive compared to similar recipes for other visual styles.
- Changed the Light Bridge Emitter recipe to use iron ingots instead of gray panels due to match the model change it had
  • Loading branch information
Cart3r1234 committed Oct 3, 2023
1 parent 6c87d37 commit 71c4e6d
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 62 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"result": {
"item": "portalcubed:adhesion_gel",
"count": 2
"count": 4
},
"group": "gels"
}

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
],
"result": {
"item": "portalcubed:base_gel",
"count": 16
"count": 8
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"result": {
"item": "portalcubed:conversion_gel",
"count": 2
"count": 4
},
"group": "gels"
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"key": {
"X": {
"tag": "portalcubed:portal_2_clean_gray_panels"
"item": "minecraft:iron_ingot"
},
"Y": {
"item": "minecraft:redstone"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
{
"item": "portalcubed:core_frame"
},
{
"item": "minecraft:compass"
},
{
"tag": "c:purple_dyes"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"item": "minecraft:dried_kelp"
},
"X": {
"tag": "minecraft:logs"
"tag": "minecraft:planks"
}
},
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"key": {
"X": {
"tag": "minecraft:logs"
"tag": "minecraft:planks"
},
"Y": {
"tag": "minecraft:wooden_buttons"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"key": {
"X": {
"tag": "minecraft:logs"
"tag": "minecraft:planks"
},
"Y": {
"item": "minecraft:white_dye"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"result": {
"item": "portalcubed:reflection_gel",
"count": 2
"count": 4
},
"group": "gels"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"result": {
"item": "portalcubed:repulsion_gel",
"count": 2
"count": 4
},
"group": "gels"
}

0 comments on commit 71c4e6d

Please sign in to comment.