Skip to content

Commit

Permalink
Fix MTBO fuckup (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
loxoDev authored Apr 8, 2024
1 parent d9be768 commit 652acb2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions groovy/postInit/mod/ImmersiveRailroading.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ crafting.addShaped("ir_speed_retarder", item('immersiverailroading:item_augment'
[null, null, null]
]);

// Black Mesa Tunnel Bore * 1
mods.gregtech.railroad_engineering_station.removeByInput(1920, [metaitem('plateSteel'), metaitem('plateIron')], null)
// Black Mesa Tunnel Bore * 1
mods.gregtech.railroad_engineering_station.removeByInput(1920, [item('immersiverailroading:item_rolling_stock')], null)


mods.gregtech.bender.recipeBuilder()
.circuitMeta(3)
.inputs(ore('plateSteel'))
Expand Down

0 comments on commit 652acb2

Please sign in to comment.