Biodome Industries-Patch


A structure and recipes for growing, harvesting and processing wood and fish.

10 months ago
1.1
127

Changelog

Version: 1.0.0
Date: 17. 6. 2023
  Major Features:
    - Initial release.
Version: 1.0.1
Date: 18. 6. 2023
  Bugfixes:
    - Fixed allowed_effects crash on load. Was missing a specification of allowed modules into the biodome.
  Balancing:
    - Reduced Coal yield from Wood Gassification to 7 (was 10).
CR FIXES	
	
Version: 1.0.2	
Date: 26. 8. 2023	
	Bugfixes:
	- Changed filename of Entity to the name it was looking for in the Error, .png.png? This allows it to run without issue.
	
	
Version: 1.0.3
Date: 26. 8. 2023
	Bugfixes:
	- Found the Origin of the Error, Entities.lua had the biodome-light.png file, listed as png.png on line 91, correcting the Filename fixes this:
	
	-Corrected Filename in Entity.lua, line 91, from
	filename = "__BiodomeIndustries-Patch__/graphics/entities/biodome-light.png.png",
	to
	filename = "__BiodomeIndustries-Patch__/graphics/entities/biodome-light.png",