Removed recipes for some hidden Tech Reborn items #484
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR removes a few recipes for tech reborn items, which were already hidden in REI.
Particularly:
Plates were particularly removed since their recipes overshadowed some sheet recipes, preventing the use of compressors for producing sheets.
The following (known) recipes were removed:
crafting bench
techreborn:compressor
minecraft:gold_ingot
->techreborn:gold_plate
minecraft:copper_ingot
->techreborn:copper_plate
techreborn:advanced_alloy_ingot
->techreborn:advanced_alloy_plate
techreborn:iridium_alloy_ingot
->techreborn:iridium_alloy_plate
yttr:yttrium_ingot
->techreborn:iridium_plate
techreborn:carbon_mesh
->techreborn:carbon_plate
minecraft:emerald_block
->techreborn:emerald_plate
minecraft:coal_block
->techreborn:coal_plate
minecraft:lapis_block
->techreborn:lapis_plate
techreborn:lazurite_dust
->techreborn:lazurite_plate
minecraft:obsidian
->techreborn:obsidian_plate
create:powdered_obsidian
->techreborn:obsidian_plate
minecraft:redstone_block
->techreborn:redstone_plate
techreborn:implosion_compressor
techreborn:iridium_alloy_ingot
->techreborn:iridium_alloy_plate
techreborn:redstone_block
->techreborn:red_garnet_dust
techreborn:industrial_blast_furnace
techreborn:silicon_plate
I discovered a lot of these craftable, yet hidden items by exploring
kubejs/client_scripts/hide_from_rei.js
. Personally, I think some of this functionality could be merged withremovals.js
to improve readability and reduce duplication, but this might be beyond my scope in terms of minecraft modding experience.There may be more items that are hidden but craftable that I am unaware of, and a refactor here might help catch some of these stragglers. Plus, if someone needed to add/remove items from varying mods, they wouldn't have to add it in two separate places.