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

Fix Plastic Block Properties #60

Merged
merged 1 commit into from Nov 25, 2022
Merged

Fix Plastic Block Properties #60

merged 1 commit into from Nov 25, 2022

Conversation

DrParadox7
Copy link
Collaborator

Fix Plastic Blocks not taking the correct properties based on type (slick, road, reinforced, glowing).
Nerfs Speed of Roads a bit to prevent lag.

Additionally, adds the feature where plastic blocks prevent mob spawn.

Fix Plastic Blocks not taking the correct properties based on type.

Nerfs Speed of Roads a bit to prevent lag.

Additionally, adds the feature where plastic blocks prevent mob spawn.
@DrParadox7 DrParadox7 added this to the 9.10.20 milestone Nov 24, 2022
{
super(Material.wood);
setHardness(this == MekanismBlocks.ReinforcedPlasticBlock ? 50F : 5F);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The value of this returned null everytime. You can see how that's a problem here.

@DrParadox7 DrParadox7 merged commit 1fa082c into 1.7.10 Nov 25, 2022
@maggi373 maggi373 deleted the PlasticProperties branch December 19, 2022 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants