I made a new crafting table and it's called a Sawmill, It's where you'll craft your stuff( Logs, planks and my new wooden furniture) And I have two questions: 1.) How do you make it so the item only makes it to the crafting table. Wait, I know that. How do you make the crafting table only craft those specific items. 2.) Why does it close me out of starbound when opening it up. For a helpful code: Code: { "objectName" : "sawmill", "rarity" : "Common", "objectType" : "interactable", "interactAction" : "OpenCraftingInterface", "interactData" : { "config" : "/interface/windowconfig/sawmill.config", "filter" : [ "sawmill" ] }, "printable" : true, "description" : "I'd rather not stick my fingers through that.", "shortdescription" : "Sawmill", "race" : "generic", "category" : "crafting", "price" : 2000, "apexDescription" : "Let's not touch it!", "avianDescription" : "Hmm, spinny thing is hipnotizing", "floranDescription" : "Perfect for sssliccing my fresssh meat.", "glitchDescription" : "Puzzled. Made from spare parts. Father? is that you!?", "humanDescription" : "Makes the perfect logs, chopped by lumberjacks.", "hylotlDescription" : "I want to keep my fins, let's not touch the blade.", "inventoryIcon" : "sawmillicon.png", "orientations" : [ { "dualImage" : "sawmill.png", "imagePosition" : [0, 0], "frames" : 1, "animationCycle" : 1, "spaceScan" : 0.1, "anchors" : [ "bottom" ], "collision" : "platform" } ] }
Got a log? JSON parsed fine... Your object is placing fine... My bet is your config for the UI is bad.