Hey,
I'm trying to get this to work with the fog and snow machines. Not having any luck though. Below is what I've been adding in but I always get a plugin load error, which I'll add as well.
Merged post
I'm guessing since this was put to "Suggestion" that it is not something that is possible currently?
I'm trying to get this to work with the fog and snow machines. Not having any luck though. Below is what I've been adding in but I always get a plugin load error, which I'll add as well.
{
"Entities that ignore fuel consumption": {
"Campfire": false,
"CandleHat": true,
"CeilingLight": true,
"Firepit": false,
"Fireplace": false,
"Furnace": false,
"Lanterns": true,
"LargeFurnace": false,
"MinersHat": true,
"OilRefinery": false,
"Quarry": false,
"TunaLight": true,
"Searchlight": true,
"Fogmachine": true,
"Snowmachine": true
},
"Require permission to ignore fuel consumption": false,
"Version": {
"Major": 1,
"Minor": 3,
"Patch": 6
}
}
ExType: JsonSerializationException
Could not initialize plugin 'NoFuelRequirements v1.3.6' (ArgumentException: Requested value 'Fogmachine' was not found.)
at System.Enum+EnumResult.SetFailure (System.Enum+ParseFailureKind failure, System.String failureMessageID, System.Object failureMessageFormatArgument) [0x00023] in <ac823e2bb42b41bda67924a45a0173c3>:0
at System.Enum.TryParseEnum (System.Type enumType, System.String value, System.Boolean ignoreCase, System.Enum+EnumResult& parseResult) [0x0017a] in <ac823e2bb42b41bda67924a45a0173c3>:0
at System.Enum.Parse (System.Type enumType, System.String value, System.Boolean ignoreCase) [0x00010] in <ac823e2bb42b41bda67924a45a0173c3>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType (Newtonsoft.Json.JsonReader reader, System.Object value, System.Globalization.CultureInfo culture, Newtonsoft.Json.Serialization.JsonContract contract, System.Type targetType) [0x00051] in <8fe7f8665ff548909c2f26d557e5093a>:0
Merged post
I'm guessing since this was put to "Suggestion" that it is not something that is possible currently?