egg 🥚🍳🦖🦕
This commit is contained in:
parent
c1d17780d8
commit
92a47d7d1a
7 changed files with 54 additions and 11 deletions
20
kubejs/data/species/loot_tables/blocks/wraptor_egg.json
Normal file
20
kubejs/data/species/loot_tables/blocks/wraptor_egg.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "loot_pool",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfg:wraptor_egg"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue