Fluid Rarity should have a default

Oops.
This commit is contained in:
CovertJaguar 2013-09-23 22:54:46 -07:00
parent 64d7c4eaa5
commit 71c14b815e

View file

@ -1,4 +1,3 @@
package net.minecraftforge.fluids; package net.minecraftforge.fluids;
import java.util.Locale; import java.util.Locale;
@ -90,7 +89,7 @@ public class Fluid
* *
* Used primarily in tool tips. * Used primarily in tool tips.
*/ */
protected EnumRarity rarity; protected EnumRarity rarity = EnumRarity.common;
/** /**
* If there is a Block implementation of the Fluid, the BlockID is linked here. * If there is a Block implementation of the Fluid, the BlockID is linked here.