You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (event.getFace() != null && !itemBlock.getBlock().isReplaceable(event.getWorld(), pos))
I originally said the BoP related crash was a BoP bug but if a similar issue affects vanilla blocks it's possible the handleAndCancelPlace implementation is incorrect. If this is the case 2ee6334 might not have been necessary.
Unless this is simply a bug in the vanilla implementation for net.minecraft.block.BlockSnow.isReplaceable. I'm not familiar enough with minecrafts API to know if this is a vanilla bug, or a misuse of NomiLabs's isReplaceable call.
The text was updated successfully, but these errors were encountered:
Build: nomi-ceu-main-81f6824-client
Also effects: 1.7.3
latest.log
Placing snow layers on non snow layer blocks causes a crash.
This crash seems very similar to the BoP crash I mentioned in Nomi-CEu/Nomi-CEu#1156 (comment)
Both are coming from this line:
Nomi-Labs/src/main/java/com/nomiceu/nomilabs/mixin/ftbutilities/FTBUtilitiesPlayerEventHandlerMixin.java
Line 53 in dda463d
I originally said the BoP related crash was a BoP bug but if a similar issue affects vanilla blocks it's possible the
handleAndCancelPlace
implementation is incorrect. If this is the case 2ee6334 might not have been necessary.Unless this is simply a bug in the vanilla implementation for
net.minecraft.block.BlockSnow.isReplaceable
. I'm not familiar enough with minecrafts API to know if this is a vanilla bug, or a misuse of NomiLabs'sisReplaceable
call.The text was updated successfully, but these errors were encountered: