mirror of
				https://github.com/minetest-mods/craftguide.git
				synced 2025-11-04 06:55:30 +01:00 
			
		
		
		
	
			
				
					
						
					
					134fbf382d824a168f2d8f3f4e22ffbd80f3ceed
				
			
			
		
	
 Crafting Guide
craftguide is the most comprehensive crafting guide on Minetest.
Consult the Minetest Wiki for more details.
This crafting guide is a blue book named "Crafting Guide" or a wooden sign.
This crafting guide features a progressive mode.
The progressive mode is a Terraria-like system that only shows recipes you can craft from items in inventory.
The progressive mode can be enabled with craftguide_progressive_mode = true in minetest.conf.
craftguide is also integrated in sfinv (Minetest Game inventory) when you enable it with
craftguide_sfinv_only = true in minetest.conf.
Use the command /craft to show the recipe(s) of the pointed node.
craftguide has an API to register custom recipes. Demos:
Registering a custom crafting type
craftguide.register_craft_type("digging", {
	description = "Digging",
	icon = "default_tool_steelpick.png",
})
Registering a custom crafting recipe
craftguide.register_craft({
	type   = "digging",
	width  = 1,
	output = "default:cobble 2",
	items  = {"default:stone"},
})
Description
				The most comprehensive Crafting Guide on Minetest
						
						
							
								 https://content.minetest.net/packages/jp/craftguide/
							
						
						
					Languages
				
				
								
								
									Lua
								
								100%
							
						
					