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
I made a custom block that gives a speed buff when stepped on
Block and Stairs from it work fine
-> Slab from it does not give Buff to player when stepped on!
Is this the right place to ask/report?
Am I doing it wrong?
cheers indu
´´´
public static final Block PAVING_WINDWALK = registerBlock("paving_windwalk",
new PavingStoneTravelBlock(FabricBlockSettings.copyOf(Blocks.STONE).strength(4f)));
public static final Block WINDWALK_STAIRS = registerBlock("windwalker_stairs",
new StairsBlock(ModBlocks.PAVING_WINDWALK.getDefaultState(), FabricBlockSettings.copyOf(ModBlocks.PAVING_WINDWALK)));
public static final Block WINDWALK_SLAB = registerBlock("windwalker_slab",
new SlabBlock(FabricBlockSettings.copyOf(ModBlocks.PAVING_WINDWALK)));
´´´
The text was updated successfully, but these errors were encountered:
👋 We use the issue tracker exclusively for final bug reports and feature requests. However, this issue appears to be better suited for either a discussion thread, or a message on our discord server. Please post your request on one of these, and the conversation can continue there.
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.15.3
fabric_version=0.91.0+1.20.1
I made a custom block that gives a speed buff when stepped on
Block and Stairs from it work fine
-> Slab from it does not give Buff to player when stepped on!
Is this the right place to ask/report?
Am I doing it wrong?
cheers indu
´´´
´´´
The text was updated successfully, but these errors were encountered: