"Failed to verify username!" Minecraft 1.19
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
I have this same issue, have you found a solution?
-
BooleanProperty does work so I thought IntegerProperty works the same way. Is there something I am missing? This is how I tried using it: public static final IntegerProperty P_COUNT = IntegerProperty.create("pCo",0,5); public CCCBlock(Properties properties) { super(properties); this.registerDefaultState(this.defaultBlockState().setValue(P_COUNT, 0)); } protected void createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> pBuilder) { pBuilder.add(P_COUNT); }
-
By poochyena123 · Posted
Okay think I got it solved. I reinstalled bclib and now it's opening the world gen creation. Thank you! -
By poochyena123 · Posted
So here's the weird bit, I have those disabled and removed as they seem to conflict with Create mod
-
-
Topics
-
Who's Online (See full list)
- There are no registered users currently online
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.