Create/Update assets for version 23w13a

This commit is contained in:
InventiveBot
2023-03-29 18:28:31 +02:00
parent ac71300366
commit 1eca4a5a59
17982 changed files with 1191614 additions and 18 deletions

View File

@@ -0,0 +1,52 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:copy_name",
"source": "block_entity"
},
{
"function": "minecraft:copy_nbt",
"ops": [
{
"op": "replace",
"source": "Lock",
"target": "BlockEntityTag.Lock"
},
{
"op": "replace",
"source": "LootTable",
"target": "BlockEntityTag.LootTable"
},
{
"op": "replace",
"source": "LootTableSeed",
"target": "BlockEntityTag.LootTableSeed"
}
],
"source": "block_entity"
},
{
"type": "minecraft:shulker_box",
"entries": [
{
"type": "minecraft:dynamic",
"name": "minecraft:contents"
}
],
"function": "minecraft:set_contents"
}
],
"name": "minecraft:shulker_box"
}
],
"rolls": 1.0
}
]
}