This is literally just for me - wont be going on the portal.
I've had a good look around and cant find any pumps on other mods that do the same things barring using creative mod and I dont want to.
Search found 3 matches
- Mon Jun 25, 2018 6:58 pm
- Forum: Modding help
- Topic: Butchering another mod - prototype error
- Replies: 4
- Views: 1239
- Mon Jun 25, 2018 5:04 pm
- Forum: Modding help
- Topic: Butchering another mod - prototype error
- Replies: 4
- Views: 1239
Re: Butchering another mod - prototype error
Thank you
That solved that problem
I am now getting this
I have got this in my prototypes/category.lua
That solved that problem
I am now getting this
I have got this in my prototypes/category.lua
Code: Select all
data:extend(
{
{
type = "recipe-category",
name = "air-pump"
},
{
type = "recipe-category",
name = "water-pump"
},
}
)
- Mon Jun 25, 2018 10:30 am
- Forum: Modding help
- Topic: Butchering another mod - prototype error
- Replies: 4
- Views: 1239
Butchering another mod - prototype error
Hello
My first attempt at making a mod - I just want thewater and air pumps from bobs plates - I thought I had taken everything I needed.
I am getting an error on startup to do with protoypes not found in the base game.
Any help would be really appreciated.
I can copy the code into the threat ...
My first attempt at making a mod - I just want thewater and air pumps from bobs plates - I thought I had taken everything I needed.
I am getting an error on startup to do with protoypes not found in the base game.
Any help would be really appreciated.
I can copy the code into the threat ...