Moved to source folder
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.loot_tables.enchant_random_gear",
|
||||
"additionalProperties": false,
|
||||
"description": "The function enchant_random_gear",
|
||||
"title": "Enchant random gear",
|
||||
"properties": {
|
||||
"function": {
|
||||
"type": "string",
|
||||
"const": "enchant_random_gear",
|
||||
"title": "Function",
|
||||
"description": "TODO description"
|
||||
},
|
||||
"chance": {
|
||||
"type": "number",
|
||||
"description": "Takes a chance modifier to manipulate the algorithm. Note that a chance modifier of 1.0 doesn't mean a 100% chance that gear will become enchanted.",
|
||||
"title": "Chance"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user