* 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

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "tfg:block/dry_ice"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "tfg:block/mars_ice"
}
}
}

View file

@ -0,0 +1,10 @@
{
"variants": {
"tip=true": {
"model": "tfg:block/mars_icicle_tip"
},
"tip=false": {
"model": "tfg:block/mars_icicle"
}
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "tfg:block/dry_ice"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "tfg:block/mars_ice"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "tfc:block/thin_spike",
"textures": {
"0": "tfg:block/mars_ice",
"particle": "tfg:block/mars_ice"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "tfc:block/thin_spike_tip",
"textures": {
"0": "tfg:block/mars_ice",
"particle": "tfg:block/mars_ice"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "tfg:block/mars_ice"
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "tfc:item/icicle"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B