Tropicraft

Tropicraft

12M Downloads

Improper Home Tree generation and missing Ashen spawner

33313 opened this issue ยท 0 comments

commented

Describe the bug
The Home Tree does not generate correctly, and the Ashen do not spawn inside of it. The spawner is empty, and the tree is cut off at certain chunk borders (shown below).

To Reproduce
Steps to reproduce the behavior:

  1. Go to the Tropicraft dimension
  2. Locate the nearest Home Tree: /locate structure tropicraft:home_tree
  3. Teleport to the coordinates
    (This also occurs naturally to any tree found by simply walking to it)

Expected behavior
Home Tree contains Ashen and generates as expected.

Screenshots
One of the branches being cut off on chunk border:
image
Another cut off branch:
image
Empty spawner:
image
The tree seems to be cut off 1 chunk away from the core diagonally, and 2 chunks away from the core in a straight line, as seen below:
image

Versions

  • Tropicraft 9.6.x
  • Forge 47.2.0
  • Minecraft 1.20.1

Additional context
This occurs in all versions of Tropicraft for 1.20.1. There may also be a related issue from 2022: #492

Log

[11:48:03] [Server thread/INFO] [minecraft/LocateCommand]: Locating element tropicraft:home_tree took 2 ms
[11:48:03] [Render thread/INFO] [minecraft/ChatComponent]: [CHAT] The nearest tropicraft:home_tree is at [-1120, ~, -192] (436 blocks away)
[11:48:07] [Worker-Main-3/WARN] [minecraft/BaseSpawner]: Invalid SpawnData: No key entity in MapLike[{id:"tropicraft:iguana"}]
[11:48:07] [Worker-Main-3/WARN] [minecraft/BaseSpawner]: Invalid SpawnPotentials list: No key weight in MapLike[{Entity:{id:"tropicraft:iguana"},Weight:1}]; No key data in MapLike[{Entity:{id:"tropicraft:iguana"},Weight:1}]
[11:48:07] [Worker-Main-3/WARN] [minecraft/BaseSpawner]: Invalid SpawnData: No key entity in MapLike[{id:"tropicraft:ashen"}]
[11:48:07] [Worker-Main-3/WARN] [minecraft/BaseSpawner]: Invalid SpawnPotentials list: No key weight in MapLike[{Entity:{id:"tropicraft:ashen"},Weight:1}]; No key data in MapLike[{Entity:{id:"tropicraft:ashen"},Weight:1}]

Spawner block data

/setblock -1114 160 -196 minecraft:spawner{Delay:433s,ForgeCaps:{},MaxNearbyEntities:6s,MaxSpawnDelay:800s,MinSpawnDelay:200s,RequiredPlayerRange:16s,SpawnCount:4s,SpawnData:{entity:{}},SpawnPotentials:[],SpawnRange:4s}

UPDATE 04/06/2024
Iguanas seem to spawn correctly despite the logs. What I have noticed is that the Iguanas do have a spawn egg, while the Ashen do not. Could this be the issue?