Updated
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.trade_interest",
|
||||
"description": "Allows the mob to look at a player that is holding a tradable item.",
|
||||
"type": "object",
|
||||
"title": "Trade interest 1.8.0",
|
||||
"title": "Trade Interest 1.8.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
@@ -12,14 +12,9 @@
|
||||
"type": "number",
|
||||
"default": 2,
|
||||
"description": "The max time in seconds that the trader will hold an item before attempting to switch for a different item that takes the same trade",
|
||||
"title": "Carried item switch time"
|
||||
},
|
||||
"cooldown": {
|
||||
"type": "number",
|
||||
"default": 2,
|
||||
"description": "The time in seconds before the trader can use this goal again",
|
||||
"title": "Cooldown"
|
||||
"title": "Carried Item Switch Time"
|
||||
},
|
||||
"cooldown": { "type": "number", "default": 2, "description": "The time in seconds before the trader can use this goal again", "title": "Cooldown" },
|
||||
"interest_time": {
|
||||
"type": "number",
|
||||
"default": 45,
|
||||
@@ -30,13 +25,13 @@
|
||||
"type": "number",
|
||||
"default": 1,
|
||||
"description": "The max time in seconds that the trader will wait when you no longer have items to trade",
|
||||
"title": "Remove item time"
|
||||
"title": "Remove Item Time"
|
||||
},
|
||||
"within_radius": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Distance in blocks this mob can be interested by a player holding an item they like",
|
||||
"title": "Within radius"
|
||||
"title": "Within Radius"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user