Skip to content

Commit 140c553

Browse files
RedeixTomPlopgustovafingPyritie
authored
accumulator render fix (#1533)
* Fix colored steel recipe with Amp loss (#1517) Signed-off-by: TomPlop <[email protected]> * 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 <[email protected]> Co-authored-by: TomPlop <[email protected]> Co-authored-by: Gustavo <[email protected]> Co-authored-by: Pyritie <[email protected]>
1 parent d6b0715 commit 140c553

File tree

3 files changed

+36
-34
lines changed

3 files changed

+36
-34
lines changed

kubejs/assets/tfg/models/block/machines/hv_aqueous_accumulator.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"recipe_logic_status=waiting": {
2929
"model": {
30-
"parent": "tfg:block/casings/voltage/hv",
30+
"parent": "gtceu:block/casings/voltage/hv",
3131
"textures": {
3232
"overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active",
3333
"overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive",

kubejs/assets/tfg/models/block/machines/lv_aqueous_accumulator.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"recipe_logic_status=waiting": {
2929
"model": {
30-
"parent": "tfg:block/casings/voltage/lv",
30+
"parent": "gtceu:block/casings/voltage/lv",
3131
"textures": {
3232
"overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active",
3333
"overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive",
Lines changed: 34 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,37 @@
11
{
2-
"feature": "tfg:venus/terrain/lava_delta",
3-
"placement": [
4-
{
5-
"type": "minecraft:count",
6-
"count": 1
7-
},
8-
{
9-
"type": "minecraft:rarity_filter",
10-
"chance": 3
11-
},
12-
{
13-
"type": "minecraft:height_range",
14-
"height": {
15-
"type": "minecraft:uniform",
16-
"max_inclusive": {
17-
"absolute": 200
18-
},
19-
"min_inclusive": {
20-
"above_bottom": 54
21-
}
22-
}
23-
},
24-
{
25-
"type": "minecraft:heightmap",
26-
"heightmap": "WORLD_SURFACE"
27-
},
28-
{
29-
"type": "minecraft:in_square"
30-
},
31-
{
32-
"type": "minecraft:biome"
2+
"feature": "tfg:venus/terrain/lava_delta",
3+
"placement": [
4+
{
5+
"type": "minecraft:noise_based_count",
6+
"noise_to_count_ratio": 1,
7+
"noise_factor": 1,
8+
"noise_offset": 3
9+
},
10+
{
11+
"type": "minecraft:rarity_filter",
12+
"chance": 3
13+
},
14+
{
15+
"type": "minecraft:height_range",
16+
"height": {
17+
"type": "minecraft:uniform",
18+
"max_inclusive": {
19+
"absolute": 200
20+
},
21+
"min_inclusive": {
22+
"above_bottom": 54
3323
}
34-
]
24+
}
25+
},
26+
{
27+
"type": "minecraft:heightmap",
28+
"heightmap": "WORLD_SURFACE"
29+
},
30+
{
31+
"type": "minecraft:in_square"
32+
},
33+
{
34+
"type": "minecraft:biome"
35+
}
36+
]
3537
}

0 commit comments

Comments
 (0)