Updated
This commit is contained in:
@@ -2,11 +2,9 @@
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.offer_flower",
|
||||
"type": "object",
|
||||
"title": "Offer flower 1.8.0",
|
||||
"title": "Offer Flower 1.8.0",
|
||||
"additionalProperties": false,
|
||||
"description": "Allows the mob to offer the player a flower like the Iron Golem does.",
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/base_priority.json" }
|
||||
}
|
||||
"properties": { "priority": { "$ref": "./types/base_priority.json" } }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user