* bare bones

* snow piled tag

* added climate restriction to quicksand, added powder snow up north

* better tagging

* langs

* assets

* missed feature in deep desert

* remove waves from mars

* climate tweaks

* icicles and dry ice stuff

* langs
This commit is contained in:
Pyritie 2025-09-30 18:15:35 +01:00 committed by GitHub
parent ca46b12ebe
commit 16ae9167a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 235 additions and 65 deletions

View file

@ -185,4 +185,9 @@ const registerMinecraftBlockTags = (event) => {
//#region
event.removeAll('minecraft:sniffer_diggable_block')
event.add('tfc:can_be_snow_piled', 'minecraft:crimson_fungus')
event.add('tfc:can_be_snow_piled', 'minecraft:warped_fungus')
event.add('tfc:can_be_snow_piled', 'minecraft:torchflower')
event.add('tfc:can_be_snow_piled', 'minecraft:pitcher_plant')
}