fix: lord forgot a recipe
This commit is contained in:
parent
d127dbb3ab
commit
1a44fe9b4c
1 changed files with 7 additions and 0 deletions
|
@ -29,6 +29,13 @@ public class InputReplacements implements IEventBusRegisterable {
|
|||
)
|
||||
);
|
||||
|
||||
ev.mapRecipeID(
|
||||
new Identifier("projecte", "collector_mk1"),
|
||||
new InputReplaceRecipeMapper().replace(
|
||||
"#forge:storage_blocks/diamond", "mekanism:pellet_antimatter"
|
||||
)
|
||||
);
|
||||
|
||||
ev.mapRecipeID(
|
||||
new Identifier("rftoolsbase", "machine_frame"),
|
||||
new InputReplaceRecipeMapper().replace(
|
||||
|
|
Loading…
Reference in a new issue