diff options
author | Maverick2797 <git.maverick2797@gmail.com> | 2025-05-10 23:32:33 +0800 |
---|---|---|
committer | orwell <orwell@bleipb.de> | 2025-08-19 22:07:31 +0200 |
commit | b2601692790cc0d4ca91c8e0d525923340feaa51 (patch) | |
tree | e190f058299be7d1f262ed0a7ce40eb2f76d936b /advtrains_luaautomation/settingtypes.txt | |
parent | 82a5c5bc5dfce87d3021c5d55b89b2ff94e77341 (diff) | |
download | advtrains-b2601692790cc0d4ca91c8e0d525923340feaa51.tar.gz advtrains-b2601692790cc0d4ca91c8e0d525923340feaa51.tar.bz2 advtrains-b2601692790cc0d4ca91c8e0d525923340feaa51.zip |
Fix some typos from previous commits
- Fix LuaATC craft recipe setting name
- Fix "ipars" typo in LuaATC get_fc_index()
Diffstat (limited to 'advtrains_luaautomation/settingtypes.txt')
-rw-r--r-- | advtrains_luaautomation/settingtypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/advtrains_luaautomation/settingtypes.txt b/advtrains_luaautomation/settingtypes.txt index 20ed52e..641254a 100644 --- a/advtrains_luaautomation/settingtypes.txt +++ b/advtrains_luaautomation/settingtypes.txt @@ -1,2 +1,2 @@ # Enable or disable craft recipes for LuaATC components -advtrains_luaautomation_enable_atlac_recipes (Enable LuaATC component craft recipes) bool true
\ No newline at end of file +advtrains_luaautomation_enable_luaatc_recipes (Enable LuaATC component craft recipes) bool true |