fix compatibility for 5.3

master
IIIullaIII 2020-08-17 13:30:29 +02:00
parent f4f3b37d58
commit 830c9376b0
6 changed files with 28 additions and 28 deletions

View File

@ -18,7 +18,7 @@ the consideration of all aspects of the mod requires a bit of work for this and
DE)
717/5000
Dieser Mod soll die enormen Möglichkeiten und Sektoren der Verwendung von Hanf, seine Bedeutung in den verschiedenen medizinisch-kulinarischen industriellen bioenergetischen Freizeitsektoren usw. Veranschaulichen
es zielt auch darauf ab, die Lügen zu zerstreuen, die bisher darüber gesagt wurden
und lassen Sie die Leute wissen, wie nützlich es sein kann, die Luft und den Boden von Verschmutzung zu reinigen. Dieser Mod wird nicht nur die Erholungsseite veranschaulichen

View File

@ -16,7 +16,7 @@ minetest.register_node("cannabis:canapa", {
fixed = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3}
},
groups = {snappy = 3, flammable = 2},
sounds = "cannabis_canapa_s",
sounds = {"cannabis_canapa_s"},
drop = {
max_items = 3,
items = {
@ -203,7 +203,7 @@ minetest.register_node('cannabis:seedling', {
paramtype = 'light',
walkable = false,
groups = { snappy = 3, poisonivy=1, flora_block=1 },
sounds = "cannabis_canapa_s3",
sounds = {"cannabis_canapa_s3"},
buildable_to = true,
})
@ -218,7 +218,7 @@ minetest.register_node('cannabis:sproutling', {
paramtype = 'light',
walkable = false,
groups = { snappy = 3, poisonivy=1, flora_block=1 },
sounds = "cannabis_canapa_s3",
sounds = {"cannabis_canapa_s3"},
buildable_to = true,
})
minetest.register_node('cannabis:flowering', {
@ -234,7 +234,7 @@ minetest.register_node('cannabis:flowering', {
fixed = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3}
},
groups = { snappy = 3, poisonivy=1, flora_block=1 },
sounds = "cannabis_canapa_s3",
sounds ={"cannabis_canapa_s3"},
buildable_to = true,
drop = {
max_items = 3,
@ -255,7 +255,7 @@ minetest.register_node('cannabis:climbing', {
paramtype2 = 'wallmounted',
walkable = false,
groups = { snappy = 3, poisonivy=1, flora_block=1 },
sounds = "cannabis_canapa_s3",
sounds ={"cannabis_canapa_s3"},
selection_box = {
type = "wallmounted",
--wall_side = = <default>

View File

@ -16,7 +16,7 @@ minetest.register_node("cannabis:canapa_ice", {
fixed = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3}
},
groups = {snappy = 3, flammable = 2},
sounds = "cannabis_canapa_s",
sounds ={"cannabis_canapa_s"},
drop = {
max_items = 3,
items = {
@ -137,7 +137,7 @@ minetest.register_node('cannabis:seedling_i', {
paramtype = 'light',
walkable = false,
groups = { snappy = 3, poisonivy=1, flora_block=1 },
sounds = "cannabis_canapa_s3",
sounds ={"cannabis_canapa_s3"},
buildable_to = true,
})
@ -152,7 +152,7 @@ minetest.register_node('cannabis:sproutling_i', {
paramtype = 'light',
walkable = false,
groups = { snappy = 3, poisonivy=1, flora_block=1 },
sounds = "cannabis_canapa_s3",
sounds ={"cannabis_canapa_s3"},
buildable_to = true,
})
@ -167,7 +167,7 @@ minetest.register_node('cannabis:climbing_i', {
paramtype2 = 'wallmounted',
walkable = false,
groups = { snappy = 3, poisonivy=1, flora_block=1 },
sounds = "cannabis_canapa_s3",
sounds ={"cannabis_canapa_s3"},
selection_box = {
type = "wallmounted",
--wall_side = = <default>
@ -187,7 +187,7 @@ minetest.register_node('cannabis:flowering_ice', {
fixed = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3}
},
groups = { snappy = 3, poisonivy=1, flora_block=1 },
sounds = "cannabis_canapa_s3",
sounds ={"cannabis_canapa_s3"},
buildable_to = true,
drop = {
max_items = 3,

View File

@ -16,7 +16,7 @@ minetest.register_node("cannabis:canapa_red", {
fixed = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3}
},
groups = {snappy = 3, flammable = 2},
sounds = "cannabis_canapa_s",
sounds ={"cannabis_canapa_s"},
drop = {
max_items = 3,
items = {
@ -42,7 +42,7 @@ function minetest.grow_canapa_red(pos, node)
and name ~= "default:desert_sand"
and name ~= "default:sandstone"
and name ~= "default:silver_sand"
and name ~= "default:dirt_with_dry_grass"
and name ~= "default:dry_dirt_with_dry_grass"
and name ~= "default:dirt_with_grass"
and name ~= "default:dirt"
and name ~= "default:dry_dirt"then
@ -76,7 +76,7 @@ minetest.register_abm({
"default:sandstone",
"default:desert_sand",
"default:silver_sand",
"default:dirt_with_dry_grass",
"default:dry_dirt_with_dry_grass",
"default:dry_dirt",
"default:dirt_with_grass",
"default:dirt"},
@ -97,7 +97,7 @@ if minetest.get_modpath("default") then
"default:dirt",
"default:dry_dirt",
"default:sand",
"default:dirt_with_dry_grass"
"default:dry_dirt_with_dry_grass"
},
sidelen = 16,
noise_params = {
@ -138,7 +138,7 @@ if minetest.get_modpath("default") then
"default:dirt",
"default:silver_sand",
"default:desert_sand",
"default:dirt_with_dry_grass",
"default:dry_dirt_with_dry_grass",
"default:sand"},
sidelen = 16,
noise_params = {
@ -179,7 +179,7 @@ minetest.register_node('cannabis:seedling_r', {
paramtype = 'light',
walkable = false,
groups = { snappy = 3, poisonivy=1, flora_block=1 },
sounds = "cannabis_canapa_s3",
sounds ={"cannabis_canapa_s3"},
buildable_to = true,
})
@ -194,7 +194,7 @@ minetest.register_node('cannabis:sproutling_r', {
paramtype = 'light',
walkable = false,
groups = { snappy = 3, poisonivy=1, flora_block=1 },
sounds = "cannabis_canapa_s3",
sounds ={"cannabis_canapa_s3"},
buildable_to = true,
})
@ -209,7 +209,7 @@ minetest.register_node('cannabis:climbing_r', {
paramtype2 = 'wallmounted',
walkable = false,
groups = { snappy = 3, poisonivy=1, flora_block=1 },
sounds = "cannabis_canapa_s3",
sounds ={"cannabis_canapa_s3"},
selection_box = {
type = "wallmounted",
--wall_side = = <default>
@ -229,7 +229,7 @@ minetest.register_node('cannabis:flowering_red', {
fixed = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3}
},
groups = { snappy = 3, poisonivy=1, flora_block=1 },
sounds = "cannabis_canapa_s3",
sounds ={"cannabis_canapa_s3"},
buildable_to = true,
drop = {
max_items = 3,

View File

@ -32,7 +32,7 @@ dofile(path.."/wool.lua")
--dofile(path.."/bag.lua")
dofile(path.."/canapa_ice.lua")
dofile(path.."/craftice.lua")
--dofile(path.."/ethereal.lua")
if minetest.get_modpath("3d_armor") then

View File

@ -81,7 +81,7 @@ minetest.register_node("cannabis:hp_block_canapa",
tiles = {"hp_block_canapa.png"},
is_ground_content = false,
groups = {choppy = 30, oddly_breakable_by_hand = 1, flammable = 3, wood = 1},
sounds = "cannabis:cannabis_canapa_s2",
sounds = {"cannabis_canapa_s2"},
})
minetest.register_node("cannabis:cannabis_foglie_block", {
@ -89,21 +89,21 @@ minetest.register_node("cannabis:cannabis_foglie_block", {
tiles = { "cannabis_foglie_block.png" },
is_ground_content = false,
groups = {cracky=1, level=2},
sounds = "cannabis:cannabis_canapa_s3"
sounds = {"cannabis_canapa_s3"}
})
minetest.register_node("cannabis:cannabis_foglie_red_block", {
description = S("Red Leaves Block"),
tiles = { "cannabis_foglie_red_block.png" },
is_ground_content = false,
groups = {cracky=1, level=2},
sounds = "cannabis:cannabis_canapa_s3"
sounds = {"cannabis_canapa_s3"}
})
minetest.register_node("cannabis:cannabis_tessuto_block", {
description = S("Fabric Block"),
tiles = { "cannabis_tessuto_block.png" },
is_ground_content = false,
groups = {cracky=1, level=2},
sounds = "cannabis_canapa_s3"
sounds = {"cannabis_canapa_s3"}
})
@ -112,21 +112,21 @@ minetest.register_node("cannabis:cannabis_high_performance_block", {
tiles = { "cannabis_high_performance_block.png" },
is_ground_content = false,
groups = {cracky=1, level=2},
sounds = "cannabis_canapa_s3"
sounds = {"cannabis_canapa_s3"}
})
minetest.register_node("cannabis:cannabis_fibra_block", {
description = S("Fiber Block"),
tiles = { "cannabis_fibra_block.png" },
is_ground_content = false,
groups = {cracky=1, level=2},
sounds = "cannabis_canapa_s3"
sounds = {"cannabis_canapa_s3"}
})
minetest.register_node("cannabis:cannabis_adminh_block", {
description = S("Adminh Block"),
tiles = { "cannabis_adminh_block.png" },
is_ground_content = false,
groups = {unbreackable =1},
sounds = "cannabis:cannabis_canapa_s3"
sounds = {"cannabis_canapa_s3"}
})
minetest.register_craft({