Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block and Stairs from custom Block give proper Buff when stepped on but Slab does not! #881

Closed
Ioandar opened this issue Jan 1, 2024 · 1 comment
Labels
support Issues closed due to being a support request.

Comments

@Ioandar
Copy link

Ioandar commented Jan 1, 2024

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

´´´

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)));

´´´

@Juuxel Juuxel added the support Issues closed due to being a support request. label Jan 1, 2024
Copy link

github-actions bot commented Jan 1, 2024

👋 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.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Issues closed due to being a support request.
Projects
None yet
Development

No branches or pull requests

2 participants