Smaller Changes

This commit is contained in:
Frank 2023-05-24 23:22:27 +02:00
parent fcbfe26811
commit aea93e06f6
2 changed files with 1 additions and 2 deletions

View file

@ -2,5 +2,5 @@ package org.betterx.bclib.behaviours.interfaces;
import org.betterx.bclib.interfaces.tools.AddMineableHoe; import org.betterx.bclib.interfaces.tools.AddMineableHoe;
public interface BehaviourSeed extends AddMineableHoe { public interface BehaviourSeed extends AddMineableHoe, BehaviourCompostable {
} }

View file

@ -31,7 +31,6 @@
"RegistryDataLoaderMixin", "RegistryDataLoaderMixin",
"ServerLevelMixin", "ServerLevelMixin",
"ShovelItemAccessor", "ShovelItemAccessor",
"SpongeBlockMixin",
"SurfaceRulesContextAccessor", "SurfaceRulesContextAccessor",
"TheEndBiomesMixin", "TheEndBiomesMixin",
"WorldGenRegionMixin", "WorldGenRegionMixin",