refinedmods / refinedstorage2

Refined Storage is a mass storage mod for Minecraft that offers the player a network-based storage system, allowing them to store items and fluids on a massively expandable device network.
https://refinedmods.com/refined-storage
MIT License
155 stars 16 forks source link

Stack upgrade gametests #615

Closed starforcraft closed 3 months ago

starforcraft commented 3 months ago

Gametests https://github.com/refinedmods/refinedstorage2/issues/248 Stack Upgrade https://github.com/refinedmods/refinedstorage2/issues/69

raoulvdberge commented 3 months ago

Can you add additional test for the constructor in item dropping mode w/ stack upgrade?

(You can see the usages of the upgrades in AbstractModInitializer#registerUpgradeMappings)

starforcraft commented 3 months ago

Oh right I completely forgot that the constructor accepts stack upgrades too

raoulvdberge commented 3 months ago

Thx!