fix #2687
This commit is contained in:
parent
334e435042
commit
edd6d3eb51
2 changed files with 22 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
- The sandworm no longer spawns in the Superflat preset that's a big vanilla desert biome
|
||||
- You can now also use mars water in gregtech and create boilers @Pyritie
|
||||
- Changed the texture of out-of-season blood lilies so they're findable year-round @Pyritie
|
||||
- Fixed the TFC blast furnace on mars but for real this time @Pyritie
|
||||
### Bug fixes
|
||||
- Fixed the huge amount of lag from looking at lots of interconnected trees @Mqrius
|
||||
- Fixed tree chopping also stripping nearby trees of all their leaves (note that this will only also apply to newly generated mars trees, old trees will have the old behaviour) @Mqrius
|
||||
|
|
@ -33,6 +34,7 @@
|
|||
- Fixed the new venus bugs spawning on earth @Pyritie
|
||||
- Fixed some inconsistent recipes with coal in coke ovens, and removed a duplicate recipe (#2688) @jurjen909
|
||||
- Fixed the rendering of two-block tall crops in the electric greenhouse @Pyritie
|
||||
- Fixed dry ice dropping nothing when broken (#2687) @Pyritie
|
||||
### Translation updates
|
||||
- Chinese (simplified) @jmecn
|
||||
- Russian @Petr211071
|
||||
|
|
|
|||
20
kubejs/data/tfg/loot_tables/blocks/dry_ice.json
Normal file
20
kubejs/data/tfg/loot_tables/blocks/dry_ice.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "loot_pool",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfg:dry_ice"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue