1
0
mirror of https://codeberg.org/tenplus1/bakedclay.git synced 2025-07-11 20:50:23 +02:00

remove 0.4.x support for better 5.x mod compatibility

This commit is contained in:
tenplus1
2022-12-24 08:28:37 +00:00
parent ed06375ad5
commit bd5ff73c19
5 changed files with 16 additions and 15 deletions

View File

@ -1,3 +1,6 @@
-- 5.x translation
S = minetest.get_translator("bakedclay")
local flowers = {
{"delphinium", "Blue Delphinium",
{-0.15, -0.5, -0.15, 0.15, 0.3, 0.15}, {color_cyan = 1}},
@ -22,7 +25,7 @@ local function add_simple_flower(name, desc, box, f_groups)
f_groups.attached_node = 1
minetest.register_node("bakedclay:" .. name, {
description = desc,
description = S(desc),
drawtype = "plantlike",
waving = 1,
tiles = {"baked_clay_" .. name .. ".png"},