Initial Commit
This commit is contained in:
BIN
data/minecraft/loot_table/.DS_Store
vendored
Normal file
BIN
data/minecraft/loot_table/.DS_Store
vendored
Normal file
Binary file not shown.
33
data/minecraft/loot_table/blocks/player_head.json
Normal file
33
data/minecraft/loot_table/blocks/player_head.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:copy_components",
|
||||
"include": [
|
||||
"minecraft:profile",
|
||||
"minecraft:note_block_sound",
|
||||
"minecraft:custom_name",
|
||||
"minecraft:item_name",
|
||||
"minecraft:lore",
|
||||
"minecraft:custom_data",
|
||||
"minecraft:attribute_modifiers",
|
||||
"minecraft:equippable",
|
||||
"minecraft:tooltip_display"
|
||||
],
|
||||
"source": "block_entity"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:player_head"
|
||||
}
|
||||
],
|
||||
"rolls": 1
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:blocks/player_head"
|
||||
}
|
||||
Reference in New Issue
Block a user