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:
@ -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"},
|
||||
|
Reference in New Issue
Block a user