Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/spawner-craft/friendly.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ description: This mod adds new recipes that make all of the spawn eggs craftable

# Friendly Recipes

## <Badge type="new" text="new" /> Camel Husk Spawn Egg

<ShapelessRecipe
:ingredients="['camel_spawn_egg', 'husk_spawn_egg']"
output="camel_husk_spawn_egg"
:count="2"/>

## Copper Golem Spawn Egg

<ShapedRecipe
Expand Down
8 changes: 8 additions & 0 deletions docs/spawner-craft/hostile.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ description: This mod adds new recipes that make all of the spawn eggs craftable

# Hostile Recipes

## <Badge type="new" text="new" /> Parched Spawn Egg

<ShapedRecipe
a1="" b1="sand" c1=""
a2="sand" b2="skeleton_spawn_egg" c2="sand"
a3="" b3="gold_ingot" c3=""
output="parched_spawn_egg"/>

## Creaking Spawn Egg

<ShapedRecipe
Expand Down
15 changes: 15 additions & 0 deletions docs/spawner-craft/underwater.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ description: This mod adds new recipes that make all of the spawn eggs craftable

# Underwater Recipes

## <Badge type="new" text="new" /> Nautilus Spawn Egg

<ShapedRecipe
a1="" b1="nautilus_shell" c1=""
a2="water_bucket" b2="egg" c2="water_bucket"
a3="" b3="gold_ingot" c3=""
output="nautilus_spawn_egg"/>

## <Badge type="new" text="new" /> Zombie Nautilus Spawn Egg

<ShapelessRecipe
:ingredients="['zombie_spawn_egg', 'nautilus_spawn_egg']"
output="zombie_nautilus_spawn_egg"
:count="2"/>

## Tropical Fish Spawn Egg

<ShapedRecipe
Expand Down
Loading