This commit is contained in:
DaanV2
2021-03-21 15:18:38 +01:00
parent d3298267bc
commit 698ee42623
960 changed files with 5960 additions and 22946 deletions

View File

@@ -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"
}
}
}