Skip to content

Commit 7ae6a37

Browse files
doyle31github-actions[bot]
authored andcommitted
chore: prettier formatting
1 parent 28b80df commit 7ae6a37

File tree

4 files changed

+15
-23
lines changed

4 files changed

+15
-23
lines changed
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
ServerEvents.recipes((allthemods) => {
2-
allthemods.remove({ id: "dyenamics:ma/dye/lavender_dye" })
3-
allthemods.shaped("dyenamics:lavender_dye", [
4-
" D ",
5-
" ",
6-
"D D"
7-
], {L: "dyenamics:lavender_dye" })
8-
})
2+
allthemods.remove({ id: "dyenamics:ma/dye/lavender_dye" })
3+
allthemods.shaped("dyenamics:lavender_dye", [" D ", " ", "D D"], { L: "dyenamics:lavender_dye" })
4+
})
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ServerEvents.tags("item", (allthemods) => {
2-
allthemods.add("minecraft:enchantable/sword", "silentgear:dagger")
3-
allthemods.add("minecraft:enchantable/fire_aspect", "silentgear:dagger")
4-
allthemods.add("minecraft:enchantable/sharp_weapon", "silentgear:dagger")
5-
allthemods.add("minecraft:enchantable/weapon", "silentgear:dagger")
6-
allthemods.add("minecraft:enchantable/vanishing", "silentgear:dagger")
7-
})
2+
allthemods.add("minecraft:enchantable/sword", "silentgear:dagger")
3+
allthemods.add("minecraft:enchantable/fire_aspect", "silentgear:dagger")
4+
allthemods.add("minecraft:enchantable/sharp_weapon", "silentgear:dagger")
5+
allthemods.add("minecraft:enchantable/weapon", "silentgear:dagger")
6+
allthemods.add("minecraft:enchantable/vanishing", "silentgear:dagger")
7+
})
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
ServerEvents.recipes((allthemods) => {
2-
allthemods.remove({ id: "supplementaries:lapis_bricks" })
3-
allthemods.shaped("supplementaries:lapis_bricks", [
4-
"L L",
5-
" ",
6-
"L L"
7-
], {L: "minecraft:lapis_lazuli" })
8-
})
2+
allthemods.remove({ id: "supplementaries:lapis_bricks" })
3+
allthemods.shaped("supplementaries:lapis_bricks", ["L L", " ", "L L"], { L: "minecraft:lapis_lazuli" })
4+
})

kubejs/server_scripts/tweaks/tags.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ ServerEvents.tags("block", (allthemods) => {
1616
])
1717

1818
allthemods.add("c:ingots", [
19-
'allthemodium:unobtainium_allthemodium_alloy_ingot',
20-
'allthemodium:unobtainium_vibranium_alloy_ingot',
21-
'allthemodium:vibranium_allthemodium_alloy_ingot'
19+
"allthemodium:unobtainium_allthemodium_alloy_ingot",
20+
"allthemodium:unobtainium_vibranium_alloy_ingot",
21+
"allthemodium:vibranium_allthemodium_alloy_ingot"
2222
])
2323

2424
allthemods.remove("c:relocation_not_supported", [

0 commit comments

Comments
 (0)