mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 10:23:47 +01:00
@ -229,6 +229,7 @@ static void craftDecrementOrReplaceInput(CraftInput &input,
|
||||
rep.deSerialize(j->second, gamedef->idef());
|
||||
item.remove(1);
|
||||
found_replacement = true;
|
||||
pairs.erase(j);
|
||||
output_replacements.push_back(rep);
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user