Skip to content

Commit d6bae58

Browse files
committed
Clear before loading, just in case
1 parent 2286e71 commit d6bae58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/net/swedz/extended_industrialization/machines/component/farmer/harvesting/harvestable/BushBlockHarvestable.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ private static void onLoad(FMLCommonSetupEvent event)
3535
event.enqueueWork(() ->
3636
{
3737
// Cache the valid blocks so we dont have to search through all the properties of each block every time
38+
AGEABLE_BLOCKS.clear();
3839
for(var block : BuiltInRegistries.BLOCK)
3940
{
4041
if(block instanceof BushBlock)

0 commit comments

Comments
 (0)