Gems are flattened
This commit is contained in:
parent
2939ee02a3
commit
aadc7150f3
16 changed files with 188 additions and 116 deletions
|
@ -48,8 +48,8 @@ public abstract class RecipeMethods {
|
|||
return ItemDustsSmall.getSmallDustByName(name, count);
|
||||
} else if (type == Type.INGOT) {
|
||||
return ItemIngots.getIngotByName(name, count);
|
||||
} else if (type == Type.GEM) {
|
||||
return ItemGems.getGemByName(name, count);
|
||||
// } else if (type == Type.GEM) {
|
||||
// return ItemGems.getGemByName(name, count);
|
||||
// TODO: fix recipe
|
||||
// } else if (type == Type.PLATE) {
|
||||
// return ItemPlates.getPlateByName(name, count);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue