Skip to content

Commit

Permalink
change foam sprayer stacksize to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
DStrand1 committed Jul 5, 2021
1 parent 596e968 commit 0043f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gregtech/common/items/MetaItem1.java
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public void registerSubItems() {

FLUID_CELL = addItem(762, "fluid_cell").addComponents(new FluidStats(1000, Integer.MIN_VALUE, Integer.MAX_VALUE, false));
INTEGRATED_CIRCUIT = addItem(766, "circuit.integrated").addComponents(new IntCircuitBehaviour()).setModelAmount(33);
FOAM_SPRAYER = addItem(746, "foam_sprayer").addComponents(new FoamSprayerBehavior());
FOAM_SPRAYER = addItem(746, "foam_sprayer").addComponents(new FoamSprayerBehavior()).setMaxStackSize(1);
}

public void registerRecipes() {
Expand Down

0 comments on commit 0043f63

Please sign in to comment.