[Solved] Craft Code Throwing an Exception

Post Reply
John_Constructor
Member
Posts: 76
Joined: Thu Jun 01, 2017 20:06
GitHub: John-Constructor
In-game: Nooberton
Location: On Minetest 24/7

[Solved] Craft Code Throwing an Exception

by John_Constructor » Post

My the crafting recipe for a mod I am developing seems not to be working.

Image

Code: Select all

	minetest.register_craft({
	output = "spacecraft:ion_thruster",
	recipe = 
	{'','default:mese',''},
	{'','default:steelblock',''},
	{'','vessels:steel_bottle',''},
	})
Any advice?

EDIT: Whoops! I forgot the "{ }" to close the Recipe itself! My bad!
Attachments
The error message.
The error message.
Thruster_Craft_Exception.PNG (16.77 KiB) Viewed 171 times
Constructing mechs and wingless aircraft since 2016.

Post Reply

Who is online

Users browsing this forum: No registered users and 10 guests