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