
DoorBlock.activate crashes the game in a dev environment
Juuxel opened this issue ยท 0 comments
Minecraft: 1.14
Towelette: 1.5.0
Fabric Loader: 0.4.2+build.132
Fabric API: 0.2.7+build.127
Crash report: link
The issue seems to be related to DoorBlockMixin.onActivate
referencing BlockMixin.material
. The field is missing a refmap, which causes it to have the intermediary name in a dev environment.