-
-
Notifications
You must be signed in to change notification settings - Fork 66
Some properties cannot be accessed from block states #19
Comments
I think I've figured out what could be the cause: Terrestria uses the base library Terraform, which has a class for defining small log blocks (such as sakura logs). This class creates its own
Thus, if you do
The question then becomes: whose fault is this? Clearly, Terrestria / Terraform should just use However, given that this occurs at the very least with a few mods, Hydrogen has a few options:
|
It looks like BetterEnd will be fixing this in a future release: paulevsGitch/BetterEnd@67a4b19 |
As well as BetterNether: paulevsGitch/BetterNether@40ce83e I will try to ship a fix for the Terraformers' mods soon. |
This has been fixed on Terrestria's side in Terrestria 2.2.0, however BetterEnd and BetterNether do not have fixed versions yet. |
It might be possible to "intern" or cache calls to |
Sandwichable also has a similar issue. |
I just tested with #22 and it seems to fix it. |
See CaffeineMC/hydrogen-fabric#19 for reference.
See CaffeineMC/hydrogen-fabric#19 for reference.
See CaffeineMC/hydrogen-fabric#19 for reference.
This appears to be wrecking havoc on some mods that share properties between different block states.
The text was updated successfully, but these errors were encountered: