Merge branch 'commit'

master
A.C.M 2020-05-05 13:51:59 +02:00
commit 582bfdb771
193 changed files with 353 additions and 137 deletions

View File

@ -24,7 +24,7 @@ es zielt auch darauf ab, die Lügen zu zerstreuen, die bisher darüber gesagt wu
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
wie sie uns bisher gezeigt haben, also verzerrt.
Dies ist der Grund, warum ich diesen Mod erstellt habe, um die Unwissenheit und Fehlinformation über Hanf auf pädagogische Weise zu beseitigen.
Das Berücksichtigen aller Aspekte des Mods erfordert ein wenig Arbeit und befindet sich noch in der Verarbeitungs- und Erweiterungsphase
Das Berücksichtigen aller Aspekte des Mods erfordert ein wenig Arbeit und befindet sich noch in der Entwicklungs- und Erweiterungsphase
ES)
Este mod tiene como objetivo ilustrar las vastas posibilidades y sectores de uso del cáñamo, su importancia en los diversos sectores médicos, culinarios, industriales, bioenergéticos, recreativos, etc.

View File

@ -1,6 +1,9 @@
-- get Boilerplate for Translations
local S = cannabis.S
--armor
if minetest.get_modpath("cannabis") then
if minetest.get_modpath("cannabis") then
local stats = {
fibra = { name="fibra", armor=3.8, heal=28, use=100 },
tessuto= { name="tessuto", armor=2.0, heal=18, use=50 },
@ -18,25 +21,25 @@
}
for k, v in pairs(stats) do
minetest.register_tool("cannabis:helmet_"..k, {
description = v.name.." Helmet",
description = v.name..S(" Helmet"),
inventory_image = "cannabis_armor_inv_helmet_"..k..".png",
groups = {armor_head=math.floor(5*v.armor), armor_heal=v.heal, armor_use=v.use},
wear = 0,
})
minetest.register_tool("cannabis:chestplate_"..k, {
description = v.name.." Chestplate",
description = v.name.. S(" Chestplate"),
inventory_image = "cannabis_armor_inv_chestplate_"..k..".png",
groups = {armor_torso=math.floor(8*v.armor), armor_heal=v.heal, armor_use=v.use},
wear = 0,
})
minetest.register_tool("cannabis:leggings_"..k, {
description = v.name.." Leggings",
description = v.name.. S(" Leggings"),
inventory_image = "cannabis_armor_inv_leggings_"..k..".png",
groups = {armor_legs=math.floor(7*v.armor), armor_heal=v.heal, armor_use=v.use},
wear = 0,
})
minetest.register_tool("cannabis:boots_"..k, {
description = v.name.." Boots",
description = v.name..S(" Boots"),
inventory_image = "cannabis_armor_inv_boots_"..k..".png",
groups = {armor_feet=math.floor(4*v.armor), armor_heal=v.heal, armor_use=v.use},
wear = 0,
@ -76,10 +79,11 @@
},
})
end
if minetest.get_modpath("shields") then
if minetest.get_modpath("shields") then
for k, v in pairs(stats) do
minetest.register_tool("cannabis:shield_"..k, {
description = v.name.." hemp Shield",
description = v.name.. S(" Hemp Shield"),
inventory_image = "cannabis_armor_inv_shield_"..k..".png",
groups = {armor_shield=math.floor(5*v.armor), armor_heal=v.heal, armor_use=v.use},
wear = 0,
@ -93,6 +97,6 @@
{"", m, ""},
},
})
end
end
end
end -- for k,v
end -- if minetest.get_modpath("shields")
end--if minetest.get_modpath("cannabis")

View File

