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
Describe the bug:
Trying to place hanging roots on on top or bottom of the block crashes the game
you can place them just fine on sides
Versions: (BEFORE SUBMITTING A BUG REPORT, make sure you have the most up-to-date versions of Immersive Weathering, Moonlight Lib and Supplementaries)
Minecraft version: 1.19.2
Immersive Weathering version: immersive_weathering-1.19.2-1.2.10
Moonlight Lib version: moonlight-1.19.2-2.3.7
Fabric API / QSL / Forge version: net.minecraftforge:43.4.4
Other mods:
List all mods that you're using; could be in the form of a list of the filenames, a crash report list, a screenshot of
the mods folder, etc. Just make sure all mods used are known!
To Reproduce:
Steps to reproduce the behavior. Format it as a numbered list of steps.
Install minecraft 1.19.2 with newest forge version
Add moonlight lib, and immersive weathering
try to place hanging roots on top or bottom of the block
Expected behavior:
game should crash
Additional info:
logs sugest that the issue is occuring because your block is missing top and bottom placement options
i think that you wanted it to default to minecraft:hanging_roots and it's failing ;/
here we have only 4 directions and minecraft don't know what to do with other 2
Describe the bug:
Trying to place hanging roots on on top or bottom of the block crashes the game
you can place them just fine on sides
Versions: (BEFORE SUBMITTING A BUG REPORT, make sure you have the most up-to-date versions of Immersive Weathering, Moonlight Lib and Supplementaries)
Minecraft version: 1.19.2
Immersive Weathering version: immersive_weathering-1.19.2-1.2.10
Moonlight Lib version: moonlight-1.19.2-2.3.7
Fabric API / QSL / Forge version: net.minecraftforge:43.4.4
Other mods:
List all mods that you're using; could be in the form of a list of the filenames, a crash report list, a screenshot of
the mods folder, etc. Just make sure all mods used are known!
Logs:
To Reproduce:
Steps to reproduce the behavior. Format it as a numbered list of steps.
Expected behavior:
game should crash
Additional info:
logs sugest that the issue is occuring because your block is missing top and bottom placement options
i think that you wanted it to default to minecraft:hanging_roots and it's failing ;/
here we have only 4 directions and minecraft don't know what to do with other 2
Immersive-Weathering/common/src/main/java/com/ordana/immersive_weathering/blocks/WallRootsBlock.java
Line 29 in c5501c2
we are using original minecraft:hanging_roots to place moded version so it's assume "down" direction exist
but according to this code it's not
The text was updated successfully, but these errors were encountered: