Skip to content

Commit

Permalink
Change dyes in monitor recipes (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
HoleFish authored Sep 5, 2024
1 parent 90d1489 commit 9b28a99
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1069,9 +1069,9 @@ public void run() {
Materials.Aluminium.getPlates(4),
Materials.Glass.getPlates(1),
Materials.Glowstone.getDust(1),
new ItemStack(Items.dye, 1, 1),
new ItemStack(Items.dye, 1, 10),
new ItemStack(Items.dye, 1, 4))
ItemList.DYE_ONLY_ITEMS[1].get(1),
ItemList.DYE_ONLY_ITEMS[10].get(1),
ItemList.DYE_ONLY_ITEMS[4].get(1))
.itemOutputs(ItemList.Cover_Screen.get(1L)).duration(5 * SECONDS).eut(5).addTo(assemblerRecipes);
// Nukes

Expand Down

0 comments on commit 9b28a99

Please sign in to comment.