BrightNights-Structured-Kenan-Modpack icon indicating copy to clipboard operation
BrightNights-Structured-Kenan-Modpack copied to clipboard

Blazemod Rigs No Longer Work [Experimental]

Open jmdev91 opened this issue 3 months ago • 4 comments

The crafting rigs in Blazemod (MetalMaster, KitchenMaster, cooking rig) no longer work in the latest experimental versions. Flags have been replaced for crafting capabilities with "integrated_tools", a list of items that the part acts as ("soldering_iron", "kiln", "dehydrator", "hotplate", etc.) both for crafting and when (e)xamined. The "CRAFTRIG" flag has also been replaced with "CRAFTER". It's a pretty quick fix without losing support for v0.9.1 Stable by just adding the "CRAFTER" flag and the list of "integrated_tools" to each of the three affected records in vehicleparts/blaze_other_parts.json.

I would do a PR if I were more confident in the use of git, but here's the "integrated_tools" lines: afs_metal_rig: "integrated_tools": [ "soldering_iron", "welder", "forge", "kiln" ] afs_cooking_rig: "integrated_tools": [ "hotplate", "pot", "pan", "chemistry_set", "electrolysis_kit" ] afs_kitchen_rig: "integrated_tools": [ "vac_sealer", "dehydrator", "food_processor", "press", "hotplate", "pot", "pan", "chemistry_set", "electrolysis_kit" ]

jmdev91 avatar Dec 11 '25 07:12 jmdev91