Skip to content

Commit

Permalink
fix end dust bee (#3793)
Browse files Browse the repository at this point in the history
Co-authored-by: Maya <[email protected]>
  • Loading branch information
chochem and serenibyss authored Jan 12, 2025
1 parent a78745f commit 31cdf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gregtech/common/items/ItemComb.java
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ public void initCombsRecipes() {
CombType.ENDDUST,
new ItemStack[] { GTModHandler.getModItem(MagicBees.ID, "wax", 1L, 0),
GTBees.propolis.getStackForType(PropolisType.End), GTBees.drop.getStackForType(DropType.ENDERGOO),
Materials.Endstone.getBlocks(4) },
GTOreDictUnificator.get(OrePrefixes.dust, Materials.Endstone, 1L) },
new int[] { 20 * 100, 15 * 100, 10 * 100, 100 * 100 },
Voltage.HV);
addCentrifugeToItemStack(
Expand Down

0 comments on commit 31cdf46

Please sign in to comment.