Smaller Changes
This commit is contained in:
parent
fcbfe26811
commit
aea93e06f6
2 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
"RegistryDataLoaderMixin",
|
"RegistryDataLoaderMixin",
|
||||||
"ServerLevelMixin",
|
"ServerLevelMixin",
|
||||||
"ShovelItemAccessor",
|
"ShovelItemAccessor",
|
||||||
"SpongeBlockMixin",
|
|
||||||
"SurfaceRulesContextAccessor",
|
"SurfaceRulesContextAccessor",
|
||||||
"TheEndBiomesMixin",
|
"TheEndBiomesMixin",
|
||||||
"WorldGenRegionMixin",
|
"WorldGenRegionMixin",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue