Releases: Gliese-832-c/selection-gui-crafting
Version 1.0.2, Time multipliers and more
-
Destructible tools now take metadata into account; both tool types also take NBT into account
-
Added a config option to hide the "Close GUI" button (off by default) as you can just close the GUI with E or ESC
-
Made selection crafting GUIs only display the needed quantity of input items if it's above one, to avoid there being a bunch of ones everywhere
-
Added an option to configure a per-tool time multiplier (higher number = faster recipe)
-
Added new CraftTweaker function: createSingleCraftCategory(String categoryName, String displayName, IItemStack[] tools, Float[] timeMultipliers, Float[] damageMultipliers, IItemStack[] inputs, int inputQuantity, IItemStack[] outputs, int time, int durabilityUsage)
-
Added new CraftTweaker function: createSingleCraftCategoryDestructibleTools(String categoryName, String displayName, IItemStack[] tools, Float[] timeMultipliers, IItemStack[] inputs, int inputQuantity, IItemStack[] outputs, int time, int durabilityUsage)
-
Added new CraftTweaker function: createSingleCraftCategoryBothTools(String categoryName, String displayName, IItemStack[] tools, Float[] timeMultipliers, Float[] damageMultipliers, IItemStack[] destructibleTools, Float[] destructibleTimeMultipliers, IItemStack[] inputs, int inputQuantity, IItemStack[] outputs, int time, int durabilityUsage)
Version 1.0.1, Wildcard meta fix
Fixes a bug where using wildcard meta (mod:item:* in CraftTweaker) would not be seen as a valid item, and would not allow to open the GUI or perform crafts.
Version 1.0.0, Initial release
Big update with everything