MultiCrafterLib
MultiCrafterLib copied to clipboard
A Mindustry mod library provides a multiple-recipe crafter to produce items, fluids, power or even heat for Json and JavaScript mods.
Heat output seems to produce heat indefinitely after it is started, even when it's off. Looks like the same issue with infinite input heat. Relevant Discord messages: https://discord.com/channels/937228972041842718/1184245369631154388/1221910964547620945
If you encounter **any** bug, please open a new issue with as much details as possible. If you have **any** ideas (really, anything you may have), feel free to comment....
Some users in (H)JSON (need to be tested in Java) tried to use the `consumes` variable to make their MultiCrafter have global consumers, e.g: the block requires 60power/sec to work...
Provide users information and detailed guide on how to fix some issues, warnings and errors, that they might encounter.
Since the `v2.x.y` will bring huge changes, a migration guide is required to help users migrate from the `v1.x.y` to the `v2.x.y`
Bars of a block is based on all the recipe (e.g. if one recipe has power then for all recipes the power bar appears). How to reproduce: 1. get a...
https://github.com/liplum/MultiCrafterLib/assets/108166075/58866d35-713f-4b58-be72-be3e8584d856 https://github.com/liplum/MultiCrafterLib/assets/108166075/7a0be95f-1fad-4819-9972-c563a2c4aa39 Blocks that have two different liquid or gas inputs flash very quickly, which can be dangerous for those with epilepsy. It's also not good-looking. Presumably, this happens because...
Can authors post to the Steam Workshop? Thank you
If a rotator (spinner) drawer is added it will always spin, regardless of status. Code attached ``` acidmixer = new MultiCrafter("Acid Mixer"){{ hasPower = solid = hasLiquids = hasItems =...