halite so good I made halite2
This commit is contained in:
parent
748f058578
commit
7dc6ab64e4
4 changed files with 24 additions and 55 deletions
|
|
@ -2,18 +2,37 @@
|
|||
"variants": {
|
||||
"": [
|
||||
{
|
||||
"model": "tfg:block/rock/halite"
|
||||
"model": "tfg:block/rock/halite",
|
||||
"weight": 6
|
||||
},
|
||||
{
|
||||
"model": "tfg:block/rock/halite",
|
||||
"weight": 6,
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "tfg:block/rock/halite",
|
||||
"weight": 6,
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "tfg:block/rock/halite",
|
||||
"weight": 6,
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "tfg:block/rock/halite2"
|
||||
},
|
||||
{
|
||||
"model": "tfg:block/rock/halite2",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "tfg:block/rock/halite2",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "tfg:block/rock/halite2",
|
||||
"y": 270
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{
|
||||
"model": "tfg:block/rock/halite2"
|
||||
},
|
||||
{
|
||||
"model": "tfg:block/rock/halite2",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "tfg:block/rock/halite2",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "tfg:block/rock/halite2",
|
||||
"y": 270
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -417,30 +417,10 @@
|
|||
}
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:sequence",
|
||||
"sequence": [
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:noise_threshold",
|
||||
"noise": "tfg:venus_salt",
|
||||
"min_threshold": 0.1,
|
||||
"max_threshold": 0.3
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:block",
|
||||
"result_state": {
|
||||
"Name": "tfg:rock/halite2"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"result_state": {
|
||||
"Name": "tfg:rock/halite"
|
||||
}
|
||||
}
|
||||
]
|
||||
"type": "minecraft:block",
|
||||
"result_state": {
|
||||
"Name": "tfg:rock/halite"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -56,15 +56,6 @@ function registerTFGWorldGenVenusDecoBlocks(event) {
|
|||
.tagBlock('minecraft:mineable/pickaxe')
|
||||
.fullBlock(true)
|
||||
.opaque(true)
|
||||
event.create('tfg:rock/halite2')
|
||||
.mapColor('snow')
|
||||
.soundType('deepslate')
|
||||
.hardness(0.8)
|
||||
.resistance(0.8)
|
||||
.requiresTool(true)
|
||||
.tagBlock('minecraft:mineable/pickaxe')
|
||||
.fullBlock(true)
|
||||
.opaque(true)
|
||||
|
||||
//Stromatolite
|
||||
event.create('tfg:rock/raw/stromatolite', 'tfc:raw_rock')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue