mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-22 12:03:28 +01:00
fixed the custom table being terrible
This commit is contained in:
parent
461ab8a8db
commit
b7dafb75e6
3 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
ExampleMod.CustomTableUp
|
ExampleMod.CustomTableUp
|
||||||
loc 0 0 32 32
|
loc 0 0 32 32
|
||||||
piv 16 16
|
piv 16 20
|
Binary file not shown.
Before Width: | Height: | Size: 535 B After Width: | Height: | Size: 534 B |
|
@ -19,7 +19,7 @@ namespace ExampleMod {
|
||||||
// the logger that we can use to log info about this mod
|
// the logger that we can use to log info about this mod
|
||||||
public static Logger Logger { get; private set; }
|
public static Logger Logger { get; private set; }
|
||||||
|
|
||||||
public static EmotionModifier GrassSittingModifier;
|
public static EmotionModifier GrassSittingModifier { get; private set; }
|
||||||
|
|
||||||
// visual data about this mod
|
// visual data about this mod
|
||||||
public override string Name => "Example Mod";
|
public override string Name => "Example Mod";
|
||||||
|
|
Loading…
Reference in a new issue