Reduce capacity of medium mana flask and reduce number of crystals required to craft it accordingly
This commit is contained in:
@@ -31,7 +31,7 @@ public class ItemManaFlask extends Item {
|
||||
public enum Size {
|
||||
|
||||
SMALL(75, 25, EnumRarity.COMMON),
|
||||
MEDIUM(700, 40, EnumRarity.COMMON),
|
||||
MEDIUM(350, 40, EnumRarity.COMMON),
|
||||
LARGE(1400, 60, EnumRarity.RARE);
|
||||
|
||||
public int capacity;
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"yyy",
|
||||
" y ",
|
||||
"yxy",
|
||||
"yyy"
|
||||
" y "
|
||||
],
|
||||
"key": {
|
||||
"x": {
|
||||
|
||||
Reference in New Issue
Block a user