1
0
mirror of https://github.com/Dragonop/claycrafter.git synced 2025-06-29 20:10:24 +02:00

5 Commits

Author SHA1 Message Date
a16266c9e0 Revert "Deleted claycrafter unused node" 2016-01-15 13:17:40 -03:00
45a51073ee Update README.md 2016-01-15 13:12:07 -03:00
156c4029ca screenshot.png added 2016-01-15 12:56:54 -03:00
af5e4dc082 Deleted claycrafter node
If I learn how to do formspecs, I will add it back
2016-01-15 12:20:50 -03:00
2e86f87e09 Merge pull request #2 from Dragonop/Removing-claycrafter-node
Deleted claycrafter unused node
2016-01-15 12:11:19 -03:00
8 changed files with 19 additions and 4 deletions

View File

@ -6,7 +6,7 @@ Dependencies:
-Vessels -Vessels
-Bucket -Bucket
License for Code #####License for Code
Copyright (C) 2010-2013 Dragonop <joaco-mono@hotmail.com> Copyright (C) 2010-2013 Dragonop <joaco-mono@hotmail.com>
@ -24,6 +24,6 @@ You should have received a copy of the GNU Lesser General Public License along
with this program; if not, write to the Free Software Foundation, Inc., with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
License for Textures, Models and Sounds #####License for Textures, Models and Sounds
CC-BY-SA 3.0 UNPORTED. Created by Dragonop CC-BY-SA 3.0 UNPORTED. Created by Dragonop

View File

@ -1,3 +1,19 @@
--the claycrafter is supposed to be some sort of furnace
--that uses compressed dirt and glasses of water to make clay, it's not needed to use the mod currently.
minetest.register_node("claycrafter:claycrafter", {
description = "Clay crafter",
tiles = {
"claycrafter_claycrafter_up.png",
"claycrafter_claycrafter_down.png",
"claycrafter_claycrafter_side.png",
"claycrafter_claycrafter_side.png",
"claycrafter_claycrafter_back.png",
"claycrafter_claycrafter_front.png",
},
groups = {oddly_breakable_by_hand = 1, choppy = 1}
})
--Compressed dirt --Compressed dirt
minetest.register_node("claycrafter:compressed_dirt", { minetest.register_node("claycrafter:compressed_dirt", {
description = "Compressed Dirt", description = "Compressed Dirt",
@ -13,7 +29,6 @@ minetest.register_craft({
} }
}) })
--Glass of water --Glass of water
minetest.register_craftitem("claycrafter:glass_of_water", { minetest.register_craftitem("claycrafter:glass_of_water", {
description = "Glass of Water", description = "Glass of Water",

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 515 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 594 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 410 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 554 B