Page 1 of 1

COME SEE

PostPosted: Tue May 14, 2013 22:51
by chase programer
is this a problem every time i make a code this happends
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
{\rtf1\ansi\ansicpg1252\deff0\deflang4105{\fonttbl{\f0\fswiss\fcharset0 Arial;}}
{\*\generator Msftedit 5.41.15.1515;}\viewkind4\uc1\pard\f0\fs20 minetest.register_tool("Super:pick_wood", \{\par
    description = "Superpick",\par
    inventory_image = "Deathpick.png",\par
    tool_capabilities = \{\par
        full_punch_interval = 1.200,\par
        max_drop_level=0,\par
        groupcaps=\{\par
            cracky = \{times=\{[3]=1.60\}, uses=1000, maxlevel=100\},\par
        \},\par
        damage_groups = \{fleshy=2\},\par
    \},\par
\})\par
}
minetest.register_craft({
    output = 'default:pick_wood',
    recipe = {
        {'group:brick', 'group:brick', 'group:brick'},
        {'', 'default:stick', ''},
        {'', 'default:stick', ''},
    }
})
 

PostPosted: Wed May 15, 2013 00:06
by PilzAdam
What OS and editor do you use?

PostPosted: Wed May 15, 2013 00:48
by Menche
That appears to be in rich text format. Were you editing mods in a word processor? Make sure you're saving as plain text.