mars snow (#1931)
* 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:
parent
ca46b12ebe
commit
16ae9167a8
35 changed files with 235 additions and 65 deletions
7
kubejs/assets/tfg/blockstates/dry_ice.json
Normal file
7
kubejs/assets/tfg/blockstates/dry_ice.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "tfg:block/dry_ice"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
kubejs/assets/tfg/blockstates/mars_ice.json
Normal file
7
kubejs/assets/tfg/blockstates/mars_ice.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "tfg:block/mars_ice"
|
||||
}
|
||||
}
|
||||
}
|
||||
10
kubejs/assets/tfg/blockstates/mars_icicle.json
Normal file
10
kubejs/assets/tfg/blockstates/mars_icicle.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"variants": {
|
||||
"tip=true": {
|
||||
"model": "tfg:block/mars_icicle_tip"
|
||||
},
|
||||
"tip=false": {
|
||||
"model": "tfg:block/mars_icicle"
|
||||
}
|
||||
}
|
||||
}
|
||||
6
kubejs/assets/tfg/models/block/dry_ice.json
Normal file
6
kubejs/assets/tfg/models/block/dry_ice.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "tfg:block/dry_ice"
|
||||
}
|
||||
}
|
||||
6
kubejs/assets/tfg/models/block/mars_ice.json
Normal file
6
kubejs/assets/tfg/models/block/mars_ice.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "tfg:block/mars_ice"
|
||||
}
|
||||
}
|
||||
7
kubejs/assets/tfg/models/block/mars_icicle.json
Normal file
7
kubejs/assets/tfg/models/block/mars_icicle.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "tfc:block/thin_spike",
|
||||
"textures": {
|
||||
"0": "tfg:block/mars_ice",
|
||||
"particle": "tfg:block/mars_ice"
|
||||
}
|
||||
}
|
||||
7
kubejs/assets/tfg/models/block/mars_icicle_tip.json
Normal file
7
kubejs/assets/tfg/models/block/mars_icicle_tip.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "tfc:block/thin_spike_tip",
|
||||
"textures": {
|
||||
"0": "tfg:block/mars_ice",
|
||||
"particle": "tfg:block/mars_ice"
|
||||
}
|
||||
}
|
||||
3
kubejs/assets/tfg/models/item/mars_ice.json
Normal file
3
kubejs/assets/tfg/models/item/mars_ice.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfg:block/mars_ice"
|
||||
}
|
||||
6
kubejs/assets/tfg/models/item/mars_icicle.json
Normal file
6
kubejs/assets/tfg/models/item/mars_icicle.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "tfc:item/icicle"
|
||||
}
|
||||
}
|
||||
BIN
kubejs/assets/tfg/textures/block/mars_ice.png
Normal file
BIN
kubejs/assets/tfg/textures/block/mars_ice.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 370 B |
Loading…
Add table
Add a link
Reference in a new issue