mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 23:28:35 +01:00
[insert swear word here]
This commit is contained in:
parent
5c114e3880
commit
09fbe46c37
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class FuelHandler implements IFuelHandler{
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void addFuel(Item item, int meta, int value){
|
private static void addFuel(Item item, int meta, int value){
|
||||||
FUEL_LIST.add(new Fuel(new ItemStack(item, meta), value));
|
FUEL_LIST.add(new Fuel(new ItemStack(item, 1, meta), value));
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void addFuel(Block block, int meta, int value){
|
private static void addFuel(Block block, int meta, int value){
|
||||||
|
|
Loading…
Reference in a new issue