Open Dyljyn opened 3 months ago
I've done some testing: It seems that the map is always looking for a roof in the nether.
At build height I created a little square as a roof with 3 layers:
Top view | Bottom view |
![2024-08-26_15 46 07](https://github.com/user-attachments/assets/fcc12c61-c2b3-44bf-9ba0-28a0f9fba964) | ![2024-08-26_15 46 14](https://github.com/user-attachments/assets/cfd6bb87-ac79-4db6-b844-a39f98705f79) |
In the result you'll see:
My guess is that it has something to do with the "exception" to dimensions with a ceiling stated in the following code:
I'm not familiar with Java or Minecraft modding so this is currently as far as my programming knowledge goes for this matter.
@jpenilla If you don't mind, do you have any feedback on this issue? I feel like the issue potentially got brushed over due to the simple description. However, I had hoped the additional comment simplified it further.
I respect your time and effort, and I will not be pinging you again. I just for once wanted to make sure.
I'm in the process of setting up the map so it shows our Nether Hub, which has been built on top of the Nether Roof. I want to only show the blocks above the Nether Roof, including the bedrock of the Nether Roof.
How to potentially get the nether roof to render was described in this comment on another issue. Unfortunately, this does not seem to work.
I am currently a bit lost on how this could actually be achieved.