1
0
Fork 0
mirror of https://github.com/Sollace/Unicopia.git synced 2025-04-19 01:24:04 +02:00

Update rock textures and make rock stew edible

This commit is contained in:
Sollace 2021-09-02 23:44:53 +02:00
parent a9dfbbf70c
commit bb0405917f
3 changed files with 1 additions and 1 deletions
src/main
java/com/minelittlepony/unicopia/item
resources/assets/unicopia/textures/item

View file

@ -70,7 +70,7 @@ public interface UItems {
Item PEBBLES = register("pebbles", new RacePredicatedAliasedBlockItem(UBlocks.ROCKS, new Item.Settings().group(ItemGroup.MATERIALS), Race::canUseEarth));
Item ROCK = register("rock", new Item(new Item.Settings().group(ItemGroup.MATERIALS)));
Item ROCK_STEW = register("rock_stew", new Item(new Item.Settings().group(ItemGroup.FOOD)));
Item ROCK_STEW = register("rock_stew", new Item(new Item.Settings().group(ItemGroup.FOOD).food(FoodComponents.MUSHROOM_STEW)));
Item MUG = register("mug", new Item(new Settings().group(ItemGroup.MATERIALS).maxCount(16)));
Item CIDER = register("cider", new DrinkableItem(new Item.Settings().group(ItemGroup.FOOD).food(UFoodComponents.CIDER).maxCount(1).recipeRemainder(MUG)));

Binary file not shown.

Before

(image error) Size: 3.2 KiB

After

(image error) Size: 3.2 KiB

Binary file not shown.

Before

(image error) Size: 3.1 KiB

After

(image error) Size: 3.1 KiB