diff --git a/init.lua b/init.lua index 4e4e26d..83026cd 100644 --- a/init.lua +++ b/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", diff --git a/textures/claycrafter_claycrafter_down.png b/textures/claycrafter_claycrafter_bottom.png similarity index 100% rename from textures/claycrafter_claycrafter_down.png rename to textures/claycrafter_claycrafter_bottom.png diff --git a/textures/claycrafter_claycrafter_front_active.png b/textures/claycrafter_claycrafter_front_active.png new file mode 100644 index 0000000..372865d Binary files /dev/null and b/textures/claycrafter_claycrafter_front_active.png differ diff --git a/textures/claycrafter_claycrafter_up.png b/textures/claycrafter_claycrafter_top.png similarity index 100% rename from textures/claycrafter_claycrafter_up.png rename to textures/claycrafter_claycrafter_top.png diff --git a/textures/claycrafter_claycrafter_water_bg.png b/textures/claycrafter_claycrafter_water_bg.png new file mode 100644 index 0000000..309e17e Binary files /dev/null and b/textures/claycrafter_claycrafter_water_bg.png differ diff --git a/textures/claycrafter_claycrafter_water_fg.png b/textures/claycrafter_claycrafter_water_fg.png new file mode 100644 index 0000000..a36d4a7 Binary files /dev/null and b/textures/claycrafter_claycrafter_water_fg.png differ diff --git a/textures/gui_claycrafter_arrow_bg.png b/textures/gui_claycrafter_arrow_bg.png new file mode 100644 index 0000000..046d8cd Binary files /dev/null and b/textures/gui_claycrafter_arrow_bg.png differ diff --git a/textures/gui_claycrafter_arrow_fg.png b/textures/gui_claycrafter_arrow_fg.png new file mode 100644 index 0000000..8d3c396 Binary files /dev/null and b/textures/gui_claycrafter_arrow_fg.png differ