Skip to content

Commit

Permalink
Fix biomass crop showing up in creative mode
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Jan 21, 2025
1 parent 1feaa54 commit a146f9a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public HSBlockBiomassCrop()
setDefaultState(blockState.getBaseState().withProperty(AGE, 0));
setSoundType(HSSoundTypes.BIOMASS_PLANT);
setTickRandomly(true);
setCreativeTab(null);
}

@Override
Expand Down

0 comments on commit a146f9a

Please sign in to comment.