Prototype reference list

Place to get help with not working mods / modding interface.
nooby
Manual Inserter
Manual Inserter
Posts: 4
Joined: Sat Sep 13, 2014 5:21 pm
Contact:

Prototype reference list

Post by nooby »

I want to increase the size of the storage tank. I tried using the line

Code: Select all

data.raw["entity"]["storage-tank"].inventory_size = 25000,
in base-edit items.lua and entity.lua, to no avail.

1. Is there a list of item/entity names somewhere?
2. Am I using the wrong line of code?

Thanks in advance
cartmen180
Filter Inserter
Filter Inserter
Posts: 358
Joined: Fri Jul 25, 2014 2:53 pm
Contact:

Re: Prototype reference list

Post by cartmen180 »

I believe it has something to do with the base_area. Try increasing that number and report your findings, i haven't yet played around with it.

For a list of item and entity names you should check the locale folder.
Check out my mods
JamesOFarrell
Filter Inserter
Filter Inserter
Posts: 402
Joined: Fri May 23, 2014 8:54 am
Contact:

Re: Prototype reference list

Post by JamesOFarrell »

nooby wrote:1. Is there a list of item/entity names somewhere?
Prototype definitions and Lua objects
cartmen180
Filter Inserter
Filter Inserter
Posts: 358
Joined: Fri Jul 25, 2014 2:53 pm
Contact:

Re: Prototype reference list

Post by cartmen180 »

JamesOFarrell wrote:
nooby wrote:1. Is there a list of item/entity names somewhere?
Prototype definitions and Lua objects
that is a list of types to be precise :p
nevertheless very useful for modders ^^
Check out my mods
JamesOFarrell
Filter Inserter
Filter Inserter
Posts: 402
Joined: Fri May 23, 2014 8:54 am
Contact:

Re: Prototype reference list

Post by JamesOFarrell »

cartmen180 wrote:that is a list of types to be precise :p
nevertheless very useful for modders ^^
Whoops :)
Post Reply

Return to “Modding help”