[MOD 0.16]Xagros's mods

Topics and discussion about specific mods
Gaist
Burner Inserter
Burner Inserter
Posts: 15
Joined: Mon Aug 13, 2018 8:38 pm
Contact:

Re: [MOD 0.16]Xagros's mods

Post by Gaist »

I am hoping you might be able to help with an issue that has arisen when using More Bobs! with the Bio Industries tweak. The Fertilizer technology is not currently available with this setting active for us:

With: https://i.imgur.com/hphdLnT.jpg
Without: https://i.imgur.com/4NEOoHt.jpg

Any help would be very appreciated!

Edit with update:

As an update, this turned out to be because Angel's Petro Chemical disabled the vanilla sulfur processing technology in favor of his own. We were able to fix this by reworking the data-fixes-final to have this contingency:

Code: Select all

if bobmods then
		if bobmods.greenhouse then
			if BI then
				data.raw["recipe"]["bob-seedling"].normal.energy_required = 5
				data.raw["recipe"]["bob-seedling"].expensive.energy_required = 5
				
				data.raw["technology"]["bi_tech_bio_farming"].prerequisites = {"optics", "bob-greenhouse"}
				
				if mods["angelspetrochem"] and data.raw["technology"]["angels-sulfur-processing-1"] then
					data.raw["technology"]["bi_tech_fertiliser"].prerequisites = {"angels-sulfur-processing-1", "bi_tech_bio_farming"}
				else
					data.raw["technology"]["bi_tech_fertiliser"].prerequisites = {"sulfur-processing", "bi_tech_bio_farming"}
				end	
				data.raw["technology"]["bob-fertiliser"].prerequisites = {"flammables", "bi_tech_fertiliser"}
			end
		end
	end

User avatar
ShinoHarvest
Long Handed Inserter
Long Handed Inserter
Posts: 50
Joined: Tue May 08, 2018 3:29 pm
Contact:

Re: [MOD 0.16]Xagros's mods

Post by ShinoHarvest »

conflict aai industry & more bob with starter setting bob overhaul

Code: Select all

Mods to disable:Failed to load mods: __morebobs__/data-final-fixes.lua:97: __morebobs__/prototypes/tuonelatweaks.lua:389: attempt to index field 'normal' (a nil value)
on recent update aai industri make change for suport overhaul but you have make it more faster and now is conflict ^^

Siberius1er
Manual Inserter
Manual Inserter
Posts: 3
Joined: Sat Sep 22, 2018 11:09 am
Contact:

Re: [MOD 0.16]Xagros's mods

Post by Siberius1er »

i have this error

Error while running event morebobs_tweaks::on_player_created (ID 24)
Unknown item name: supply_box_b
stack traceback:
morebobs_tweaks/lib/tuonela.lua:225: in function 'player_insert_items'
morebobs_tweaks/lib/tuonela.lua:234: in function <morebobs_tweaks/lib/tuonela.lua:233>

DanteDHunter
Burner Inserter
Burner Inserter
Posts: 10
Joined: Sun Aug 28, 2016 6:55 pm
Contact:

Re: [MOD 0.16]Xagros's mods

Post by DanteDHunter »

When all series will be updated for 0.17?

User avatar
Xagros
Inserter
Inserter
Posts: 40
Joined: Thu Jul 20, 2017 4:11 pm
Contact:

Re: [MOD 0.16]Xagros's mods

Post by Xagros »

DanteDHunter wrote:
Mon May 13, 2019 2:25 am
When all series will be updated for 0.17?
Thank you for your interest. I didn't give up mod but I've been swamped with other tasks and can't update.

I'll update it when I have time. Thanks.
ImageImage

Post Reply

Return to “Mods”