Skip to content

Commit

Permalink
Update Moobloom Spawn Egg to match Minecraft Earth's spawn egg.
Browse files Browse the repository at this point in the history
  • Loading branch information
MerchantPug committed Dec 6, 2024
1 parent e72bc2b commit a30b8f1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Removed distance restriction on custom block renderers.
- Removed distance restriction on custom block renderers.
- Updated Moobloom Spawn Egg to match Minecraft Earth's spawn egg.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

public class BovinesItems {
public static final NectarBowlItem NECTAR_BOWL = new NectarBowlItem(new Item.Properties().stacksTo(1).component(BovinesDataComponents.NECTAR, ItemNectar.EMPTY).craftRemainder(Items.BOWL));
public static final Item MOOBLOOM_SPAWN_EGG = new SpawnEggItem(BovinesEntityTypes.MOOBLOOM, 0xfad200, 0x437f34, new Item.Properties());
public static final Item MOOBLOOM_SPAWN_EGG = new SpawnEggItem(BovinesEntityTypes.MOOBLOOM, 0xFFFFFF, 0xFFFFFF, new Item.Properties());

public static final BlockItem BUTTERCUP = new BlockItem(BovinesBlocks.BUTTERCUP, new Item.Properties());
public static final BlockItem PINK_DAISY = new BlockItem(BovinesBlocks.PINK_DAISY, new Item.Properties());
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"parent": "minecraft:item/template_spawn_egg"
"parent": "minecraft:item/generated",
"textures": {
"layer0": "bovinesandbuttercups:item/moobloom_spawn_egg",
"layer1": "bovinesandbuttercups:item/moobloom_spawn_egg_overlay"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a30b8f1

Please sign in to comment.