NovaEngineering-Source / ModularMachinery-Community-Edition

Customize your machinery with more powerful features.
https://www.curseforge.com/minecraft/mc-mods/modularmachinery-community-edition
GNU General Public License v3.0
31 stars 15 forks source link

[SUGGESTION] Not Consumed Inputs #83

Closed Artiwolfdev closed 5 months ago

Artiwolfdev commented 5 months ago

this is a simple but but nice addition Not consumed Inputs so u can used the same "catalyst" item for Ever

TheTzdDark commented 5 months ago

If I'm not mistaken, then there is already such an opportunity in fashion.

"setChance(0)" on the input item has this effect. For example: .addItemInput(<minecraft:bedrock>).setChance(0)

KasumiNova commented 5 months ago

You just need a setChance(0) immediately after adding the input.