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