Talk:Field Generator

From Industrial-Craft-Wiki
Jump to navigation Jump to search

i have a query. wouldnt the formula for finding the field size be "Formula: Cube size = 1 + Input/4" instead of Formula: Cube size = 1 + 2( Input/8) which is pritty much the same calculation but without the times e.g

old calculation

Cube = 1 + 2( Input/8) lets say the input is 16 Cube= 1+2(16/8) Cube= 1+2*2 Cube= 1+ 4 cube= 5

new calculation while cube=1+16/4 (bomdas applies here) cube=1+4 cube=5