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
It is not best practice to create properties in the block class. You should instead pass properties to the constructor when creating the block.
By doing this you allow for other mods to potentially extend the block, may not be applicable here but it is still not good to demonstrate bad practices.
See:
It is not best practice to create properties in the block class. You should instead pass properties to the constructor when creating the block.
By doing this you allow for other mods to potentially extend the block, may not be applicable here but it is still not good to demonstrate bad practices.
See:
YouTubeModding14/src/main/java/com/mcjty/mytutorial/blocks/FirstBlock.java
Lines 36 to 39 in 513b179
The text was updated successfully, but these errors were encountered: