Fluid Rarity should have a default
Oops.
This commit is contained in:
parent
64d7c4eaa5
commit
71c14b815e
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue