Page 1 of 1
					
				No Wooden chest in last updates?
				Posted: Thu Jul 18, 2019 7:19 pm
				by VGG
				I was going to craft some wooden cases and they are not in the crafting menu anymore.  Not good for beginning game.
https://i.imgur.com/C8nk9L7.jpg 
			 
			
					
				Re: No Wooden chest in last updates?
				Posted: Thu Jul 18, 2019 8:05 pm
				by Blokus
				You may notice that it's not the only thing missing from your handcraft menu...follow 
viewtopic.php?p=442564#p442441 to fix it.
 
			 
			
					
				Re: No Wooden chest in last updates?
				Posted: Thu Jul 18, 2019 8:54 pm
				by VGG
				Thanks!  I ran the console command and got all the things back!
/c for _,player in pairs(game.players) do
   player.force.reset_recipes()
   player.force.reset_technologies()
   player.force.reset_technology_effects()
end