Unable to spawn entities at XYZ coord containing 0
Wh1t3W3nd1g0 opened this issue ยท 2 comments
OTG Plugin or Mod
- OTG Mod for Forge
OTG Version
- Other - OpenTerrainGenerator-1.12.2_-_v8_r6_Josh1
Forge or Spigot Versions
[Minecraft Version: 1.12.2
(modded) forge-14.23.5.2847]
Description
Unable to spawn entities at XYZ coordinates containing"0" using Spawners function of CustomObjects. Example attached.
Failing example(no block at location 1,7,0):
Spawner(1,7,0,Parrot,1,30,100,1,30,0.0,0.0,0.0,0.0,0.0)
Working example(no block at location 1,7,0):
Spawner(1,7,1,Parrot,1,30,100,1,30,0.0,0.0,0.0,0.0,0.0)