Search found 3 matches
- Thu Oct 17, 2019 11:55 am
- Forum: Modding help
- Topic: Change drone speed/energy per tick/max payload size in mods
- Replies: 4
- Views: 2269
Re: Change drone speed/energy per tick/max payload size in mods
Hi
How can i change settings for drones with my mod in others mods?
I tried to do everything myself but could not understand how to do it :|
Here's how I ended up:
if data.raw.item ["cargo-robot"] and data.raw.item ["cargo-robot-2"] and data.raw.item ["angels-construction-robot"] then ...
- Thu Oct 17, 2019 11:55 am
- Forum: Modding help
- Topic: Change drone speed/energy per tick/max payload size in mods
- Replies: 4
- Views: 2269
Re: Change drone speed/energy per tick/max payload size in mods
Hi,
I'm no expert on the mods in question, but the syntax you're using to modify entity properties seems wrong.
Below is some lines from my own mod that alters the vanilla construction robots, so this may serve as a guideline at least, for the general syntax the line should follow, and possibly ...
- Thu Oct 03, 2019 7:35 am
- Forum: Modding help
- Topic: Change drone speed/energy per tick/max payload size in mods
- Replies: 4
- Views: 2269
Change drone speed/energy per tick/max payload size in mods
Hi
How can i change settings for drones with my mod in others mods?
I tried to do everything myself but could not understand how to do it :|
Here's how I ended up:
if data.raw.item ["cargo-robot"] and data.raw.item ["cargo-robot-2"] and data.raw.item ["angels-construction-robot"] then
bobmods ...
How can i change settings for drones with my mod in others mods?
I tried to do everything myself but could not understand how to do it :|
Here's how I ended up:
if data.raw.item ["cargo-robot"] and data.raw.item ["cargo-robot-2"] and data.raw.item ["angels-construction-robot"] then
bobmods ...