mirror of
https://github.com/Dragonop/claycrafter.git
synced 2025-07-01 21:10:21 +02:00
Textures
Textures for the claycrafter formspec, and renamed down/up to bottom/top
This commit is contained in:
4
init.lua
4
init.lua
@ -4,8 +4,8 @@
|
||||
minetest.register_node("claycrafter:claycrafter", {
|
||||
description = "Clay crafter",
|
||||
tiles = {
|
||||
"claycrafter_claycrafter_up.png",
|
||||
"claycrafter_claycrafter_down.png",
|
||||
"claycrafter_claycrafter_top.png",
|
||||
"claycrafter_claycrafter_bottom.png",
|
||||
"claycrafter_claycrafter_side.png",
|
||||
"claycrafter_claycrafter_side.png",
|
||||
"claycrafter_claycrafter_back.png",
|
||||
|
Reference in New Issue
Block a user