OpenTerrainGenerator icon indicating copy to clipboard operation
OpenTerrainGenerator copied to clipboard

[1.16.5] Block rotation issues for 1.16.5 after /otg update & Entity not spawning.

Open NLBlackEagle opened this issue 3 years ago • 0 comments

OTG Plugin or Mod

  • [X] OTG Mod for Forge

OTG Version

  • [X] 1.16.5 v0.1.10

Forge or Spigot Versions

Forge-36-1.33

Description

Whenever a structure rotates certain blocks face a wrong direction.

These blocks are;

  • Banners
  • Rails
  • string
  • doors
  • vertical placed trapdoors
  • redstone
  • signs
  • There are some issues with some entities. Namely minecarts which dont seem to spawn using: Entity(3,1,-3,minecraft:minecart,1) in objects.

For the purpose of debugging these issues I have made a world with the following bo3's on the following levels:

Y80 = Bo3 [pre /otg update] RotateRandomly: true Y90 = Bo3 [pre /otg update] RotateRandomly: false (These are made of Diamond_blocks to differentiate easier)

Y100 = Bo3 [post /otg update] RotateRandomly: true Y110 = Bo3 [post /otg update] RotateRandomly: false

Here's some pictures pre-export: (The netherrack was turned into a minecart and lowered one block)

afbeelding afbeelding afbeelding afbeelding

Here's the debug world: Debug.zip

NLBlackEagle avatar Dec 23 '21 13:12 NLBlackEagle