You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
52
data/minecraft/loot_tables/blocks/shulker_box.json
Normal file
52
data/minecraft/loot_tables/blocks/shulker_box.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user