A18.3 Cheat Table
Hello, just releasing some mods I've found and used. Let me know if any of these stop working.
No Stamina Usage from Tools/Weapons:
ItemActionDynamicMelee.Raycast(ItemActionDynamicDa ta) -> Change line 22 from 'sub' to 'add'
Multiply XP Gain
Progression.AddLevelExpRecursive(Int32, String) -> Add these lines to the TOP (Int32 value can be set to whatever):

Change Skillpoints Per Level
Progression.AddLevelExpRecursive(Int32, String) -> Replace line 100 (ldsfld) with 'ldc.i4' and set the type to 'Int32' with any value you want
Unlimited Forge Fuel (Untested, probably doesn't work)
TileEntityForge.UpdateTick(World) -> Change line 72 from 'ldloc.2' to 'ldc.i4.0'
Might add some more later since I'm sure there are several mods I don't remember anymore that haven't been shared on the forum.
Sqeegie's Assembly Info for A17 is still relevant and has a lot of good modifications if you're looking for more.
No Stamina Usage from Tools/Weapons:
ItemActionDynamicMelee.Raycast(ItemActionDynamicDa ta) -> Change line 22 from 'sub' to 'add'
Multiply XP Gain
Progression.AddLevelExpRecursive(Int32, String) -> Add these lines to the TOP (Int32 value can be set to whatever):

Change Skillpoints Per Level
Progression.AddLevelExpRecursive(Int32, String) -> Replace line 100 (ldsfld) with 'ldc.i4' and set the type to 'Int32' with any value you want
Unlimited Forge Fuel (Untested, probably doesn't work)
TileEntityForge.UpdateTick(World) -> Change line 72 from 'ldloc.2' to 'ldc.i4.0'
Might add some more later since I'm sure there are several mods I don't remember anymore that haven't been shared on the forum.
Sqeegie's Assembly Info for A17 is still relevant and has a lot of good modifications if you're looking for more.



