You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
28
data/minecraft/loot_tables/blocks/player_head.json
Normal file
28
data/minecraft/loot_tables/blocks/player_head.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:copy_nbt",
|
||||
"ops": [
|
||||
{
|
||||
"op": "replace",
|
||||
"source": "SkullOwner",
|
||||
"target": "SkullOwner"
|
||||
}
|
||||
],
|
||||
"source": "block_entity"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:player_head"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user