mirror of
https://github.com/architectury/architectury-api.git
synced 2026-04-03 05:57:40 -05:00
Testmod
Restore variance
This commit is contained in:
@@ -31,7 +31,7 @@ public final class FoodPropertiesHooks {
|
||||
|
||||
@ExpectPlatform
|
||||
public static void effect(FoodProperties.Builder builder,
|
||||
Supplier<MobEffectInstance> effectSupplier, float chance) {
|
||||
Supplier<? extends MobEffectInstance> effectSupplier, float chance) {
|
||||
throw new AssertionError();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user