minor fix to the rope

master
Fernando Zapata 2012-06-29 01:14:42 -06:00
parent ddc49641a3
commit 0e88321e9e
2 changed files with 5 additions and 3 deletions

View File

@ -10,13 +10,13 @@
-- http://creativecommons.org/licenses/by-sa/3.0/
--------------------------------------------------------------------------------
------------------------------------------------------------ Definition --------
------------------------------------------------------- Node Definition --------
minetest.register_node( 'rope:rope', {
description = 'Rope',
drawtype = 'nodebox',
tiles = { 'rope.png' },
tiles = { 'rope_rope.png' },
paramtype = 'light',
is_ground_content = true,
walkable = false,
@ -84,8 +84,10 @@ minetest.register_node( 'rope:rope', {
})
------------------------------------------------------- Crafting Recipe --------
minetest.register_craft({
output = 'rope:rope',
output = 'rope:rope 4',
recipe = {
{ 'default:junglegrass' },
{ 'default:junglegrass' },

View File

Before

Width:  |  Height:  |  Size: 102 B

After

Width:  |  Height:  |  Size: 102 B