Industrial generator rendering incorrectly
TehTemmie opened this issue · 1 comments
The industrial generator's item renders like this:
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:
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)