Open Terrain Generator (OTG)

Open Terrain Generator (OTG)

10M Downloads

Unable to spawn entities at XYZ coord containing 0

Wh1t3W3nd1g0 opened this issue ยท 2 comments

commented

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.

TreeDarkOakParrot0.zip

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)

commented

This may be due to the behaviour of Spawner(), need to be tested and confirmed.

commented

Spawner(0,1,0,Blaze,1,30,100,1,30,0.0,0.0,0.0,0.0,0.0)

This works fine for me, please try OTG v8.3 or higher, thanks for reporting!