Block `create:metal_girder_encased_shaft` is waterlogged by default
James103 opened this issue ยท 1 comments
Describe the Bug
Running the following command:
setblock ~ ~ ~ create:metal_girder_encased_shaft
without specifying any block states produces a metal girder with a shaft through it that is waterlogged.
This suggests the block's default state has waterlogged = true
.
Reproduction Steps
- Create a new instance, Minecraft 1.19.2, Fabric loader 0.14.13.
- Install the Fabric version of Create mod, version
0.5.0.i-925
. - Install Fabric API
0.70.0
. - Create a new world with cheats enabled.
- Run the command
setblock ~ ~ ~ create:metal_girder_encased_shaft
(without specifying any block states) - The resulting encased shaft is waterlogged.
Expected Result
The block should not be waterlogged by default.
Screenshots and Videos
No response
Crash Report or Log
No response
Operating System
Windows 10, 64-bit
Mod Version
0.5.0i
Minecraft Version
1.19.2
Other Mods
No response
Additional Context
No response