Updating interact
This commit is contained in:
@@ -157,15 +157,15 @@
|
||||
},
|
||||
"drop_item_slot": {
|
||||
"title": "Drop Item Slot",
|
||||
"type": "integer",
|
||||
"default": -1,
|
||||
"description": "The entity's equipment slot to remove and drop the item from, if any, upon successful interaction."
|
||||
"type": "string",
|
||||
"description": "The entity's equipment slot to remove and drop the item from, if any, upon successful interaction.",
|
||||
"enum": ["slot.armor.head", "slot.armor.chest", "slot.armor.legs", "slot.armor.feet"]
|
||||
},
|
||||
"equip_item_slot": {
|
||||
"title": "Equip Item Slot",
|
||||
"type": "integer",
|
||||
"default": -1,
|
||||
"description": "The entity's equipment slot to equip the item to, if any, upon successful interaction."
|
||||
"type": "string",
|
||||
"description": "The entity's slot to equip the item to, if any, upon successful interaction. Inventory slots are denoted by positive numbers.",
|
||||
"enum": ["slot.armor.head", "slot.armor.chest", "slot.armor.legs", "slot.armor.feet"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -188,7 +188,7 @@
|
||||
},
|
||||
"spawn_category": {
|
||||
"type": "string",
|
||||
"enum": ["monster", "creature", "ambient", "axoltols", "underground_water_creature", "water_creature", "water_ambient", "misc"],
|
||||
"enum": ["monster", "creature", "ambient", "axolotls", "underground_water_creature", "water_creature", "water_ambient", "misc"],
|
||||
"description": "At the moment, not fully implemented and does nothing. Recommended to leave it empty or set it to misc",
|
||||
"default": "misc"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user