Skip to content

Commit

Permalink
Fix the Sound of Saplings from GT++ (GTNewHorizons#3685)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taskeren authored Dec 21, 2024
1 parent 394b0b1 commit 2a50686
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ protected SaplingBase(String blockNameLocalized, String blockNameUnlocalized, St
this.setBlockName(blockName);
ItemUtils.addItemToOreDictionary(ItemUtils.getSimpleStack(this), "treeSapling", true);
this.setCreativeTab(AddToCreativeTab.tabBOP);
this.setStepSound(Block.soundTypeGrass);
}

/**
Expand Down

0 comments on commit 2a50686

Please sign in to comment.