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