Reduce capacity of medium mana flask and reduce number of crystals required to craft it accordingly

This commit is contained in:
Electroblob77
2021-01-17 20:27:21 +00:00
parent 16eabc8deb
commit 1fcb3a2b1b
2 changed files with 3 additions and 3 deletions
@@ -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": {