mirror of
https://github.com/Dragonop/claycrafter.git
synced 2024-11-22 15:23:48 +01:00
Update init.lua
This commit is contained in:
parent
73e668dfe6
commit
85f723f7e9
16
init.lua
16
init.lua
@ -1,19 +1,3 @@
|
|||||||
--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",
|
||||||
|
Loading…
Reference in New Issue
Block a user