How would i do this? Im trying to implent aluminum and other ores.
Side question: fuels?
no video tutorials, making a video about a tutorial about how to work with a spcertain type of text in a certain way is stupid.
Adding a ore
-
- Inserter
- Posts: 27
- Joined: Wed Jun 01, 2016 8:15 am
- Contact:
Re: Adding a ore
I know that the Crafted Artifacts mod uses a new ore. Maybe take a look at that?
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: Adding a ore
Normally I'd say look at how I did it viewtopic.php?f=51&t=3797
However... my mod is starting to drift away from being a tutorial, and more to just a mod now that it is heavily reliant on my self-made library.
Basically though... Look at the resources.lua and demo-resources.lua. You will need a the resource itself with autoplace tags, an autoplace-control, and noise-layer. (which are in separate files in the base game.) you will also need a sprite sheet for the ore itself (use one of the existing ores as a template, recolour or tint, or even use a the tintable spritesheet from my library mod), an icon for the ore, and then all the appropriate locale entries.
However... my mod is starting to drift away from being a tutorial, and more to just a mod now that it is heavily reliant on my self-made library.
Basically though... Look at the resources.lua and demo-resources.lua. You will need a the resource itself with autoplace tags, an autoplace-control, and noise-layer. (which are in separate files in the base game.) you will also need a sprite sheet for the ore itself (use one of the existing ores as a template, recolour or tint, or even use a the tintable spritesheet from my library mod), an icon for the ore, and then all the appropriate locale entries.