Hbm's Nuclear Tech Mod

Hbm's Nuclear Tech Mod

1M Downloads

Industrial generator rendering incorrectly

TehTemmie opened this issue · 1 comments

commented

The industrial generator's item renders like this:
2021-12-06_15 10 27

When placed, the model is offset from the actual dummy blocks in the generator. In the screenshot below, the yellow and black wool marks out where the actual blocks are:
2021-12-06_15 41 57

Please solve this equation to x

x²+3x-19=√(9x²)+6
x^2 + 3x - 25 = abs(3x)
Case 1: x^2 + 3x - 25 = 3x and x >= 0
x^2 - 25 = 0
x = 5
Case 2: x^2 + 3x - 25 = -3x and x < 0
x^2 + 6x - 25 = 0
x = (-6 - sqrt(36 + 100)) / 2 = -3 - sqrt(4 * 34) / 2 = -3 - sqrt(34)
x = 5, -3 - sqrt(34)

commented

The model having the wrong offset is already a known issue. The held model looking like that is the result of the model being changed but the render class not being changed from the old iGen, I put that off for the next update since I was short on time.