babywolf

Results 14 issues of babywolf

[reference](https://github.com/fgsoftware1/fgengine/issues/17)

can't control 4 dc motors at same time with the following code ` m.motor(1,FORWARD,255); m.motor(2,FORWARD,255); m.motor(3,FORWARD,255); m.motor(4,FORWARD,255); `

When i try to run forge version of my mod from IDE it reach game main menu and crash with the following error: ```bash Caused by: java.lang.NoSuchMethodError: 'com.mojang.math.Transformation com.mojang.math.Transformation.func_227987_b_()' ```...