Added Work composter

This commit is contained in:
DaanV2
2022-04-20 12:37:39 +02:00
parent a97ebc947a
commit b12a22c312
3 changed files with 102 additions and 1 deletions

View File

@@ -97,6 +97,12 @@
"type": "integer",
"description": "Number of this item this entity wants to have.",
"title": "Want Amount"
},
"pickup_only": {
"title": "Pickup Only",
"type": "boolean",
"description": "Determines whether the mob can only pickup the item and not drop it.",
"default": false
}
}
}