You've already forked minecraft-assets
Create/Update assets for version 1.21.2-pre1
This commit is contained in:
25
data/minecraft/loot_table/blocks/beacon.json
Normal file
25
data/minecraft/loot_table/blocks/beacon.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:copy_components",
|
||||
"include": [
|
||||
"minecraft:custom_name"
|
||||
],
|
||||
"source": "block_entity"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:beacon"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:blocks/beacon"
|
||||
}
|
||||
Reference in New Issue
Block a user