file upload
meat of the pack
This commit is contained in:
22
kubejs/server_scripts/tool_belt/recipes.js
Normal file
22
kubejs/server_scripts/tool_belt/recipes.js
Normal file
@@ -0,0 +1,22 @@
|
||||
ServerEvents.recipes(event => {
|
||||
event.remove({id: "toolbelt:belt"})
|
||||
event.shaped("toolbelt:belt", [
|
||||
'SLS',
|
||||
'L L',
|
||||
'LIL'
|
||||
] , {
|
||||
S: "minecraft:string",
|
||||
L: "minecraft:leather",
|
||||
I: "#forge:plates/iron"
|
||||
})
|
||||
event.remove({id: "toolbelt:pouch"})
|
||||
event.shaped("toolbelt:pouch", [
|
||||
' G ',
|
||||
'LSL',
|
||||
' '
|
||||
] , {
|
||||
G: "#forge:ingots/gold",
|
||||
L: "minecraft:leather",
|
||||
S: "#forge:plates/steel"
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user