Version MFF.
0
.gitignore
vendored
Normal file → Executable file
0
3dmushrooms/depends.txt
Normal file → Executable file
36
3dmushrooms/init.lua
Normal file → Executable file
@ -5,17 +5,6 @@
|
|||||||
|
|
||||||
mushroom = {}
|
mushroom = {}
|
||||||
|
|
||||||
minetest.override_item("flowers:mushroom_fertile_brown", {
|
|
||||||
drawtype = "mesh",
|
|
||||||
mesh = "3dmushrooms.obj",
|
|
||||||
tiles = {"3dmushrooms_brown.png"},
|
|
||||||
selection_box = {
|
|
||||||
type = "fixed",
|
|
||||||
fixed = {-0.3, -0.5, -0.3, 0.3, 0, 0.3}
|
|
||||||
},
|
|
||||||
inventory_image = "3dmushrooms_brown_inv.png"
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.override_item("flowers:mushroom_brown", {
|
minetest.override_item("flowers:mushroom_brown", {
|
||||||
drawtype = "mesh",
|
drawtype = "mesh",
|
||||||
mesh = "3dmushrooms.obj",
|
mesh = "3dmushrooms.obj",
|
||||||
@ -27,17 +16,6 @@ minetest.override_item("flowers:mushroom_brown", {
|
|||||||
inventory_image = "3dmushrooms_brown_inv.png"
|
inventory_image = "3dmushrooms_brown_inv.png"
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.override_item("flowers:mushroom_fertile_red", {
|
|
||||||
drawtype = "mesh",
|
|
||||||
mesh = "3dmushrooms.obj",
|
|
||||||
tiles = {"3dmushrooms_red.png"},
|
|
||||||
selection_box = {
|
|
||||||
type = "fixed",
|
|
||||||
fixed = {-0.3, -0.5, -0.3, 0.3, 0, 0.3}
|
|
||||||
},
|
|
||||||
inventory_image = "3dmushrooms_red_inv.png"
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.override_item("flowers:mushroom_red", {
|
minetest.override_item("flowers:mushroom_red", {
|
||||||
drawtype = "mesh",
|
drawtype = "mesh",
|
||||||
mesh = "3dmushrooms.obj",
|
mesh = "3dmushrooms.obj",
|
||||||
@ -52,17 +30,17 @@ minetest.override_item("flowers:mushroom_red", {
|
|||||||
-- aliases to the default mushrooms
|
-- aliases to the default mushrooms
|
||||||
|
|
||||||
minetest.register_alias("mushroom:brown", "flowers:mushroom_brown")
|
minetest.register_alias("mushroom:brown", "flowers:mushroom_brown")
|
||||||
minetest.register_alias("mushroom:brown_natural", "flowers:mushroom_fertile_brown")
|
minetest.register_alias("mushroom:brown_natural", "flowers:mushroom_brown")
|
||||||
minetest.register_alias("mushroom:spore_brown", "flowers:mushroom_spores_brown")
|
minetest.register_alias("mushroom:spore_brown", "flowers:mushroom_brown")
|
||||||
minetest.register_alias("mushroom:spore2", "flowers:mushroom_spores_brown")
|
minetest.register_alias("mushroom:spore2", "flowers:mushroom_brown")
|
||||||
minetest.register_alias("mushroom:brown_essence", "flowers:mushroom_brown")
|
minetest.register_alias("mushroom:brown_essence", "flowers:mushroom_brown")
|
||||||
|
|
||||||
minetest.register_alias("mushroom:red", "flowers:mushroom_red")
|
minetest.register_alias("mushroom:red", "flowers:mushroom_red")
|
||||||
minetest.register_alias("mushroom:red_natural", "flowers:mushroom_fertile_red")
|
minetest.register_alias("mushroom:red_natural", "flowers:mushroom_red")
|
||||||
minetest.register_alias("mushroom:spore_red", "flowers:mushroom_spores_red")
|
minetest.register_alias("mushroom:spore_red", "flowers:mushroom_red")
|
||||||
minetest.register_alias("mushroom:spore1", "flowers:mushroom_spores_red")
|
minetest.register_alias("mushroom:spore1", "flowers:mushroom_red")
|
||||||
minetest.register_alias("mushroom:poison", "flowers:mushroom_red")
|
minetest.register_alias("mushroom:poison", "flowers:mushroom_red")
|
||||||
|
|
||||||
minetest.register_alias("mushroom:identifier", "default:mese_crystal_fragment")
|
minetest.register_alias("mushroom:identifier", "default:mese_crystal_fragment")
|
||||||
|
|
||||||
print("[3D Mushrooms] loaded.")
|
minetest.log("action", "[3D Mushrooms] loaded.")
|
||||||
|
0
3dmushrooms/models/3dmushrooms.obj
Normal file → Executable file
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 4.9 KiB |
0
along_shore/depends.txt
Normal file → Executable file
2
along_shore/init.lua
Normal file → Executable file
@ -5,5 +5,5 @@ local mname = "along_shore"
|
|||||||
-----------------------------------------------------------------------------------------------
|
-----------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
-----------------------------------------------------------------------------------------------
|
-----------------------------------------------------------------------------------------------
|
||||||
print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...")
|
minetest.log("action", "[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...")
|
||||||
-----------------------------------------------------------------------------------------------
|
-----------------------------------------------------------------------------------------------
|
BIN
along_shore/textures/along_shore_seaweed_1Darker.png
Normal file → Executable file
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 227 B |
0
along_shore/textures/credit_textures.txt
Normal file → Executable file
0
along_shore/textures/old/LillyPad3x16.png
Normal file → Executable file
Before Width: | Height: | Size: 439 B After Width: | Height: | Size: 439 B |
0
along_shore/textures/old/MultiLilly16x.png
Normal file → Executable file
Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 305 B |
0
along_shore/textures/old/along_shore_empty.png
Normal file → Executable file
Before Width: | Height: | Size: 74 B After Width: | Height: | Size: 74 B |
0
along_shore/textures/old/along_shore_lilypads_1.png
Normal file → Executable file
Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 305 B |
0
along_shore/textures/old/along_shore_lilypads_2.png
Normal file → Executable file
Before Width: | Height: | Size: 382 B After Width: | Height: | Size: 382 B |
0
along_shore/textures/old/along_shore_lilypads_3.png
Normal file → Executable file
Before Width: | Height: | Size: 314 B After Width: | Height: | Size: 314 B |
BIN
along_shore/textures/old/along_shore_lilypads_4.png
Normal file → Executable file
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 208 B |
0
along_shore/textures/old/along_shore_pondscum_1.png
Normal file → Executable file
Before Width: | Height: | Size: 543 B After Width: | Height: | Size: 543 B |
BIN
along_shore/textures/old/along_shore_seaweed_1.png
Normal file → Executable file
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 213 B |
BIN
along_shore/textures/old/along_shore_seaweed_2.png
Normal file → Executable file
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 217 B |
BIN
along_shore/textures/old/along_shore_seaweed_3.png
Normal file → Executable file
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 215 B |
0
along_shore/textures/old/along_shore_seaweed_4.png
Normal file → Executable file
Before Width: | Height: | Size: 178 B After Width: | Height: | Size: 178 B |
BIN
along_shore/textures/old/flowers_seaweed.png
Normal file → Executable file
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 213 B |
0
along_shore/textures/old/flowers_waterlily.png
Normal file → Executable file
Before Width: | Height: | Size: 404 B After Width: | Height: | Size: 404 B |
0
along_shore/textures/old/flowers_waterlily_22.5.png
Normal file → Executable file
Before Width: | Height: | Size: 429 B After Width: | Height: | Size: 429 B |
0
along_shore/textures/old/flowers_waterlily_45.png
Normal file → Executable file
Before Width: | Height: | Size: 424 B After Width: | Height: | Size: 424 B |
0
along_shore/textures/old/flowers_waterlily_67.5.png
Normal file → Executable file
Before Width: | Height: | Size: 427 B After Width: | Height: | Size: 427 B |
0
along_shore/textures/old/lillyPad5x16.png
Normal file → Executable file
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 308 B |
0
along_shore/textures/old/lillypad3Flower16x.png
Normal file → Executable file
Before Width: | Height: | Size: 411 B After Width: | Height: | Size: 411 B |
0
along_shore/textures/old/pondscum16xc.png
Normal file → Executable file
Before Width: | Height: | Size: 543 B After Width: | Height: | Size: 543 B |
0
bushes/depends.txt
Normal file → Executable file
9
bushes/init.lua
Normal file → Executable file
@ -199,7 +199,8 @@ biome_lib:register_generate_plant({
|
|||||||
"default:dirt_with_grass",
|
"default:dirt_with_grass",
|
||||||
"stoneage:grass_with_silex",
|
"stoneage:grass_with_silex",
|
||||||
"sumpf:peat",
|
"sumpf:peat",
|
||||||
"sumpf:sumpf"
|
"sumpf:sumpf",
|
||||||
|
"default:dirt_with_dry_grass"
|
||||||
},
|
},
|
||||||
max_count = 15, --10,15
|
max_count = 15, --10,15
|
||||||
rarity = 101 - 4, --3,4
|
rarity = 101 - 4, --3,4
|
||||||
@ -211,7 +212,7 @@ biome_lib:register_generate_plant({
|
|||||||
|
|
||||||
abstract_bushes.grow_youngtree2 = function(pos)
|
abstract_bushes.grow_youngtree2 = function(pos)
|
||||||
local height = math.random(4,5)
|
local height = math.random(4,5)
|
||||||
abstract_bushes.grow_youngtree_node2(pos,height)
|
return abstract_bushes.grow_youngtree_node2(pos,height)
|
||||||
end
|
end
|
||||||
|
|
||||||
abstract_bushes.grow_youngtree_node2 = function(pos, height)
|
abstract_bushes.grow_youngtree_node2 = function(pos, height)
|
||||||
@ -238,13 +239,13 @@ abstract_bushes.grow_youngtree_node2 = function(pos, height)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
biome_lib:register_generate_plant({
|
biome_lib:register_generate_plant({
|
||||||
surface = {
|
surface = {
|
||||||
"default:dirt_with_grass",
|
"default:dirt_with_grass",
|
||||||
"stoneage:grass_with_silex",
|
"stoneage:grass_with_silex",
|
||||||
"sumpf:peat",
|
"sumpf:peat",
|
||||||
"sumpf:sumpf"
|
"sumpf:sumpf",
|
||||||
|
"default:dirt_with_dry_grass"
|
||||||
},
|
},
|
||||||
max_count = 55, --10,15
|
max_count = 55, --10,15
|
||||||
rarity = 101 - 4, --3,4
|
rarity = 101 - 4, --3,4
|
||||||
|
0
bushes/textures/bushes_branches_center_1.png
Normal file → Executable file
Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 305 B |
0
bushes/textures/bushes_branches_center_2.png
Normal file → Executable file
Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 305 B |
0
bushes/textures/bushes_branches_left_1.png
Normal file → Executable file
Before Width: | Height: | Size: 577 B After Width: | Height: | Size: 577 B |
0
bushes/textures/bushes_branches_left_2.png
Normal file → Executable file
Before Width: | Height: | Size: 598 B After Width: | Height: | Size: 598 B |
0
bushes/textures/bushes_branches_right_1.png
Normal file → Executable file
Before Width: | Height: | Size: 592 B After Width: | Height: | Size: 592 B |
0
bushes/textures/bushes_branches_right_2.png
Normal file → Executable file
Before Width: | Height: | Size: 632 B After Width: | Height: | Size: 632 B |
0
bushes/textures/bushes_leaves_1.png
Normal file → Executable file
Before Width: | Height: | Size: 205 B After Width: | Height: | Size: 205 B |
0
bushes/textures/bushes_leaves_2.png
Normal file → Executable file
Before Width: | Height: | Size: 205 B After Width: | Height: | Size: 205 B |
0
bushes/textures/bushes_youngtree2trunk.png
Normal file → Executable file
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
0
bushes/textures/bushes_youngtree2trunk_inv.png
Normal file → Executable file
Before Width: | Height: | Size: 872 B After Width: | Height: | Size: 872 B |
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 48 KiB |
0
bushes/textures/old & unused/BushBranches1sm.png
Normal file → Executable file
Before Width: | Height: | Size: 609 B After Width: | Height: | Size: 609 B |
0
bushes/textures/old & unused/BushBranches1sm2.png
Normal file → Executable file
Before Width: | Height: | Size: 620 B After Width: | Height: | Size: 620 B |
0
bushes/textures/old & unused/BushBranches1sm3.png
Normal file → Executable file
Before Width: | Height: | Size: 396 B After Width: | Height: | Size: 396 B |
0
bushes/textures/old & unused/BushBranches1sm4.png
Normal file → Executable file
Before Width: | Height: | Size: 540 B After Width: | Height: | Size: 540 B |
0
bushes/textures/old & unused/BushBranchesCenter.png
Normal file → Executable file
Before Width: | Height: | Size: 285 B After Width: | Height: | Size: 285 B |
0
bushes/textures/old & unused/BushBranchesSide1.png
Normal file → Executable file
Before Width: | Height: | Size: 657 B After Width: | Height: | Size: 657 B |
0
bushes/textures/old & unused/BushBranchesSide2.png
Normal file → Executable file
Before Width: | Height: | Size: 693 B After Width: | Height: | Size: 693 B |
0
bushes/textures/old & unused/blank.png
Normal file → Executable file
Before Width: | Height: | Size: 83 B After Width: | Height: | Size: 83 B |
0
bushes/textures/old & unused/moretrees_pine_leaves3.png
Normal file → Executable file
Before Width: | Height: | Size: 525 B After Width: | Height: | Size: 525 B |
12
bushes_classic/cooking.lua
Normal file → Executable file
@ -12,6 +12,17 @@ minetest.register_craft({
|
|||||||
|
|
||||||
-- Sugar
|
-- Sugar
|
||||||
|
|
||||||
|
-- Use the sugar from farming redo if available
|
||||||
|
if minetest.get_modpath("farming") and farming.mod == "redo" then
|
||||||
|
--[[ We really have nothing to do to use farming:sugar in the recipes
|
||||||
|
because they use the generic group group:food_sugar
|
||||||
|
which is added to the groups list of farming:sugar by the mod "food".
|
||||||
|
--]]
|
||||||
|
|
||||||
|
--Temporary alias to replace existing bushes:sugar in the world
|
||||||
|
minetest.register_alias("bushes:sugar", "farming:sugar")
|
||||||
|
|
||||||
|
else
|
||||||
minetest.register_craftitem(":bushes:sugar", {
|
minetest.register_craftitem(":bushes:sugar", {
|
||||||
description = S("Sugar"),
|
description = S("Sugar"),
|
||||||
inventory_image = "bushes_sugar.png",
|
inventory_image = "bushes_sugar.png",
|
||||||
@ -25,6 +36,7 @@ minetest.register_craft({
|
|||||||
{ "default:papyrus", "default:papyrus" },
|
{ "default:papyrus", "default:papyrus" },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
end
|
||||||
|
|
||||||
for i, berry in ipairs(bushes_classic.bushes) do
|
for i, berry in ipairs(bushes_classic.bushes) do
|
||||||
local desc = bushes_classic.bushes_descriptions[i]
|
local desc = bushes_classic.bushes_descriptions[i]
|
||||||
|
0
bushes_classic/depends.txt
Normal file → Executable file
0
bushes_classic/image_credits.txt
Normal file → Executable file
2
bushes_classic/init.lua
Normal file → Executable file
@ -56,4 +56,4 @@ biome_lib:spawn_on_surfaces({
|
|||||||
|
|
||||||
minetest.register_alias("bushes:basket_pies", "bushes:basket_strawberry")
|
minetest.register_alias("bushes:basket_pies", "bushes:basket_strawberry")
|
||||||
|
|
||||||
print(S("[Bushes] Loaded."))
|
minetest.log("action", S("[Bushes] Loaded."))
|
||||||
|
0
bushes_classic/locale/de.txt
Normal file → Executable file
0
bushes_classic/locale/fr.txt
Normal file → Executable file
0
bushes_classic/locale/template.txt
Normal file → Executable file
0
bushes_classic/locale/tr.txt
Normal file → Executable file
0
bushes_classic/models/bushes_basket_empty.obj
Normal file → Executable file
0
bushes_classic/models/bushes_basket_full.obj
Normal file → Executable file
0
bushes_classic/models/bushes_bush.obj
Normal file → Executable file
0
bushes_classic/nodes.lua
Normal file → Executable file
BIN
bushes_classic/textures/bushes_basket.png
Normal file → Executable file
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 1.3 KiB |
BIN
bushes_classic/textures/bushes_basket_pie_blackberry.png
Normal file → Executable file
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 2.3 KiB |
BIN
bushes_classic/textures/bushes_basket_pie_blueberry.png
Normal file → Executable file
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 2.3 KiB |
BIN
bushes_classic/textures/bushes_basket_pie_gooseberry.png
Normal file → Executable file
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 2.4 KiB |
BIN
bushes_classic/textures/bushes_basket_pie_mixed_berry.png
Normal file → Executable file
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 2.6 KiB |
BIN
bushes_classic/textures/bushes_basket_pie_raspberry.png
Normal file → Executable file
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 2.4 KiB |
BIN
bushes_classic/textures/bushes_basket_pie_strawberry.png
Normal file → Executable file
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 2.3 KiB |
BIN
bushes_classic/textures/bushes_blackberry.png
Normal file → Executable file
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
0
bushes_classic/textures/bushes_blackberry_pie_cooked.png
Normal file → Executable file
Before Width: | Height: | Size: 601 B After Width: | Height: | Size: 601 B |
0
bushes_classic/textures/bushes_blackberry_pie_raw.png
Normal file → Executable file
Before Width: | Height: | Size: 612 B After Width: | Height: | Size: 612 B |
0
bushes_classic/textures/bushes_blackberry_pie_slice.png
Normal file → Executable file
Before Width: | Height: | Size: 341 B After Width: | Height: | Size: 341 B |
BIN
bushes_classic/textures/bushes_blueberry.png
Normal file → Executable file
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
0
bushes_classic/textures/bushes_blueberry_pie_cooked.png
Normal file → Executable file
Before Width: | Height: | Size: 602 B After Width: | Height: | Size: 602 B |
0
bushes_classic/textures/bushes_blueberry_pie_raw.png
Normal file → Executable file
Before Width: | Height: | Size: 606 B After Width: | Height: | Size: 606 B |
0
bushes_classic/textures/bushes_blueberry_pie_slice.png
Normal file → Executable file
Before Width: | Height: | Size: 347 B After Width: | Height: | Size: 347 B |
BIN
bushes_classic/textures/bushes_bush_blackberry.png
Normal file → Executable file
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 6.3 KiB |
BIN
bushes_classic/textures/bushes_bush_blueberry.png
Normal file → Executable file
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 6.4 KiB |
BIN
bushes_classic/textures/bushes_bush_fruitless.png
Normal file → Executable file
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 6.3 KiB |
BIN
bushes_classic/textures/bushes_bush_gooseberry.png
Normal file → Executable file
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 6.4 KiB |
BIN
bushes_classic/textures/bushes_bush_raspberry.png
Normal file → Executable file
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 6.4 KiB |
BIN
bushes_classic/textures/bushes_bush_strawberry.png
Normal file → Executable file
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 6.4 KiB |
0
bushes_classic/textures/bushes_gooseberry.png
Normal file → Executable file
Before Width: | Height: | Size: 979 B After Width: | Height: | Size: 979 B |
0
bushes_classic/textures/bushes_gooseberry_pie_cooked.png
Normal file → Executable file
Before Width: | Height: | Size: 607 B After Width: | Height: | Size: 607 B |
0
bushes_classic/textures/bushes_gooseberry_pie_raw.png
Normal file → Executable file
Before Width: | Height: | Size: 597 B After Width: | Height: | Size: 597 B |
0
bushes_classic/textures/bushes_gooseberry_pie_slice.png
Normal file → Executable file
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 348 B |
0
bushes_classic/textures/bushes_mixed_berry_pie_cooked.png
Normal file → Executable file
Before Width: | Height: | Size: 565 B After Width: | Height: | Size: 565 B |
BIN
bushes_classic/textures/bushes_mixed_berry_pie_raw.png
Normal file → Executable file
Before Width: | Height: | Size: 586 B After Width: | Height: | Size: 585 B |
0
bushes_classic/textures/bushes_mixed_berry_pie_slice.png
Normal file → Executable file
Before Width: | Height: | Size: 337 B After Width: | Height: | Size: 337 B |
BIN
bushes_classic/textures/bushes_raspberry.png
Normal file → Executable file
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |