mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-24 22:51:18 -09:00
Update Worldedit.js
This commit is contained in:
parent
bf2ba54074
commit
5780906bae
@ -7,6 +7,17 @@ ModAPI.addEventListener("lib:libcustomitems:loaded", () => {
|
|||||||
base: "wooden_axe",
|
base: "wooden_axe",
|
||||||
name: "Wand",
|
name: "Wand",
|
||||||
qty: 1,
|
qty: 1,
|
||||||
|
recipe: [
|
||||||
|
" ",
|
||||||
|
" # ",
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
recipeLegend: {
|
||||||
|
"#": {
|
||||||
|
"type": "item",
|
||||||
|
"id": "wooden_axe"
|
||||||
|
}
|
||||||
|
},
|
||||||
onRightClickGround: `/*/user, world, itemstack, blockpos/*/
|
onRightClickGround: `/*/user, world, itemstack, blockpos/*/
|
||||||
itemstack.stackSize -= 1;
|
itemstack.stackSize -= 1;
|
||||||
if (itemstack.stackSize < 1) {
|
if (itemstack.stackSize < 1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user