Fixes BetterNether runtime crashes
This commit is contained in:
parent
443042c6ef
commit
4f7d0939e3
3 changed files with 34 additions and 14 deletions
|
@ -25,15 +25,9 @@ public interface BiomeGenerationSettingsAccessor {
|
|||
@Mutable
|
||||
void bclib_setFeatures(List<HolderSet<PlacedFeature>> value);
|
||||
|
||||
@Accessor("featureSet")
|
||||
Supplier<Set<PlacedFeature>> bclib_getFeatureSet();
|
||||
|
||||
@Accessor("featureSet")
|
||||
void bclib_setFeatureSet(Supplier<Set<PlacedFeature>> featureSet);
|
||||
|
||||
@Accessor("flowerFeatures")
|
||||
Supplier<List<ConfiguredFeature<?, ?>>> bclib_getFlowerFeatures();
|
||||
|
||||
@Accessor("flowerFeatures")
|
||||
void bclib_setFlowerFeatures(Supplier<List<ConfiguredFeature<?, ?>>> flowerFeatures);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue