Forge implementation

This commit is contained in:
Leo40Git
2021-07-01 15:16:23 +03:00
parent b7c5a106c1
commit b644d103fa
3 changed files with 34 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ public final class FoodPropertiesHooks {
@ExpectPlatform
public static void effect(FoodProperties.Builder builder,
Supplier<? extends MobEffectInstance> effectSupplier, float chance) {
Supplier<MobEffectInstance> effectSupplier, float chance) {
throw new AssertionError();
}
}