Skip to content

Commit 3201860

Browse files
committed
Accidentally doubled the durability of spray cans
1 parent c1e7048 commit 3201860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gregtech/common/items/MetaItem1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public void registerSubItems() {
221221
for (EnumDyeColor color : EnumDyeColor.values()) {
222222
SPRAY_CAN_DYES.put(color, addItem(62 + color.ordinal(), "spray.can.dyes." + color.getName())
223223
.setMaxStackSize(1)
224-
.addComponents(new DurabilitySprayBehavior(SPRAY_EMPTY.getStackForm(), 1024, color))
224+
.addComponents(new DurabilitySprayBehavior(SPRAY_EMPTY.getStackForm(), 512, color))
225225
.setCreativeTabs(GTCreativeTabs.TAB_GREGTECH_TOOLS));
226226
}
227227

0 commit comments

Comments
 (0)