Search found 3 matches
- Sat Jan 24, 2026 8:16 pm
- Forum: Modding help
- Topic: recipe enabled=false but still going on start??
- Replies: 3
- Views: 141
Re: recipe enabled=false but still going on start??
Fixed it!, no idea how, just resaved the files and it started working properly??
- Sat Jan 24, 2026 6:30 pm
- Forum: Modding help
- Topic: recipe enabled=false but still going on start??
- Replies: 3
- Views: 141
Re: recipe enabled=false but still going on start??
tested it in a new game every time, and when I made a test recipe that is disabled it didn''t show up
- Sat Jan 24, 2026 4:24 am
- Forum: Modding help
- Topic: recipe enabled=false but still going on start??
- Replies: 3
- Views: 141
recipe enabled=false but still going on start??
as said in title,
recipie is:
local cobaltSolution = table.deepcopy(data.raw['fluid']['water'])
cobaltSolution.base_color = CobaltColor
cobaltSolution.visualization_color = CobaltColor
cobaltSolution.flow_color = CobaltColor
cobaltSolution.icons = {{
icon= cobaltSolution.icon,
icon_size ...
recipie is:
local cobaltSolution = table.deepcopy(data.raw['fluid']['water'])
cobaltSolution.base_color = CobaltColor
cobaltSolution.visualization_color = CobaltColor
cobaltSolution.flow_color = CobaltColor
cobaltSolution.icons = {{
icon= cobaltSolution.icon,
icon_size ...