mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-14 05:14:46 +01:00
Fix quick craft not using item choice boxes to create materials
This commit is contained in:
@@ -768,7 +768,7 @@ public class Inventory extends PlayerManager implements GameDatabaseObject {
|
||||
}
|
||||
case 3 -> {
|
||||
// Selected item
|
||||
int selectCount = data.getUseParams().get(selectId);
|
||||
int selectCount = data.getUseParams().get(selectId) * count;
|
||||
|
||||
if (selectCount <= 0) {
|
||||
return change;
|
||||
|
||||
Reference in New Issue
Block a user