accumulator render fix (#1533)

* Fix colored steel recipe with Amp loss (#1517)

Signed-off-by: TomPlop <tomdidome@gmail.com>

* fix yeast starter from water giving too much

* Feature/mars rock layers (#1519)

* moving to real tfc rock layers!

* thanks git

* git pls

* that's a good start for the mars rock layer stuff now

* langs, some desert block height tweaks

* mars water fog color

* forgot to convert back from hex to dec

* fix #1518

* pakku

* updated size data

* bump gregtech version

* - crash fix

---------

Signed-off-by: TomPlop <tomdidome@gmail.com>
Co-authored-by: TomPlop <tomdidome@gmail.com>
Co-authored-by: Gustavo <ofoxsmith@outlook.com>
Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
Redeix 2025-08-05 11:54:24 -05:00 committed by GitHub
parent d6b0715c52
commit 140c5531b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 36 additions and 34 deletions

View file

@ -27,7 +27,7 @@
},
"recipe_logic_status=waiting": {
"model": {
"parent": "tfg:block/casings/voltage/hv",
"parent": "gtceu:block/casings/voltage/hv",
"textures": {
"overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active",
"overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive",

View file

@ -27,7 +27,7 @@
},
"recipe_logic_status=waiting": {
"model": {
"parent": "tfg:block/casings/voltage/lv",
"parent": "gtceu:block/casings/voltage/lv",
"textures": {
"overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active",
"overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive",

View file

@ -1,35 +1,37 @@
{
"feature": "tfg:venus/terrain/lava_delta",
"placement": [
{
"type": "minecraft:count",
"count": 1
},
{
"type": "minecraft:rarity_filter",
"chance": 3
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 200
},
"min_inclusive": {
"above_bottom": 54
}
}
},
{
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE"
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
"feature": "tfg:venus/terrain/lava_delta",
"placement": [
{
"type": "minecraft:noise_based_count",
"noise_to_count_ratio": 1,
"noise_factor": 1,
"noise_offset": 3
},
{
"type": "minecraft:rarity_filter",
"chance": 3
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 200
},
"min_inclusive": {
"above_bottom": 54
}
]
}
},
{
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE"
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
}
]
}