mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 09:25:06 +01:00
Fix crafting for mystic enhancement ores.
This commit is contained in:
committed by
memetrollsXD
parent
5e6a1f399c
commit
fbf80e7156
@@ -12,6 +12,7 @@ public class ForgeData extends GameResource {
|
||||
private int id;
|
||||
private int playerLevel;
|
||||
private int forgeType;
|
||||
private int showItemId;
|
||||
private int resultItemId;
|
||||
private int resultItemCount;
|
||||
private int forgeTime;
|
||||
@@ -66,6 +67,10 @@ public class ForgeData extends GameResource {
|
||||
return materialItems;
|
||||
}
|
||||
|
||||
public int getShowItemId() {
|
||||
return showItemId;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onLoad() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user