setDefaultState is called in mojang mappings registerDefaultState
you can use the bot an the forge discord server
https://discord.com/invite/UvedJ9m
EDIT: commands:
mcpe -> mojang : !moj -c mcp methode/field/(1.17) class
mojang -> mcpe : !mcp -c moj methode/field/(1.17) class
this create StateDefinition but set not the default values
Add
protected void createBlockStateDefinition(StateContainer.Builder<Block, BlockState> builder) {
builder.add(LEVEL);
}
snippet taken from the CauldronBlock with slight edit
You lack this method:
https://github.com/Draco18s/ReasonableRealism/blob/1.14.4/src/main/java/com/draco18s/harderores/block/ore/HardOreBlock.java#L51-L54
I'm not sure what the Mojang mapping name is for it, but you still lack it.
1
point
Important Information
By using this site, you agree to our Terms of Use.