ported to 1.20.1
This commit is contained in:
mina
2023-12-09 13:08:34 +00:00
parent 63e6647c23
commit 9c4dbfeef7
160 changed files with 4397 additions and 6506 deletions

View File

@@ -2,12 +2,13 @@ ServerEvents.recipes(event => {
event.remove({id: "toolbelt:belt"})
event.shaped("toolbelt:belt", [
'SLS',
'L L',
'C C',
'LIL'
] , {
S: "minecraft:string",
L: "minecraft:leather",
I: "#forge:plates/iron"
I: "#forge:plates/steel",
C: "#forge:screws/steel"
})
event.remove({id: "toolbelt:pouch"})
event.shaped("toolbelt:pouch", [
@@ -15,7 +16,7 @@ ServerEvents.recipes(event => {
'LSL',
' '
] , {
G: "#forge:ingots/gold",
G: "#forge:rings/gold",
L: "minecraft:leather",
S: "#forge:plates/steel"
})