fix bulbkin plants not dropping seeds
This commit is contained in:
parent
503cb9e4d3
commit
7cf97960d9
2 changed files with 21 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
- Fixed aqueduct recipes (#2101) @vidal-adrien
|
||||
- Fixed some AFC logs not having stripping recipes @Pyritie
|
||||
- Fixed some issues related to AE2 blocking mode @ko-lja
|
||||
- Fixed wild bulbkin plants not dropping bulbkin seeds @Pyritie
|
||||
### Translation updates
|
||||
- Chinese (simplified) @jmecn
|
||||
- Ukranian @MetEnBouldry
|
||||
|
|
|
|||
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "loot_pool",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "betterend:cave_pumpkin_plant_seeds"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue