Skip to content

Commit 1a38393

Browse files
authored
Merge pull request #677 from Claudiocli/main
Added missing recipe for Fluid Laser Drill
2 parents 9e7281e + 63c9271 commit 1a38393

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

kubejs/server_scripts/mods/industrial_foregoing/laser_drill.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,15 @@ ServerEvents.recipes((allthemods) => {
8888
80,
8989
3
9090
)
91+
92+
laserDrillFluid(
93+
{ fluid: "pneumaticcraft:oil", amount: 50 },
94+
"minecraft:empty",
95+
"industrialforegoing:black_laser_lens",
96+
20,
97+
60,
98+
3
99+
)
91100
})
92101

93102
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10: To the Sky.

0 commit comments

Comments
 (0)