You've already forked minecraft-assets
Create/Update assets for version 1.21.3
This commit is contained in:
30
data/minecraft/loot_table/blocks/hopper.json
Normal file
30
data/minecraft/loot_table/blocks/hopper.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"source": "block_entity"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:hopper"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:blocks/hopper"
|
||||
}
|
||||
Reference in New Issue
Block a user