
wrong number of glass and casing
Closed this issue · 9 comments
Overall, the total block count is correct, but the given value includes the perimeter made of glass, whereas it should actually be made of casings.
modloader: neoforge
mod ver: 1.21.1-7.7
mekanism ver: Mekanism-1.12.1-10.7.14.79
create copied schema
calc for reactor casing block normally (with glass check):
9*9 = 81 (bottom)
13*4 = 52 (edges + 4 blocks in top)
7*4 = 28 (top)
81+52+28 = 161
total glass for a 9x9x14 fission reactor:
7*7 = 49 (top )
7*12*4 = 336 (other faces)
49+336 = 385 (total glass wihout extra block)
385 -6 - 4 = 375 ( total glass block)