Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Commit

Permalink
FRY TAKE THE WHEEL SOME MORE
Browse files Browse the repository at this point in the history
  • Loading branch information
pahimar committed Oct 3, 2016
1 parent 4f97fe1 commit 8bbaf26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class BlockAlchemicalFuel extends BlockEnumEE {
public static final PropertyEnum<FuelVariant> VARIANT = PropertyEnum.create("variant", FuelVariant.class);

public BlockAlchemicalFuel() {
super("alchemical_fuel_block");
super("alchemical_fuel_block", "alchemical_coal", "mobius_fuel", "aeternalis_fuel");
setDefaultState(getDefaultState().withProperty(VARIANT, FuelVariant.ALCHEMICAL_COAL));
}

Expand Down

0 comments on commit 8bbaf26

Please sign in to comment.