Bryno 21 Posted September 15, 2021 Hi there! I attached a picture of the cooking interface: I'm trying to figure out how to interact with it. I want: 1. To be able to see if its open or not 2. Cook ALL fish (Swordfish and Tuna) Any information can help, thanks!
camelCase 290 Posted September 15, 2021 if (ItemProcessing.isOpen()) { ItemProcessing.makeAll(Raw Swordfish); } something like that
Bryno 21 Author Posted September 15, 2021 6 hours ago, camalCase said: if (ItemProcessing.isOpen()) { ItemProcessing.makeAll(Raw Swordfish); } something like that Beautiful! Thank you so much!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.