0.4.8 Craft Guide

User avatar
Dopium
Member
 
Posts: 233
Joined: Sat Jun 09, 2012 15:43

0.4.8 Craft Guide

by Dopium » Sat Nov 30, 2013 09:29

Here, i made an easy to read default crafting guide for those who don't understand the Lua.
Copy and paste the guide into a text editor and save or print.

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
output = default:wood
recipe = default:tree

output = 'default:junglewood',
recipe = 'default:jungletree',

output = 'default:stick ',
recipe = 'group:wood',

output = 'default:fence_wood',
recipe = 'group:stick', 'group:stick', 'group:stick',
         'group:stick', 'group:stick', 'group:stick',

output = 'default:sign_wall',
recipe = 'group:wood', 'group:wood', 'group:wood',
         'group:wood', 'group:wood', 'group:wood',
         '', 'group:stick', '',

output = 'default:torch',
recipe = 'default:coal_lump',
         'group:stick',

output = 'default:pick_wood',
recipe = 'group:wood', 'group:wood', 'group:wood',
         '', 'group:stick', '',
         '', 'group:stick', '',

output = 'default:pick_stone',
recipe = 'group:stone', 'group:stone', 'group:stone',
         '', 'group:stick', '',
         '', 'group:stick', '',

output = 'default:pick_steel',
recipe = 'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot',
         '', 'group:stick', '',
         '', 'group:stick', '',

output = 'default:pick_bronze',
recipe = 'default:bronze_ingot', 'default:bronze_ingot', 'default:bronze_ingot',
         '', 'group:stick', '',
         '', 'group:stick', '',

output = 'default:pick_mese',
recipe = 'default:mese_crystal', 'default:mese_crystal', 'default:mese_crystal',
         '', 'group:stick', '',
         '', 'group:stick', '',

output = 'default:pick_diamond',
recipe = 'default:diamond', 'default:diamond', 'default:diamond',
         '', 'group:stick', '',
         '', 'group:stick', '',

output = 'default:shovel_wood',
recipe = 'group:wood',
         'group:stick',
         'group:stick',

output = 'default:shovel_stone',
recipe = 'group:stone',
         'group:stick',
         'group:stick',

output = 'default:shovel_steel',
recipe = 'default:steel_ingot',
         'group:stick',
         'group:stick',

output = 'default:shovel_bronze',
recipe = 'default:bronze_ingot',
         'group:stick',
         'group:stick',

output = 'default:shovel_mese',
recipe = 'default:mese_crystal',
         'group:stick',
         'group:stick',

output = 'default:shovel_diamond',
recipe = 'default:diamond',
         'group:stick',
         'group:stick',

output = 'default:axe_wood',
recipe = 'group:wood', 'group:wood',
         'group:wood', 'group:stick',
         '', 'group:stick',

output = 'default:axe_stone',
recipe = 'group:stone', 'group:stone',
         'group:stone', 'group:stick',
         '', 'group:stick',

output = 'default:axe_steel',
recipe = 'default:steel_ingot', 'default:steel_ingot',
         'default:steel_ingot', 'group:stick',
         '', 'group:stick',

output = 'default:axe_bronze',
recipe = 'default:bronze_ingot', 'default:bronze_ingot',
         'default:bronze_ingot', 'group:stick',
         '', 'group:stick',

output = 'default:axe_mese',
recipe = 'default:mese_crystal', 'default:mese_crystal',
         'default:mese_crystal', 'group:stick',
         '', 'group:stick',

output = 'default:axe_diamond',
recipe = 'default:diamond', 'default:diamond',
         'default:diamond', 'group:stick',
         '', 'group:stick',

output = 'default:sword_wood',
recipe = 'group:wood',
         'group:wood',
         'group:stick',

output = 'default:sword_stone',
recipe = 'group:stone',
         'group:stone',
         'group:stick',

output = 'default:sword_steel',
recipe = 'default:steel_ingot',
         'default:steel_ingot',
         'group:stick',

output = 'default:sword_bronze',
recipe = 'default:bronze_ingot',
         'default:bronze_ingot',
         'group:stick',

output = 'default:sword_mese',
recipe = 'default:mese_crystal',
         'default:mese_crystal',
         'group:stick',

output = 'default:sword_diamond',
recipe = 'default:diamond',
         'default:diamond',
         'group:stick',

output = 'default:rail 15',
recipe = 'default:steel_ingot', '', 'default:steel_ingot',
         'default:steel_ingot', 'group:stick', 'default:steel_ingot',
         'default:steel_ingot', '', 'default:steel_ingot',

output = 'default:chest',
recipe = 'group:wood', 'group:wood', 'group:wood',
         'group:wood', '', 'group:wood',
         'group:wood', 'group:wood', 'group:wood',

output = 'default:chest_locked',
recipe = 'group:wood', 'group:wood', 'group:wood',
         'group:wood', 'default:steel_ingot', 'group:wood',
         'group:wood', 'group:wood', 'group:wood',

output = 'default:furnace',
recipe = 'group:stone', 'group:stone', 'group:stone',
         'group:stone', '', 'group:stone',
         'group:stone', 'group:stone', 'group:stone',

output = "default:bronze_ingot",
recipe = "default:steel_ingot", "default:copper_ingot",

output = 'default:coalblock',
recipe = 'default:coal_lump', 'default:coal_lump', 'default:coal_lump',
         'default:coal_lump', 'default:coal_lump', 'default:coal_lump',
         'default:coal_lump', 'default:coal_lump', 'default:coal_lump',

output = 'default:coal_lump',
recipe = 'default:coalblock',

output = 'default:steelblock',
recipe = 'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot',
         'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot',
         'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot',

output = 'default:steel_ingot',
recipe = 'default:steelblock',

output = 'default:copperblock',
recipe = 'default:copper_ingot', 'default:copper_ingot', 'default:copper_ingot',
         'default:copper_ingot', 'default:copper_ingot', 'default:copper_ingot',
         'default:copper_ingot', 'default:copper_ingot', 'default:copper_ingot',

output = 'default:copper_ingot',
recipe = 'default:copperblock',

output = 'default:bronzeblock',
recipe = 'default:bronze_ingot', 'default:bronze_ingot', 'default:bronze_ingot',
         'default:bronze_ingot', 'default:bronze_ingot', 'default:bronze_ingot',
         'default:bronze_ingot', 'default:bronze_ingot', 'default:bronze_ingot',

output = 'default:bronze_ingot',
recipe = 'default:bronzeblock',

output = 'default:goldblock',
recipe = 'default:gold_ingot', 'default:gold_ingot', 'default:gold_ingot',
         'default:gold_ingot', 'default:gold_ingot', 'default:gold_ingot',
         'default:gold_ingot', 'default:gold_ingot', 'default:gold_ingot',

output = 'default:gold_ingot',
recipe = 'default:goldblock',

output = 'default:diamondblock',
recipe = 'default:diamond', 'default:diamond', 'default:diamond',
         'default:diamond', 'default:diamond', 'default:diamond',
         'default:diamond', 'default:diamond', 'default:diamond',

output = 'default:diamond 9',
recipe = 'default:diamondblock',

output = 'default:sandstone',
recipe = 'group:sand', 'group:sand',
         'group:sand', 'group:sand',

output = 'default:sand',
recipe = 'default:sandstone',

output = 'default:sandstonebrick',
recipe = 'default:sandstone', 'default:sandstone',
         'default:sandstone', 'default:sandstone',

output = 'default:clay',
recipe = 'default:clay_lump', 'default:clay_lump',
         'default:clay_lump', 'default:clay_lump',

output = 'default:brick',
recipe = 'default:clay_brick', 'default:clay_brick',
         'default:clay_brick', 'default:clay_brick',

output = 'default:clay_brick',
recipe = 'default:brick',

output = 'default:paper',
recipe = 'default:papyrus', 'default:papyrus', 'default:papyrus',

output = 'default:book',
recipe = 'default:paper',
         'default:paper',
         'default:paper',

output = 'default:bookshelf',
recipe = 'group:wood', 'group:wood', 'group:wood',
         'default:book', 'default:book', 'default:book',
         'group:wood', 'group:wood', 'group:wood',

output = 'default:ladder',
recipe = 'group:stick', '', 'group:stick',
         'group:stick', 'group:stick', 'group:stick',
         'group:stick', '', 'group:stick',

