-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Compatibility request]: Heart Crystal #3
Comments
Not a rendering bug, heart crystals can't be waterlogged yet. The current version of FluidLogged only has support for a set number of built-in block types, I'll add better extensibility in the future. |
This is where the current list of supported blocks is stored at the moment: FluidLogged/src/main/java/mega/fluidlogged/internal/world/drivers/MinecraftWorldDriver.java Lines 54 to 74 in c42dcd5
|
Could make it CraftTweakable where users can add stuff to the list through CraftTweaker? |
Yep, that's my current plan, a crafttweaker api, i just need to figure out how to make one |
The text was updated successfully, but these errors were encountered: