Merge branch 'master' of https://git.cubesoftware.xyz/mrkubax10/industrialtest into s-func
This commit is contained in:
commit
64f1ab4275
@ -358,6 +358,12 @@ if industrialtest.mclAvailable then
|
|||||||
mcl_armor.register_set({
|
mcl_armor.register_set({
|
||||||
name=material,
|
name=material,
|
||||||
description=materialDisplayName,
|
description=materialDisplayName,
|
||||||
|
descriptions = {
|
||||||
|
head = "Helmet",
|
||||||
|
torso = "Chestplate",
|
||||||
|
legs = "Leggings",
|
||||||
|
feet = "Boots",
|
||||||
|
},
|
||||||
durability=config.uses,
|
durability=config.uses,
|
||||||
points=config.armorPoints,
|
points=config.armorPoints,
|
||||||
craft_material="industrialtest:"..material,
|
craft_material="industrialtest:"..material,
|
||||||
|
@ -379,6 +379,7 @@ if not industrialtest.mods.mclRubber then
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
if mcl_dye.register_on_bone_meal_apply then
|
||||||
mcl_dye.register_on_bone_meal_apply(function(pointed)
|
mcl_dye.register_on_bone_meal_apply(function(pointed)
|
||||||
local node=minetest.get_node(pointed.under)
|
local node=minetest.get_node(pointed.under)
|
||||||
if node.name~="industrialtest:rubber_sapling" then
|
if node.name~="industrialtest:rubber_sapling" then
|
||||||
@ -397,6 +398,7 @@ if not industrialtest.mods.mclRubber then
|
|||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
end
|
||||||
definition.groups.attached_node=1
|
definition.groups.attached_node=1
|
||||||
definition.groups.dig_immediate=3
|
definition.groups.dig_immediate=3
|
||||||
definition.groups.sapling=1
|
definition.groups.sapling=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user