aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/items
diff options
context:
space:
mode:
authorRunakai1 <48415331+Runakai1@users.noreply.github.com>2023-07-03 12:49:44 +0200
committerGitHub <noreply@github.com>2023-07-03 12:49:44 +0200
commit86182599103a7ecf9af48d01c49368c56eefa47e (patch)
treee6efddaf0c234fc6980eb476caa94fbf1c81be36 /src/main/java/gregtech/common/items
parentdde7963402d2c94d0de6f11d27384449c1bb2705 (diff)
downloadGT5-Unofficial-86182599103a7ecf9af48d01c49368c56eefa47e.tar.gz
GT5-Unofficial-86182599103a7ecf9af48d01c49368c56eefa47e.tar.bz2
GT5-Unofficial-86182599103a7ecf9af48d01c49368c56eefa47e.zip
Chande lapotron chance (#2117)
Diffstat (limited to 'src/main/java/gregtech/common/items')
-rw-r--r--src/main/java/gregtech/common/items/ItemComb.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/gregtech/common/items/ItemComb.java b/src/main/java/gregtech/common/items/ItemComb.java
index cff7d25704..f0c01424f5 100644
--- a/src/main/java/gregtech/common/items/ItemComb.java
+++ b/src/main/java/gregtech/common/items/ItemComb.java
@@ -253,9 +253,9 @@ public class ItemComb extends Item implements IGT_ItemWithMaterialRenderer {
new ItemStack[] { GT_Bees.drop.getStackForType(DropType.LAPIS),
GT_ModHandler.getModItem(NewHorizonsCoreMod.ID, "item.LapotronDust", 1, 0),
GT_ModHandler.getModItem(MagicBees.ID, "wax", 1, 2) },
- new int[] { 20 * 100, 15 * 100, 40 * 100 },
+ new int[] { 20 * 100, 100 * 100, 40 * 100 },
Voltage.HV,
- 196);
+ 240);
addCentrifugeToMaterial(
CombType.PYROTHEUM,
new Materials[] { Materials.Blaze, Materials.Pyrotheum },