output = 'default:mese',
recipe = 'default:mese_crystal', 'default:mese_crystal', 'default:mese_crystal',
         'default:mese_crystal', 'default:mese_crystal', 'default:mese_crystal',
         'default:mese_crystal', 'default:mese_crystal', 'default:mese_crystal',

output = 'default:mese_crystal',
recipe = 'default:mese',

output = 'default:mese_crystal_fragment',
recipe = 'default:mese_crystal',

output = 'default:obsidian_shard',
recipe = 'default:obsidian'

output = 'default:obsidian',
recipe = 'default:obsidian_shard', 'default:obsidian_shard', 'default:obsidian_shard',
         'default:obsidian_shard', 'default:obsidian_shard', 'default:obsidian_shard',
         'default:obsidian_shard', 'default:obsidian_shard', 'default:obsidian_shard',

output = 'default:stonebrick',
recipe = 'default:stone', 'default:stone',
         'default:stone', 'default:stone',

output = 'default:desert_stonebrick',
recipe = 'default:desert_stone', 'default:desert_stone',
         'default:desert_stone', 'default:desert_stone',


output = 'default:snowblock',
recipe = 'default:snow', 'default:snow', 'default:snow',
         'default:snow', 'default:snow', 'default:snow',
         'default:snow', 'default:snow', 'default:snow',

output = 'default:snow',
recipe = 'default:snowblock',

--
-- Cooking recipes
--

output = "default:glass",
recipe = "group:sand",

output = "default:obsidian_glass",
recipe = "default:obsidian_shard",

output = "default:stone",
recipe = "default:cobble",

output = "default:steel_ingot",
recipe = "default:iron_lump",

output = "default:copper_ingot",
recipe = "default:copper_lump",

output = "default:gold_ingot",
recipe = "default:gold_lump",

output = "default:clay_brick",
recipe = "default:clay_lump",

--
-- Fuels
--

recipe = "group:tree",
burntime = 30,

recipe = "default:junglegrass",
burntime = 2,

recipe = "group:leaves",
burntime = 1,

recipe = "default:cactus",
burntime = 15,

recipe = "default:papyrus",
burntime = 1,

recipe = "default:bookshelf",
burntime = 30,

recipe = "default:fence_wood",
burntime = 15,

recipe = "default:ladder",
burntime = 5,

recipe = "group:wood",
burntime = 7,

recipe = "default:lava_source",
burntime = 60,

recipe = "default:torch",
burntime = 4,

recipe = "default:sign_wall",
burntime = 10,

recipe = "default:chest",
burntime = 30,

recipe = "default:chest_locked",
burntime = 30,

recipe = "default:nyancat",
burntime = 1,

recipe = "default:nyancat_rainbow",
burntime = 1,

recipe = "default:sapling",
burntime = 10,

recipe = "default:apple",
burntime = 3,

recipe = "default:coal_lump",
burntime = 40,

recipe = "default:coalblock",
burntime = 370,

recipe = "default:junglesapling",
burntime = 10,

recipe = "default:grass",
burntime = 2,

Running @1.19 MHz, 128 bytes of RAM and interchangeable 4kb ROM carts!
 

User avatar
Krock
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

by Krock » Sat Nov 30, 2013 09:55

Nice..but for what have we got the awesome "unified_inventory" mod?
All craftings are there... (ehm okay...the burntimes aren't noticed there)
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !bang: !mtmod <keyword here>
 

User avatar
hassage
Member
 
Posts: 185
Joined: Sun Apr 14, 2013 17:53
IRC: hassage
In-game: hassage

by hassage » Sat Nov 30, 2013 12:52

It's nice but there is already a genial mod for Craft Guide.
 

User avatar
Dopium
Member
 
Posts: 233
Joined: Sat Jun 09, 2012 15:43

by Dopium » Sat Nov 30, 2013 13:31

Yes i am aware of RBA's mod, just made this for those who don't use it as not all servers use unified_inventory. Nothing flashy but it does the job.
Running @1.19 MHz, 128 bytes of RAM and interchangeable 4kb ROM carts!
 


Return to Minetest General

Who is online

Users browsing this forum: No registered users and 18 guests