Skip to content

Commit d3cc6d7

Browse files
DivineFinalgithub-actions[bot]
authored andcommitted
chore: prettier formatting
1 parent b7baa0f commit d3cc6d7

File tree

2 files changed

+14
-18
lines changed

2 files changed

+14
-18
lines changed
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
ServerEvents.recipes((allthemods) => {
2-
allthemods.remove({ id: "dyenamics:ma/dye/lavender_dye" })
3-
allthemods.shaped(Item.of("dyenamics:lavender_dye", 6), [" D ", " ", "D D"], { D: "mysticalagriculture:dye_essence" })
4-
})
1+
ServerEvents.recipes((allthemods) => {
2+
allthemods.remove({ id: "dyenamics:ma/dye/lavender_dye" })
3+
allthemods.shaped(Item.of("dyenamics:lavender_dye", 6), [" D ", " ", "D D"], {
4+
D: "mysticalagriculture:dye_essence"
5+
})
6+
})

kubejs/server_scripts/mods/industrial_foregoing/laser_drill.js

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ ServerEvents.recipes((allthemods) => {
7575
.custom({
7676
type: "industrialforegoing:laser_drill_fluid",
7777
output: output,
78-
entity_data: {
79-
data: {},
80-
display: "",
81-
entity: {
82-
type: entity
83-
}
84-
},
78+
entity_data: {
79+
data: {},
80+
display: "",
81+
entity: {
82+
type: entity
83+
}
84+
},
8585
rarity: [
8686
{
8787
biome_filter: {
@@ -115,13 +115,7 @@ ServerEvents.recipes((allthemods) => {
115115
3
116116
)
117117

118-
laserDrillFluid(
119-
{ fluid: "pneumaticcraft:oil", amount: 50 },
120-
"industrialforegoing:black_laser_lens",
121-
20,
122-
60,
123-
3
124-
)
118+
laserDrillFluid({ fluid: "pneumaticcraft:oil", amount: 50 }, "industrialforegoing:black_laser_lens", 20, 60, 3)
125119
})
126120

127121
// 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)