feat: machine frame tweaks
This commit is contained in:
parent
0daf787715
commit
15931cb468
1 changed files with 11 additions and 0 deletions
|
@ -29,6 +29,13 @@ public class InputReplacements implements IEventBusRegisterable {
|
|||
)
|
||||
);
|
||||
|
||||
ev.mapRecipeID(
|
||||
new Identifier("rftoolsbase", "machine_frame"),
|
||||
new InputReplaceRecipeMapper().replace(
|
||||
"minecraft:iron_ingot", "#forge:ingots/steel"
|
||||
)
|
||||
);
|
||||
|
||||
var philosopherStoneMapper = new InputReplaceRecipeMapper()
|
||||
.replace("#forge:gems/diamond", "ae2:singularity")
|
||||
.replace("#forge:dusts/redstone", "chemlib:erbium_dust")
|
||||
|
@ -45,6 +52,10 @@ public class InputReplacements implements IEventBusRegisterable {
|
|||
ev.mapRecipes(new InputReplaceRecipeMapper().replace(
|
||||
"deepresonance:machine_frame", "rftoolsbase:machine_frame"
|
||||
));
|
||||
|
||||
ev.mapRecipes(new InputReplaceRecipeMapper().replace(
|
||||
"thermal:machine_frame", "industrialforegoing:machine_frame_simple"
|
||||
));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue