Skip to content

Commit

Permalink
[SmallFix] Bamboo seed type is Bamboo itself and not Bamboo_Sapling.
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamHRLive authored and SpraxDev committed Feb 27, 2025
1 parent 8d499c1 commit 2bbd756
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public static EntityType getEntityForSpawnEgg(XMaterial material) {
case WHEAT:
return XMaterial.WHEAT_SEEDS;
case BAMBOO:
return XMaterial.BAMBOO_SAPLING;
return XMaterial.BAMBOO;
default:
return null;
}
Expand Down

0 comments on commit 2bbd756

Please sign in to comment.