Yo Tell Developer time ;-)Fixed

Got a "Yo Tell Dev" message for ya ;-)

18:07 [Info] [Stack Modifier] Yo Tell Developer about missing defaults! hazmatsuit.lumberjack, 1
18:07 [Info] [Stack Modifier] Yo Tell Developer about missing defaults! chocolate, 10
18:07 [Info] [Stack Modifier] Yo Tell Developer about missing defaults! concretehatchet, 1
18:07 [Info] [Stack Modifier] Yo Tell Developer about missing defaults! concretepickaxe, 1
18:07 [Info] [Stack Modifier] Yo Tell Developer about missing defaults! lumberjack.hatchet, 1
18:07 [Info] [Stack Modifier] Yo Tell Developer about missing defaults! lumberjack. Pickaxe, 1

The DLC new items are easy to add to the .CS file:

{"lumberjack hoodie", 1},
{"concretehatchet", 1},
{"concretepickaxe", 1},
{"lumberjack.hatchet", 1},
{"lumberjack.pickaxe", 1},

But the freaking "chocHolate" somehow isn't working.
Idk if it's because FP changed the shortname or the chocolate id (used to be: 363467698) now should be: -965336208 (according to https://www.corrosionhour.com/rust-item-list/), but I saw other plugin using: -341443994....
Even making those changes (in the config file) still not working and get a missing key warning message in the console when trying to navigate throw the Food category with the UI Editor:

Failed to call hook 'ConsoleEditorShow' on plugin 'StackModifier v1.6.2' (KeyNotFoundException: The given key was not present in the dictionary.)
  at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in :0 
  at Oxide.Plugins.StackModifier.CreateEditorItemEntry (Oxide.Plugins.StackModifier+_Items dataItem, System.Single ymax, System.Single ymin, System.String catName, System.String text) [0x00255] in :0 
  at Oxide.Plugins.StackModifier.ShowEditor (BasePlayer player, System.String catid, System.Int32 from, System.Boolean fullPaint, System.Boolean refreshMultipler, System.Boolean filter, System.String input) [0x005c3] in :0 
  at Oxide.Plugins.StackModifier.ConsoleEditorShow (ConsoleSystem+Arg arg) [0x00075] in :0 
  at Oxide.Plugins.StackModifier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x005f9] in :0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0 

This is definetly a "Yo Tell Dev" situation XD

Another reminder to the Developer ;)

[Stack Modifier] Yo Tell Developer about missing defaults! hazmatsuit.lumberjack, 1
[Stack Modifier] Yo Tell Developer about missing defaults! chocolate, 10
[Stack Modifier] Yo Tell Developer about missing defaults! concretehatchet, 1
[Stack Modifier] Yo Tell Developer about missing defaults! concretepickaxe, 1
[Stack Modifier] Yo Tell Developer about missing defaults! lumberjack.hatchet, 1
[Stack Modifier] Yo Tell Developer about missing defaults! lumberjack.pickaxe, 1​
Locked automatically