Fixing pickup items

This commit is contained in:
DaanV2
2022-06-07 23:03:50 +02:00
parent 9affbf7b84
commit fae4cf0042

View File

@@ -46,6 +46,13 @@
"description": "Maximum distance this mob will look for items to pick up",
"title": "Maximum Dist"
},
"search_height": {
"title": "Search Height",
"type": "number",
"default": 0,
"description": "Height in blocks the mob will look for items to pick up",
"$comment": "UNDOCUMENTED"
},
"pickup_based_on_chance": {
"type": "boolean",
"default": false,