Skip to content

Commit

Permalink
fix: Make otherside requrire ender eye instead of cyan dye
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriDevs committed Feb 9, 2022
1 parent 1f46241 commit b148210
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class MusicDiscRecipes extends _RecipeTemplate {
entry(Material.MUSIC_DISC_WARD, Material.GREEN_DYE),
entry(Material.MUSIC_DISC_11, Material.IRON_PICKAXE),
entry(Material.MUSIC_DISC_WAIT, Material.LIGHT_BLUE_DYE),
entry(Material.MUSIC_DISC_OTHERSIDE, Material.CYAN_DYE),
entry(Material.MUSIC_DISC_OTHERSIDE, Material.ENDER_EYE),
entry(Material.MUSIC_DISC_PIGSTEP, Material.NETHER_GOLD_ORE)
);

Expand Down

0 comments on commit b148210

Please sign in to comment.