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 {
|
public enum Size {
|
||||||
|
|
||||||
SMALL(75, 25, EnumRarity.COMMON),
|
SMALL(75, 25, EnumRarity.COMMON),
|
||||||
MEDIUM(700, 40, EnumRarity.COMMON),
|
MEDIUM(350, 40, EnumRarity.COMMON),
|
||||||
LARGE(1400, 60, EnumRarity.RARE);
|
LARGE(1400, 60, EnumRarity.RARE);
|
||||||
|
|
||||||
public int capacity;
|
public int capacity;
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"yyy",
|
" y ",
|
||||||
"yxy",
|
"yxy",
|
||||||
"yyy"
|
" y "
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"x": {
|
"x": {
|
||||||
|
|||||||
Reference in New Issue
Block a user