maruohon / autoverse

A Minecraft mod about simple automation
GNU General Public License v3.0
6 stars 4 forks source link

Issue with (pulsed) barrels and crafter #2

Closed Bartz24 closed 7 years ago

Bartz24 commented 7 years ago

barrel As you can see, the pulsed barrel ignores stack limit for items with special limits

crafter Also, the crafter seems to fill up the crafting grid when the out slot is full, and then it won't use up the items in the crafting grid.

maruohon commented 7 years ago

Oh right, yeah, I didn't change that part of the inventory code when I copied it from Ender Utilities... So since the barrel allows custom stack sizes (ie. larger than the normal maximum), that currently applies for all items. In your opinion, at least non-stackable items should not stack inside the barrels? How about stackable items that have a max stack size < 64 (like Eggs or Ender Pearls)? Should they still stack to the barrel's max?

And I'll have to take a look at the Crafter...

Bartz24 commented 7 years ago

Hmm....I know the limit on ender pearls/eggs/snowballs is dumb, so yeah, I would agree to only have the lower limit to apply to non-stackable items

maruohon commented 7 years ago

These have now been fixed in version 1.0.1