We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e7281e + 63c9271 commit 1a38393Copy full SHA for 1a38393
kubejs/server_scripts/mods/industrial_foregoing/laser_drill.js
@@ -88,6 +88,15 @@ ServerEvents.recipes((allthemods) => {
88
80,
89
3
90
)
91
+
92
+ laserDrillFluid(
93
+ { fluid: "pneumaticcraft:oil", amount: 50 },
94
+ "minecraft:empty",
95
+ "industrialforegoing:black_laser_lens",
96
+ 20,
97
+ 60,
98
+ 3
99
+ )
100
})
101
102
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10: To the Sky.
0 commit comments