Page 1 of 1

[0.15.12] 'game.player.cheat_mode = true' issue

Posted: Tue May 23, 2017 12:04 pm
by FuzzCat927
I made a mod in which iron (and other resources) can be crafted with oil, but when in cheat mode, anything requiring iron ore would cost oil instead. Not sure if this is a bug, but wanted to report anyway.
20170522172525_1.jpg
20170522172525_1.jpg (417.99 KiB) Viewed 1629 times
20170522172506_1.jpg
20170522172506_1.jpg (399.21 KiB) Viewed 1629 times

Re: [0.15.12] 'game.player.cheat_mode = true' issue

Posted: Tue May 23, 2017 12:11 pm
by Klonan
There is a field you should put in your recipe 'allow_decomposition = false'

Other than that im moving this to modding help, as it isn't a bug

Re: [0.15.12] 'game.player.cheat_mode = true' issue

Posted: Wed May 24, 2017 1:09 am
by FuzzCat927
Thanks for the quick reply, wasn't sure if it was a bug.

Still fairly new to modding, thanks for the help!