update WorldConverter (WIP)
This commit is contained in:
@@ -16,6 +16,9 @@ void ItemStack::set(const ItemStack& item) {
|
||||
if (count == 0) {
|
||||
this->item = 0;
|
||||
}
|
||||
if (this->item == 0) {
|
||||
count = 0;
|
||||
}
|
||||
}
|
||||
|
||||
bool ItemStack::accepts(const ItemStack& other) const {
|
||||
|
||||
Reference in New Issue
Block a user