defeatedcrow / HeatAndClimateMod

The Mod for Minecraft 1.9.4+
54 stars 18 forks source link

[Request] Make the Chemical Reactor be able to process more than 1 quantity of an ItemStack (as Input) #237

Closed gatoborrachon closed 2 years ago

gatoborrachon commented 2 years ago

Proposed Idea As the title says, i kindly wanted to request you to make the Chemical Reactor to take any quantity of an ItemStack (as input in a recipe), more details below:

Additional Notes +While i was implementing a recipe that uses the quantity of 8 Ash Dust as input (along with another item), i noticed that the Chemical Reactor only takes 1 Ash Dust every time it process the recipe (giving the exact quantity of Outputs), so i can only think that this is due to how the recipe system works, this already happened to me a lot before with other mods (that are dead), but i know that this simple change could break lots of things or take a lot of time

-So as always, feel free to close this request (without saying anything) in case you don't want to implement this (by any reason), or if this is the expected behavior of the Chemical Reactor, i will try to change my recipes, don't worry

-I also noticed that all the recipes from the Chemical Reactor only use 1 quantity of each input, so i will totally get it if you don't want to implement this

defeatedcrow commented 2 years ago

I thought this would be a useful change for players, so I've updated a8eb64f and 4e3bc4b to handle stack sizes of 2 and above. This change has been applied to reactors and IBC reactors.

However, those machines cannot consume items across multiple slots, so you need to have enough items in one slot.

gatoborrachon commented 2 years ago

However, those machines cannot consume items across multiple slots, so you need to have enough items in one slot.

yeah, many thanks for implement it, i will consider this, thanks a lot

EDIT: (After looking that you just required to change 1 variable, now i feel stupid, sorry, i thought that it could be as hard as it was in another mod's machine (Pneumaticraft))