Moved to source folder
This commit is contained in:
23
source/behaviour/loot_tables/functions/furnace_smelt.json
Normal file
23
source/behaviour/loot_tables/functions/furnace_smelt.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.loot_tables.furnace_smelt",
|
||||
"additionalProperties": false,
|
||||
"description": "The function furnace_smelt",
|
||||
"title": "Furnace smelt",
|
||||
"properties": {
|
||||
"function": {
|
||||
"type": "string",
|
||||
"const": "furnace_smelt",
|
||||
"description": "TODO description",
|
||||
"title": "TODO title"
|
||||
},
|
||||
"conditions": {
|
||||
"title": "Conditions",
|
||||
"description": "TODO",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "../conditions.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user