More Asteroid Resources, Forked


This mod adds new asteroid processing recipes, configurable options to change functionality.

Tweaks
23 days ago
2.0
576
Manufacturing

g Receiving various asteroids while recycling stone, holmium ore, carbon, and sulfer

28 days ago
(updated 28 days ago)

Hi there, on Fulgora I'm recycling various raw ores and things like carbon and sulfur (products that are sometimes returned from the new crushing recipes) and I've found myself getting a bunch of full asteroids out of my recycling machines. Even whole Promethium Asteroids from Holmium Ore!

I'm using the advanced-only as my processing-mode in mod settings in case that's helpful.

I am a bit of script kiddy and poked around a bit in other mods and saw that there is an undocumented bool auto_recycle property on RecipePrototype which might be helpful for preventing the automatic uncrafting calculation that the game does, but am not sure how to tweak those things myself :)

28 days ago

Heya, I was able to sort this out by adding auto_recycle = false to each of the new crushing recipes added in data.lua starting at line ~40 or so!

23 days ago

Thank you for catching this, I guess I forgot to consider that the recycling machine would interfere. I was away for the holidays, I'll apply this fix.

23 days ago

I have applied this fix, thanks for that.

New response