mirror of
https://github.com/TeamMidnightDust/DeliciousDishes.git
synced 2025-12-16 08:35:10 +01:00
Update 2.0.0 - Pretty Sweet Update
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package eu.midnightdust.motschen.dishes.blockstates;
|
||||
|
||||
import net.minecraft.state.property.IntProperty;
|
||||
|
||||
public class DishBites {
|
||||
public static final IntProperty DISH_BITES;
|
||||
static {
|
||||
DISH_BITES = IntProperty.of("bites", 0, 4);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user