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