这么坏的小猫咪一定要能吃
This commit is contained in:
parent
11de654ec5
commit
675c38d777
@ -241,10 +241,16 @@ public class BlackSugarModMain {
|
||||
)
|
||||
);
|
||||
|
||||
// Lover's Lover物品
|
||||
// Lover's Lover物品,可食用
|
||||
public static final RegistryObject<Item> LOVERS_LOVER = ITEMS.register("lovers_lover",
|
||||
() -> new Item(new Item.Properties()
|
||||
.setId(ITEMS.key("lovers_lover"))
|
||||
.food(new FoodProperties.Builder()
|
||||
.alwaysEdible()
|
||||
.nutrition(10)
|
||||
.saturationModifier(20.0f)
|
||||
.build()
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user