@ -1,5 +1,9 @@
-- get Boilerplate for Translations
local S = cannabis.S
local path = cannabis.path
minetest.register_node("cannabis:canapa", {
description = "Canapa",
description = S("Hemp"),
drawtype = "plantlike",
tiles = {"cannabis_canapa.png"},
inventory_image = "cannabis_canapa.png",
@ -120,14 +124,14 @@ minetest.register_biome({
biomes = {"canapa_swamp"},
y_min = 0,
y_max = 0,
schematic = "canapa.mts",--minetest.get_modpath("cannabis").."/schematics/canapa.mts",
schematic = path .. "/schematics/canapa.mts",--minetest.get_modpath("cannabis").."/schematics/canapa.mts",
})
-- This file supplies hemp for the plantlife modpack
-- Last revision: 2016-01-14
minetest.register_node('cannabis:seedling', {
description = ("hemp (seedling)"),
description = S("Hemp (seedling)"),
drawtype = 'plantlike',
waving = 1,
tiles = { '1hemp_seedling.png' },
@ -142,7 +146,7 @@ minetest.register_node('cannabis:seedling', {
})
minetest.register_node('cannabis:sproutling', {
description = ("hemp (sproutling)"),
description = S("Hemp (sproutling)"),
drawtype = 'plantlike',
waving = 1,
tiles = { 'hemp_sproutling.png' },
@ -157,7 +161,7 @@ minetest.register_node('cannabis:sproutling', {
})
minetest.register_node('cannabis:climbing', {
description = ("hemp (climbing plant)"),
description = S("Hemp (climbing plant)"),
drawtype = 'signlike',
tiles = { 'hemp_climbing.png' },
inventory_image = 'hemp_climbing.png',

View File

@ -1,5 +1,9 @@
-- get Boilerplate for Translations
local S = cannabis.S
local path = cannabis.path
minetest.register_node("cannabis:canapa_red", {
description = "Canapa",
description = S("Hemp red"),
drawtype = "plantlike",
tiles = {"cannabis_canapa_red.png"},
inventory_image = "cannabis_canapa_red.png",
@ -120,12 +124,12 @@ minetest.register_biome({
biomes = {"canapa_swampr"},
y_min = 0,
y_max = 31000,
schematic = "canapa.mts",
schematic = path .. "/schematics/canapa.mts",
})
minetest.register_node('cannabis:seedling_r', {
description = ("hemp red(seedling)"),
description = S("Hemp red(seedling)"),
drawtype = 'plantlike',
waving = 1,
tiles = { '1hemp_seedling_red.png' },
@ -140,7 +144,7 @@ minetest.register_node('cannabis:seedling_r', {
})
minetest.register_node('cannabis:sproutling_r', {
description = ("hemp red (sproutling)"),
description = S("Hemp red (sproutling)"),
drawtype = 'plantlike',
waving = 1,
tiles = { 'hemp_sproutling_red.png' },
@ -155,7 +159,7 @@ minetest.register_node('cannabis:sproutling_r', {
})
minetest.register_node('cannabis:climbing_r', {
description = ("hemp red (climbing plant)"),
description = S("Hemp red (climbing plant)"),
drawtype = 'signlike',
tiles = { 'hemp_climbing_red.png' },
inventory_image = 'hemp_climbing_red.png',

View File

@ -1,15 +0,0 @@
--aliases
--minetest.get_modpath("cannabis")
minetest.register_alias("canapa","cannabis:canapa")
--tools
local path = minetest.get_modpath("cannabis")
dofile(path.."/tools.lua")
dofile(path.."/canapa.lua")
dofile(path.."/node_ingot.lua")
dofile(path.."/craftitem.lua")
dofile(path.."/armor.lua")
dofile(path.."/joint.lua")
dofile(path.."/canapa_rossa.lua")
dofile(path.."/craftred.lua")
dofile(path.."/rope.lua")

View File

@ -1,3 +0,0 @@
name = cannabis
depends = default
optional_default = 3d_armor

Binary file not shown.

View File

@ -1,67 +1,69 @@
-- get Boilerplate for Translations
local S = cannabis.S
--craft item :fiber, fuel, plastic, paper,flower,oil,flour,bred,raisin,seed,leaves
minetest.register_craftitem("cannabis:canapa_fiber", {
description = "Fiber",
description = S("Fiber"),
inventory_image = "cannabis_canapa_fiber.png",
})
minetest.register_craftitem("cannabis:canapa_fuel", {
description = "Fuel",
description = S("Fuel"),
inventory_image = "cannabis_fuel.png",
})
minetest.register_craftitem("cannabis:canapa_plastic", {
description = "Plastic",
description = S("Plastic"),
inventory_image = "cannabis_plastic.png",
})
minetest.register_craftitem("cannabis:canapa_paper", {
description = "Paper",
description = S("Paper"),
inventory_image = "cannabis_paper.png",
})
minetest.register_craftitem("cannabis:canapa_flour", {
description = "Flour",
description = S("Flour"),
inventory_image = "cannabis_canapa_flour.png",
})
minetest.register_craftitem("cannabis:canapa_bread", {
description = "Bread",
description = S("Bread"),
inventory_image = "cannabis_canapa_bread.png",
on_use = minetest.item_eat(10),
})
minetest.register_craftitem("cannabis:canapa_seed", {
description = "Hemp_Seed",
description = S("Hemp Seed"),
inventory_image = "cannabis_canapa_seed.png",
on_use = minetest.item_eat(10),
})
minetest.register_craftitem("cannabis:canapa_leaves", {
description = "Hemp_Leaves",
description = S("Hemp Leaves"),
inventory_image = "cannabis_canapa_leaves.png",
on_use = minetest.item_eat(5),
})
minetest.register_craftitem("cannabis:canapa_flower", {
description = "Hemp_Flower",
description = S("Hemp Flower"),
inventory_image = "cannabis_canapa_flower.png",
on_use = minetest.item_eat(5),
})
minetest.register_craftitem("cannabis:canapa_raisin", {
description = "Hemp_Raisin",
description = S("Hemp Raisin"),
inventory_image = "cannabis_canapa_raisin.png",
on_use = minetest.item_eat(5),
})
minetest.register_craftitem("cannabis:canapa_oil", {
description = "Hemp_Oil",
description = S("Hemp Oil"),
inventory_image = "cannabis_canapa_oil.png",
on_use = minetest.item_eat(5),
})
minetest.register_craftitem("cannabis:canapa_glue", {
description = "Hemp_Glue",
description = S("Hemp Glue"),
inventory_image = "cannabis_canapa_glue.png",
on_use = minetest.item_eat(1),
})

View File

@ -1,18 +1,20 @@
-- get Boilerplate for Translations
local S = cannabis.S
minetest.register_craftitem("cannabis:canapa_red_seed", {
description = "Hemp_Seed",
description = S("Hemp Seed"),
inventory_image = "cannabis_canapa_red_seed.png",
on_use = minetest.item_eat(10),
})
minetest.register_craftitem("cannabis:canapa_red_leaves", {
description = "Hemp_Leaves",
description = S("Hemp Leaves"),
inventory_image = "cannabis_canapa_red_leaves.png",
on_use = minetest.item_eat(5),
})
minetest.register_craftitem("cannabis:canapa_red_flower", {
description = "Hemp_red_Flower",
description = S("Hemp red Flower"),
inventory_image = "cannabis_canapa_red_flower.png",
on_use = minetest.item_eat(5),
})

30
init.lua Normal file
View File

@ -0,0 +1,30 @@
--aliases
--minetest.get_modpath("cannabis")
minetest.register_alias("canapa","cannabis:canapa")
--tools
cannabis = {} -- A global Object for the mod
cannabis.path = minetest.get_modpath("cannabis") -- The path of the mod
local path = cannabis.path
-- Get Boilerplate to translate
local S
if(minetest.get_translator) then
S = minetest.get_translator(minetest.get_current_modname())
else
S = function ( s ) return s end
end
cannabis.S = S -- Stores the boilerplate for global access
dofile(path.."/tools.lua")
dofile(path.."/canapa.lua")
dofile(path.."/node_ingot.lua")
dofile(path.."/craftitem.lua")
dofile(path.."/armor.lua")
dofile(path.."/joint.lua")
dofile(path.."/canapa_rossa.lua")
dofile(path.."/craftred.lua")
dofile(path.."/rope.lua")

View File

@ -1,6 +1,8 @@
-- get Boilerplate for Translations
local S = cannabis.S
minetest.register_craftitem("cannabis:joint_fumo_acceso", {
description = "Joint fumo acceso",
description = S("Joint fumo acceso"),
inventory_image = "joint_joint_fac.png",
stack_max = 1 ,
on_use = function(itemstack, user, pointed_thing)
@ -10,52 +12,52 @@
})
minetest.register_craftitem("cannabis:joint_erba_spento", {
description = "Joint erba spento",
description = S("Joint erba spento"),
inventory_image = "joint_joint_csp.png",
})
minetest.register_craftitem("cannabis:joint_fumo_spento", {
description = "Joint fumo spento",
description = S("Joint fumo spento"),
inventory_image = "joint_joint_fsp.png",
})
minetest.register_craftitem("cannabis:joint_cima", {
description = "Joint cima triturata",
description = S("Joint cima triturata"),
inventory_image = "joint_cima_s.png",
})
minetest.register_craftitem("cannabis:joint_fumo", {
description = "Joint fumo triturato",
description = S("Joint fumo triturato"),
inventory_image = "joint_fumo_s.png",
})
minetest.register_craftitem("cannabis:joint_cartina", {
description = "Joint cartina",
description = S("Joint cartina"),
inventory_image = "joint_cartina.png",
})
minetest.register_craftitem("cannabis:joint_cartina_cima", {
description = "Joint cartina con erba",
description = S("Joint cartina con erba"),
inventory_image = "joint_cartina_cima.png",
})
minetest.register_craftitem("cannabis:joint_cartina_fumo", {
description = "Joint cartina con fumo",
description = S("Joint cartina con fumo"),
inventory_image = "joint_cartina_fumo.png",
})
minetest.register_craftitem("cannabis:joint_filter_box", {
description = "Joint filter confezione",
description = S("Joint filter confezione"),
inventory_image = "joint_filter_p.png",
})
minetest.register_craftitem("cannabis:joint_filter", {
description = "Joint filto",
description = S("Joint filto"),
inventory_image = "joint_filter.png",
})
minetest.register_craftitem("cannabis:joint_accendino", {
description = "Joint accendino",
description = S("Joint accendino"),
inventory_image = "joint_accendino.png",
})
@ -167,7 +169,7 @@ minetest.register_craft({
--for color, smokecolor in pairs(smokeCOLOR) do
-- water
minetest.register_craftitem("cannabis:joint_erba_acceso", {
description = "Joint erba acceso",
description = S("Joint erba acceso"),
inventory_image = "joint_joint_cac.png",
stack_max = 1 ,
-- post_effect_color = smokeCOLOR,

View File

@ -8,41 +8,79 @@
Helmet= Helm
Hemp Shield= Hanfschild
Leggings= Hose
Fiber Block=Faserblock
Fiber Ingot=Faserbarren
High Performance Block=Hochwertiger Block
High Performance Block Canapa=Hochwertiger Block Cannabis
High Performance Ingot=Hochwertiger Barren
Mixed HR Ingot=Gemischter HR Barren
Sheet Block=Folienblock
Sheet Ingot=Folienbarren
Textil Block=Stoffblock
Textil Ingot=Stoffbarren
### canapa.lua ###
Hemp=Hanf
Hemp (climbing plant)=Hanf (kletternde Pflanze)
Hemp (seedling)=Hanf (Sämling)
Hemp (sproutling)=Hanf (Sprießend)
### init.lua ###
### canapa_rossa.lua ###
Hemp red=Roter Hanf
Hemp red (climbing plant)=Roter Hanf (kletternde Pflanze)
Hemp red (sproutling)=Roter Hanf (Sämling)
Hemp red(seedling)=Roter Hanf (Sprießend)
### craftitem.lua ###
Bread=Brot
Fiber=Faser
Flour=Mehl
Fuel=Kraftstoff
Hemp (climbing plant)=Hanf (kletternde Pflanze)
Hemp (seedling)=Hanf (Sämling)
Hemp (sproutling)=Hanf (Sprießend)
Hemp Flower=Hanfblume
Hemp Glue=Hanfkleber
Hemp Leaves=Hanfblätter
Hemp Oil=Hanföl
Hemp Raisin=Hanfrosine
Hemp Seed=Hanfsamen
Paper=Papier
Plastic=Plastik
### craftitem.lua ###
### craftred.lua ###
Hemp Leaves=Hanfblätter
Hemp Seed=Hanfsamen
### craftred.lua ###
Hemp red Flower=Roter Hanf Blüte
### joint.lua ###
Joint accendino=
Joint cartina=
Joint cartina con erba=
Joint cartina con fumo=
Joint cima triturata=
Joint erba acceso=
Joint erba spento=
Joint filter confezione=
Joint filto=
Joint fumo acceso=
Joint fumo spento=
Joint fumo triturato=
### node_ingot.lua ###
Adminh Block=Adminh Block
Adminh Ingot=Adminh Barren
Fabric Block=Stoffblock
Fabric Ingot=Stoffbarren
Fiber Block=Faserblock
Fiber Ingot=Faserbarren
High Performance Block=Hochwertiger Block
High Performance Block Hemp=Hochwertiger Hanfblock
High Performance Ingot=Hochwertiger Barren
Leaves Block=Blätterblock
Leaves Ingot=Blätterbarren
Mixed HR Ingot=Gemischter HR Barren
Red Leaves Block=Roter Blätterblock
### tools.lua ###
Hemp Admin High Performance Sword=Hanf Admin hochwertiges Schwert
Hemp Adminh Pickaxe=Hanf Admin hochwertige Spitzhacke
Hemp Bronze Axe= Hanf Bronze Axt
Hemp Bronze Pickaxe=Hanf Bronze Spitzhacke
Hemp Bronze Shovel=Hanf Bronze Schaufel
@ -53,12 +91,12 @@ Hemp Diamond Shovel=Hanf Diamant Schaufel
Hemp Diamond Sword=Hanf Diamant Schwert
Hemp High Performance Axe=Hanf Hochwertige Axt
Hemp High Performance Sword=Hanf Hochwertiges Schwert
Hemp High Pickaxe=Hanf hochwertige Spitzhacke
Hemp High Shovel=Hanf hochwertige Schaufel
Hemp Mese Axe=Hanf Mese Axt
Hemp Mese Pickaxe=Hanf Mese Spitzhacke
Hemp Mese Shovel=Hanf Mese Schaufel
Hemp Mese Sword=Hanf Mese Schwert
Hemp Pickaxe=Hanf Spitzhacke
Hemp Shovel=Hanf Schaufel
Hemp Steel Axe=Hanf Eisen Axt
Hemp Steel Pickaxe=Hanf Eisen Spitzhacke
Hemp Steel Shovel=Hanf Eisen Schaufel

103
locale/cannabis.it.tr Normal file
View File

@ -0,0 +1,103 @@
# textdomain: cannabis
### armor.lua ###
Boots=
Chestplate=
Helmet=
Hemp Shield=
Leggings=
### canapa.lua ###
Hemp=Canapa
Hemp (climbing plant)=
Hemp (seedling)=
Hemp (sproutling)=
### canapa_rossa.lua ###
Hemp red=Canapa rosso
Hemp red (climbing plant)=
Hemp red (sproutling)=
Hemp red(seedling)=
### craftitem.lua ###
Bread=Pane
Fiber=
Flour=
Fuel=
Hemp Flower=
Hemp Glue=
Hemp Oil=
Hemp Raisin=
Paper=
Plastic=
### craftitem.lua ###
### craftred.lua ###
Hemp Leaves=
Hemp Seed=
### craftred.lua ###
Hemp red Flower=
### joint.lua ###
Joint accendino=Joint accendino
Joint cartina=Joint cartina
Joint cartina con erba=Joint cartina con erba
Joint cartina con fumo=Joint cartina con fumo
Joint cima triturata=Joint cima triturata
Joint erba acceso=Joint erba acceso
Joint erba spento=Joint erba spento
Joint filter confezione=Joint filter confezione
Joint filto=Joint filto
Joint fumo acceso=Joint fumo acceso
Joint fumo spento=Joint fumo spento
Joint fumo triturato=Joint fumo triturato
### node_ingot.lua ###
Adminh Block=
Adminh Ingot=
Fabric Block=
Fabric Ingot=
Fiber Block=
Fiber Ingot=
High Performance Block=
High Performance Block Hemp=
High Performance Ingot=
Leaves Block=
Leaves Ingot=
Mixed HR Ingot=
Red Leaves Block=
### tools.lua ###
Hemp Admin High Performance Sword=
Hemp Adminh Pickaxe=
Hemp Bronze Axe=
Hemp Bronze Pickaxe=
Hemp Bronze Shovel=
Hemp Bronze Sword=
Hemp Diamond Axe=
Hemp Diamond Pickaxe=
Hemp Diamond Shovel=
Hemp Diamond Sword=
Hemp High Performance Axe=
Hemp High Performance Sword=
Hemp High Pickaxe=
Hemp High Shovel=
Hemp Mese Axe=
Hemp Mese Pickaxe=
Hemp Mese Shovel=
Hemp Mese Sword=
Hemp Steel Axe=
Hemp Steel Pickaxe=
Hemp Steel Shovel=
Hemp Steel Sword=

View File

@ -8,41 +8,79 @@
Helmet=
Hemp Shield=
Leggings=
Fiber Block=
Fiber Ingot=
High Performance Block=
High Performance Block Canapa=
High Performance Ingot=
Mixed HR Ingot=
Sheet Block=
Sheet Ingot=
Textil Block=
Textil Ingot=
### canapa.lua ###
Hemp=
Hemp (climbing plant)=
Hemp (seedling)=
Hemp (sproutling)=
### init.lua ###
### canapa_rossa.lua ###
Hemp red=
Hemp red (climbing plant)=
Hemp red (sproutling)=
Hemp red(seedling)=
### craftitem.lua ###
Bread=
Fiber=
Flour=
Fuel=
Hemp (climbing plant)=
Hemp (seedling)=
Hemp (sproutling)=
Hemp Flower=
Hemp Glue=
Hemp Leaves=
Hemp Oil=
Hemp Raisin=
Hemp Seed=
Paper=
Plastic=
### craftitem.lua ###
### craftred.lua ###
Hemp Leaves=
Hemp Seed=
### craftred.lua ###
Hemp red Flower=
### joint.lua ###
Joint accendino=
Joint cartina=
Joint cartina con erba=
Joint cartina con fumo=
Joint cima triturata=
Joint erba acceso=
Joint erba spento=
Joint filter confezione=
Joint filto=
Joint fumo acceso=
Joint fumo spento=
Joint fumo triturato=
### node_ingot.lua ###
Adminh Block=
Adminh Ingot=
Fabric Block=
Fabric Ingot=
Fiber Block=
Fiber Ingot=
High Performance Block=
High Performance Block Hemp=
High Performance Ingot=
Leaves Block=
Leaves Ingot=
Mixed HR Ingot=
Red Leaves Block=
### tools.lua ###
Hemp Admin High Performance Sword=
Hemp Adminh Pickaxe=
Hemp Bronze Axe=
Hemp Bronze Pickaxe=
Hemp Bronze Shovel=
@ -53,12 +91,12 @@ Hemp Diamond Shovel=
Hemp Diamond Sword=
Hemp High Performance Axe=
Hemp High Performance Sword=
Hemp High Pickaxe=
Hemp High Shovel=
Hemp Mese Axe=
Hemp Mese Pickaxe=
Hemp Mese Shovel=
Hemp Mese Sword=
Hemp Pickaxe=
Hemp Shovel=
Hemp Steel Axe=
Hemp Steel Pickaxe=
Hemp Steel Shovel=

3
mod.conf Normal file
View File

@ -0,0 +1,3 @@
name = cannabis
depends = default, fire
optional_default = 3d_armor, maptools

View File

@ -1,27 +1,29 @@
-- get Boilerplate for Translations
local S = cannabis.S
minetest.register_craftitem("cannabis:mixed_hr_ingot", {
description = ("Mixed HR Ingot"),
description = S("Mixed HR Ingot"),
inventory_image = "cannabis_mixed_hr_ingot.png",
})
minetest.register_craftitem(":cannabis:fibra_ingot", {
description = ("fibra Ingot"),
description = S("Fiber Ingot"),
inventory_image = "cannabis_fibra_ingot.png",
})
minetest.register_craftitem(":cannabis:foglie_ingot", {
description = ("foglie Ingot"),
description = S("Leaves Ingot"),
inventory_image = "cannabis_foglie_ingot.png",
})
minetest.register_craftitem("cannabis:high_performance_ingot", {
description = ("High Performance Ingot"),
description = S("High Performance Ingot"),
inventory_image = "cannabis_high_performance_ingot.png",
})
minetest.register_craftitem(":cannabis:tessuto_ingot", {
description = ("Tessuto Ingot"),
description = S("Fabric Ingot"),
inventory_image = "cannabis_tessuto_ingot.png",
})
minetest.register_craftitem(":cannabis:adminh_ingot", {
description = ("Adminh Ingot"),
description = S("Adminh Ingot"),
inventory_image = "cannabis_adminh_ingot.png",
})
local function for_each_registered_item(action)
@ -75,7 +77,7 @@ register_block("cannabis:cannabis_adminh_block", "cannabis:adminh_ingot")
minetest.register_node("cannabis:hp_block_canapa",
{
description = "hp_block_canapa",
description = S("High Performance Block Hemp"),
tiles = {"hp_block_canapa.png"},
is_ground_content = false,
groups = {choppy = 30, oddly_breakable_by_hand = 1, flammable = 3, wood = 1},
@ -83,21 +85,21 @@ minetest.register_node("cannabis:hp_block_canapa",
})
minetest.register_node("cannabis:cannabis_foglie_block", {
description = ("Foglie Block"),
description = S("Leaves Block"),
tiles = { "cannabis_foglie_block.png" },
is_ground_content = false,
groups = {cracky=1, level=2},
sounds = "cannabis:cannabis_canapa_s3"
})
minetest.register_node("cannabis:cannabis_foglie_red_block", {
description = ("Foglie 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"
})
minetest.register_node("cannabis:cannabis_tessuto_block", {
description = ("Tessuto Block"),
description = S("Fabric Block"),
tiles = { "cannabis_tessuto_block.png" },
is_ground_content = false,
groups = {cracky=1, level=2},
@ -106,21 +108,21 @@ minetest.register_node("cannabis:cannabis_tessuto_block", {
minetest.register_node("cannabis:cannabis_high_performance_block", {
description = ("High Performance Block"),
description = S("High Performance Block"),
tiles = { "cannabis_high_performance_block.png" },
is_ground_content = false,
groups = {cracky=1, level=2},
sounds = "cannabis_canapa_s3"
})
minetest.register_node("cannabis:cannabis_fibra_block", {
description = ("Fibra Block"),
description = S("Fiber Block"),
tiles = { "cannabis_fibra_block.png" },
is_ground_content = false,
groups = {cracky=1, level=2},
sounds = "cannabis_canapa_s3"
})
minetest.register_node("cannabis:cannabis_adminh_block", {
description = ("Adminh Block"),
description = S("Adminh Block"),
tiles = { "cannabis_adminh_block.png" },
is_ground_content = false,
groups = {unbreackable =1},

View File

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 236 B

After

Width:  |  Height:  |  Size: 236 B

View File

Before

Width:  |  Height:  |  Size: 208 B

After

Width:  |  Height:  |  Size: 208 B

View File

Before

Width:  |  Height:  |  Size: 252 B

After

Width:  |  Height:  |  Size: 252 B

View File

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 338 B

View File

Before

Width:  |  Height:  |  Size: 155 B

After

Width:  |  Height:  |  Size: 155 B

View File

Before

Width:  |  Height:  |  Size: 141 B

After

Width:  |  Height:  |  Size: 141 B

View File

Before

Width:  |  Height:  |  Size: 222 B

After

Width:  |  Height:  |  Size: 222 B

View File

Before

Width:  |  Height:  |  Size: 172 B

After

Width:  |  Height:  |  Size: 172 B

View File

Before

Width:  |  Height:  |  Size: 178 B

After

Width:  |  Height:  |  Size: 178 B

View File

Before

Width:  |  Height:  |  Size: 158 B

After

Width:  |  Height:  |  Size: 158 B

View File

Before

Width:  |  Height:  |  Size: 167 B

After

Width:  |  Height:  |  Size: 167 B

View File

Before

Width:  |  Height:  |  Size: 262 B

After

Width:  |  Height:  |  Size: 262 B

View File

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 185 B

View File

Before

Width:  |  Height:  |  Size: 199 B

After

Width:  |  Height:  |  Size: 199 B

View File

Before

Width:  |  Height:  |  Size: 181 B

After

Width:  |  Height:  |  Size: 181 B

View File

Before

Width:  |  Height:  |  Size: 188 B

After

Width:  |  Height:  |  Size: 188 B

View File

Before

Width:  |  Height:  |  Size: 291 B

After

Width:  |  Height:  |  Size: 291 B

View File

Before

Width:  |  Height:  |  Size: 184 B

After

Width:  |  Height:  |  Size: 184 B

View File

Before

Width:  |  Height:  |  Size: 172 B

After

Width:  |  Height:  |  Size: 172 B

View File

Before

Width:  |  Height:  |  Size: 158 B

After

Width:  |  Height:  |  Size: 158 B

View File

Before

Width:  |  Height:  |  Size: 182 B

After

Width:  |  Height:  |  Size: 182 B

View File

Before

Width:  |  Height:  |  Size: 260 B

After

Width:  |  Height:  |  Size: 260 B

View File

Before

Width:  |  Height:  |  Size: 189 B

After

Width:  |  Height:  |  Size: 189 B

View File

Before

Width:  |  Height:  |  Size: 165 B

After

Width:  |  Height:  |  Size: 165 B

View File

Before

Width:  |  Height:  |  Size: 157 B

After

Width:  |  Height:  |  Size: 157 B

View File

Before

Width:  |  Height:  |  Size: 168 B

After

Width:  |  Height:  |  Size: 168 B

View File

Before

Width:  |  Height:  |  Size: 281 B

After

Width:  |  Height:  |  Size: 281 B

View File

Before

Width:  |  Height:  |  Size: 241 B

After

Width:  |  Height:  |  Size: 241 B

View File

Before

Width:  |  Height:  |  Size: 232 B

After

Width:  |  Height:  |  Size: 232 B

View File

Before

Width:  |  Height:  |  Size: 249 B

After

Width:  |  Height:  |  Size: 249 B

View File

Before

Width:  |  Height:  |  Size: 273 B

After

Width:  |  Height:  |  Size: 273 B

View File

Before

Width:  |  Height:  |  Size: 366 B

After

Width:  |  Height:  |  Size: 366 B

View File

Before

Width:  |  Height:  |  Size: 142 B

After

Width:  |  Height:  |  Size: 142 B

View File

Before

Width:  |  Height:  |  Size: 227 B

After

Width:  |  Height:  |  Size: 227 B

View File

Before

Width:  |  Height:  |  Size: 248 B

After

Width:  |  Height:  |  Size: 248 B

View File

Before

Width:  |  Height:  |  Size: 158 B

After

Width:  |  Height:  |  Size: 158 B

View File

Before

Width:  |  Height:  |  Size: 209 B

After

Width:  |  Height:  |  Size: 209 B

View File

Before

Width:  |  Height:  |  Size: 143 B

After

Width:  |  Height:  |  Size: 143 B

View File

Before

Width:  |  Height:  |  Size: 237 B

After

Width:  |  Height:  |  Size: 237 B

View File

Before

Width:  |  Height:  |  Size: 155 B

After

Width:  |  Height:  |  Size: 155 B

View File

Before

Width:  |  Height:  |  Size: 218 B

After

Width:  |  Height:  |  Size: 218 B

View File

Before

Width:  |  Height:  |  Size: 141 B

After

Width:  |  Height:  |  Size: 141 B

View File

Before

Width:  |  Height:  |  Size: 269 B

After

Width:  |  Height:  |  Size: 269 B

View File

Before

Width:  |  Height:  |  Size: 222 B

After

Width:  |  Height:  |  Size: 222 B

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 412 B

After

Width:  |  Height:  |  Size: 412 B

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 740 B

After

Width:  |  Height:  |  Size: 740 B

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

Before

Width:  |  Height:  |  Size: 260 B

After

Width:  |  Height:  |  Size: 260 B

View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

Before

Width:  |  Height:  |  Size: 343 B

After

Width:  |  Height:  |  Size: 343 B

View File

Before

Width:  |  Height:  |  Size: 227 B

After

Width:  |  Height:  |  Size: 227 B

View File

Before

Width:  |  Height:  |  Size: 344 B

After

Width:  |  Height:  |  Size: 344 B

View File

Before

Width:  |  Height:  |  Size: 234 B

After

Width:  |  Height:  |  Size: 234 B

View File

Before

Width:  |  Height:  |  Size: 402 B

After

Width:  |  Height:  |  Size: 402 B

View File

Before

Width:  |  Height:  |  Size: 164 B

After

Width:  |  Height:  |  Size: 164 B

View File

Before

Width:  |  Height:  |  Size: 373 B

After

Width:  |  Height:  |  Size: 373 B

View File

Before

Width:  |  Height:  |  Size: 197 B

After

Width:  |  Height:  |  Size: 197 B

Some files were not shown because too many files have changed in this diff Show More