dakko Posted May 2 Report Posted May 2 Saw this in the wiki and thought I'd try it out: /worldconfigcreate string allowOpenFireFiring [true|false] Whether or not you can fire raw clay items in an open fire instead of a pit kiln. It didn't work, although there was acknowledgement that the value had been set to "true". So I added the one that allows the use of legacy commands (again, acknowledgement of it being set to "true"). Did the one for allowing Open Fire Firing again. Still can't fire items in the firepit. The section both of these are in has this at the top: These configs need to be created first. Subsequent edits to those can be done with /worldconfig [variable name] [value] What does "These configs need to be create first." mean? How does one create them before using them?
Solution Byrnorthil Posted May 5 Solution Report Posted May 5 I did some messing around and the best I can discern is that these setting were probably entirely retired some time ago and the wiki is simply outdated. Keep in mind that all the worldconfigcreate command does is add a line of text to your config file; the game's acknowledgement that it was done successfully doesn't mean anything if the game code doesn't recognize that line of text as a legitimate setting. You could do something like this: /worldconfigcreate string asdf "ligma balls" and the game would let you do it just fine, but the new asdf setting you just created would have no impact on the game.
V1ncent Posted May 7 Report Posted May 7 Guess the Wiki really needs some massive update, especially considering all the changes in 1.22.
Recommended Posts