
Search found 2 matches
- Sun Mar 10, 2024 11:32 am
- Forum: Modding help
- Topic: First mod help
- Replies: 2
- Views: 663
Re: First mod help
That works! Thank you so much 

- Sat Mar 09, 2024 12:59 pm
- Forum: Modding help
- Topic: First mod help
- Replies: 2
- Views: 663
First mod help
Hello,
I've just started out trying to make a Factorio mod and already beating my head against the wall :lol:
Im trying to create a new item, in data.lua I have:
local myItem = table.deepcopy(data.raw["item"]["iron-plate"])
myItem.name = "my-item"
local recipe = {
type = "recipe",
name ...
I've just started out trying to make a Factorio mod and already beating my head against the wall :lol:
Im trying to create a new item, in data.lua I have:
local myItem = table.deepcopy(data.raw["item"]["iron-plate"])
myItem.name = "my-item"
local recipe = {
type = "recipe",
name ...