-
-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Crash] Tessellating block model [Compat with Better Foliage Renewed] #4030
Comments
can you try to narrow down the set of mods? |
I've been trying, so far no luck |
It's Better Foliage Renewed, which isn't a normal mod of the modpack so the modpack itself is clean. It's a client-side mod to make things like trees look better. |
Without loading up an instance with both, not sure what exactly is not being filled, especially since I do not touch modded blocks at all without someone explicitly adding a resource pack. I am suspicious of Rubidium showing up in the log though, I would rather have a log with literally just BFR and Botania. However looking at the code--sometimes what happens is a render type needs more data than it is given by default. I don't think Botania should be using ItemBlockRenderTypes -- RenderTypes.BLOCK is fine for rendering the floating island model. Botania/Xplat/src/main/java/vazkii/botania/client/render/tile/RenderTileFloatingFlower.java Lines 62 to 64 in df10b66
I also do not think Botania should be calling Of course this could be my fault as well but that's what I am seeing from just glancing at it |
Here is a crash log with only BFR and Botania as you asked https://gist.github.com/jarquafelmu/9534820f99e73becbc014aa1aea1867a |
will take a look |
One of my players has had the same error crash their world, but with a floating Hopperhock. Modpack: https://www.curseforge.com/minecraft/modpacks/the-phoenixs-magics-and-goodies |
Addition: It may be a weird incompatibility with a Forge config option, specifically, when I disable it, it stops crashing. This one:
|
According to the forge team ItemBlockRenderTypes does not work. So another method should be used |
Closing since 1.18 is no longer supported and various rendering aspects are likely going to be reworked with the 1.21 port. |
Mod Loader
Forge
Minecraft Version
1.18.1
Botania version
1.18.1-429
Modloader version
Forge 39.1.2
Modpack info
Briar Patch 2 - v3.03
https://www.curseforge.com/minecraft/modpacks/briar-patch-2
The latest.log file
https://gist.github.com/jarquafelmu/f3dc11fc6367638723f3099c852c1189
Issue description
I placed a floating Solegnolia flower to prevent certain dropped items from being picked up with the ring of magnets. As soon as it tried to render, I crashed.
This is on a dedicated server and when I attempted to rejoin the server I instantly crashed again because the flower it still there.
Steps to reproduce
Other information
Better Foliage Renewed v3.0.2
The text was updated successfully, but these errors were encountered: