diff --git "a/\n/ 😿" "b/\n/ 😿" deleted file mode 100644 index 54b2041..0000000 Binary files "a/\n/ 😿" and /dev/null differ diff --git "a/\n/caverealms_fungi.png" "b/\n/caverealms_fungi.png" deleted file mode 100644 index 2785308..0000000 Binary files "a/\n/caverealms_fungi.png" and /dev/null differ diff --git "a/\n/caverealms_mycena.png" "b/\n/caverealms_mycena.png" deleted file mode 100644 index 7ab3ad8..0000000 Binary files "a/\n/caverealms_mycena.png" and /dev/null differ diff --git "a/\n/frying.mp3" "b/\n/frying.mp3" deleted file mode 100644 index 378f5c9..0000000 Binary files "a/\n/frying.mp3" and /dev/null differ diff --git "a/\n/info.txt" "b/\n/info.txt" deleted file mode 100644 index cf9f340..0000000 --- "a/\n/info.txt" +++ /dev/null @@ -1,2 +0,0 @@ -frying from http://freesound.org/people/davidkay/sounds/132472/ (WTFPL) -cutting from http://freesound.org/people/nhaudio/sounds/192416/ (WTFPL) diff --git "a/\n/mush45_b.png" "b/\n/mush45_b.png" deleted file mode 100644 index cd5bca3..0000000 Binary files "a/\n/mush45_b.png" and /dev/null differ diff --git "a/\n/mush45_b0.png" "b/\n/mush45_b0.png" deleted file mode 100644 index 91b7ec9..0000000 Binary files "a/\n/mush45_b0.png" and /dev/null differ diff --git "a/\n/mush45_b1.png" "b/\n/mush45_b1.png" deleted file mode 100644 index 2c5c135..0000000 Binary files "a/\n/mush45_b1.png" and /dev/null differ diff --git "a/\n/mush45_b2.png" "b/\n/mush45_b2.png" deleted file mode 100644 index 0c266bf..0000000 Binary files "a/\n/mush45_b2.png" and /dev/null differ diff --git "a/\n/mush45_bm.png" "b/\n/mush45_bm.png" deleted file mode 100644 index d4e8d2e..0000000 Binary files "a/\n/mush45_bm.png" and /dev/null differ diff --git "a/\n/mush45_bm2.png" "b/\n/mush45_bm2.png" deleted file mode 100644 index b1bbbda..0000000 Binary files "a/\n/mush45_bm2.png" and /dev/null differ diff --git "a/\n/mush45_bm3.png" "b/\n/mush45_bm3.png" deleted file mode 100644 index 0a8596d..0000000 Binary files "a/\n/mush45_bm3.png" and /dev/null differ diff --git "a/\n/mush45_bm4.png" "b/\n/mush45_bm4.png" deleted file mode 100644 index 830285b..0000000 Binary files "a/\n/mush45_bm4.png" and /dev/null differ diff --git "a/\n/mush45_r.png" "b/\n/mush45_r.png" deleted file mode 100644 index 96345d9..0000000 Binary files "a/\n/mush45_r.png" and /dev/null differ diff --git "a/\n/mush45_r0.png" "b/\n/mush45_r0.png" deleted file mode 100644 index 03b39b7..0000000 Binary files "a/\n/mush45_r0.png" and /dev/null differ diff --git "a/\n/mush45_rm.png" "b/\n/mush45_rm.png" deleted file mode 100644 index bc02d65..0000000 Binary files "a/\n/mush45_rm.png" and /dev/null differ diff --git "a/\n/mush45_rm2.png" "b/\n/mush45_rm2.png" deleted file mode 100644 index 648195e..0000000 Binary files "a/\n/mush45_rm2.png" and /dev/null differ diff --git "a/\n/mush45_rm3.png" "b/\n/mush45_rm3.png" deleted file mode 100644 index 60f2d27..0000000 Binary files "a/\n/mush45_rm3.png" and /dev/null differ diff --git "a/\n/mush45_rm4.png" "b/\n/mush45_rm4.png" deleted file mode 100644 index b222b06..0000000 Binary files "a/\n/mush45_rm4.png" and /dev/null differ diff --git "a/\n/mushrooms_mushroom_brown.png" "b/\n/mushrooms_mushroom_brown.png" deleted file mode 100644 index ca5ac55..0000000 Binary files "a/\n/mushrooms_mushroom_brown.png" and /dev/null differ diff --git "a/\n/mushrooms_mushroom_red.png" "b/\n/mushrooms_mushroom_red.png" deleted file mode 100644 index c814cde..0000000 Binary files "a/\n/mushrooms_mushroom_red.png" and /dev/null differ diff --git "a/\n/old_mapgen.lua" "b/\n/old_mapgen.lua" deleted file mode 100644 index c2f38d2..0000000 --- "a/\n/old_mapgen.lua" +++ /dev/null @@ -1,203 +0,0 @@ ---[[ -function riesenpilz_circle(nam, pos, radius, rand, seed) - local ra = seed - for i = -radius, radius, 1 do - for j = -radius, radius, 1 do - if math.floor( math.sqrt(i^2+j^2) +0.5) == radius then - random = PseudoRandom(ra) - p={x=pos.x+i, y=pos.y, z=pos.z+j} - if minetest.get_node(p).name == "air" - and random:next(1,rand) == 1 - and minetest.get_node({x=pos.x+i, y=pos.y-1, z=pos.z+j}).name ~= "air" then - minetest.add_node(p, {name=nam}) - end - ra = ra+1 - end - end - end -end - - elseif pr:next(1,80) == 1 then - riesenpilz_circle("riesenpilz:brown", boden, pr:next(2,3), 3, seed) - elseif pr:next(1,90) == 1 then - riesenpilz_circle("riesenpilz:red", boden, pr:next(3,4), 3, seed) - elseif pr:next(1,100) == 1 then - riesenpilz_circle("riesenpilz:fly_agaric", boden, 3, 3, seed) - elseif pr:next(1,4000) == 1 then - riesenpilz_circle("riesenpilz:lavashroom", boden, pr:next(4,5), 3, seed) - elseif pr:next(1,5000) == 1 then - riesenpilz_circle("riesenpilz:glowshroom", boden, 2, 3, seed) -]] -function riesenpilz_circle(nam, pos, radius, chance) - for i = -radius, radius, 1 do - for j = -radius, radius, 1 do - if math.floor( math.sqrt(i^2+j^2) +0.5) == radius - and minetest.get_node({x=pos.x+i, y=pos.y, z=pos.z+j}).name == "air" - and math.random(1,chance) == 1 - and minetest.get_node({x=pos.x+i, y=pos.y-1, z=pos.z+j}).name == "riesenpilz:ground" then - minetest.add_node({x=pos.x+i, y=pos.y, z=pos.z+j}, {name=nam}) - end - end - end -end - -local function find_ground(pos, nodes) - for _, evground in ipairs(nodes) do - if minetest.get_node(pos).name == evground then - return true - end - end - return false -end - -local GROUND = {"default:dirt_with_grass","default:dirt","default:sand","default:desert_sand"} -USUAL_STUFF = {"default:leaves","default:apple","default:tree","default:cactus","default:papyrus"} -minetest.register_on_generated(function(minp, maxp, seed) - if maxp.y >= -10 then - local x0,z0,x1,z1 = minp.x,minp.z,maxp.x,maxp.z -- Assume X and Z lengths are equal - local env = minetest.env --Should make things a bit faster. - local perlin1 = env:get_perlin(11,3, 0.5, 200) --Get map specific perlin - - --[[if not (perlin1:get2d({x=x0, y=z0}) > 0.53) and not (perlin1:get2d({x=x1, y=z1}) > 0.53) - and not (perlin1:get2d({x=x0, y=z1}) > 0.53) and not (perlin1:get2d({x=x1, y=z0}) > 0.53) - and not (perlin1:get2d({x=(x1-x0)/2, y=(z1-z0)/2}) > 0.53) then]] - if not ( perlin1:get2d( {x=x0, y=z0} ) > 0.53 ) --top left - and not ( perlin1:get2d( { x = x0 + ( (x1-x0)/2), y=z0 } ) > 0.53 )--top middle - and not (perlin1:get2d({x=x1, y=z1}) > 0.53) --bottom right - and not (perlin1:get2d({x=x1, y=z0+((z1-z0)/2)}) > 0.53) --right middle - and not (perlin1:get2d({x=x0, y=z1}) > 0.53) --bottom left - and not (perlin1:get2d({x=x1, y=z0}) > 0.53) --top right - and not (perlin1:get2d({x=x0+((x1-x0)/2), y=z1}) > 0.53) --left middle - and not (perlin1:get2d({x=(x1-x0)/2, y=(z1-z0)/2}) > 0.53) --middle - and not (perlin1:get2d({x=x0, y=z1+((z1-z0)/2)}) > 0.53) then --bottom middle - print("abortsumpf") - return - end - local divs = (maxp.x-minp.x); - local pr = PseudoRandom(seed+68) - - --remove usual stuff - local trees = env:find_nodes_in_area(minp, maxp, USUAL_STUFF) - for i,v in pairs(trees) do - env:remove_node(v) - end - - --Information: - local geninfo = "-#- giant mushrooms generate: x=["..minp.x.."; "..maxp.x.."] z=["..minp.z.."; "..maxp.z.."]" - print(geninfo) - minetest.chat_send_all(geninfo) - - local smooth = riesenpilz.smooth - - for j=0,divs do - for i=0,divs do - local x,z = x0+i,z0+j - - --Check if we are in a "riesenpilz biome" - local in_biome = false - local test = perlin1:get2d({x=x, y=z}) - --smooth mapgen - if smooth and (test > 0.73 or (test > 0.43 and pr:next(0,29) > (0.73 - test) * 100 )) then - in_biome = true - elseif (not smooth) and test > 0.53 then - in_biome = true - end - - if in_biome then - - local ground_y = nil --Definition des Bodens: - for y=maxp.y,0,-1 do - if find_ground({x=x,y=y,z=z}, GROUND) then - ground_y = y - break - end - end - if ground_y then - env:add_node({x=x,y=ground_y,z=z}, {name="riesenpilz:ground"}) - for i = -1,-5,-1 do - local pos = {x=x,y=ground_y+i,z=z} - if env:get_node(pos).name == "default:desert_sand" then - env:add_node(pos, {name="default:dirt"}) - else - break - end - end - local boden = {x=x,y=ground_y+1,z=z} - if pr:next(1,15) == 1 then - env:add_node(boden, {name="default:dry_shrub"}) - elseif pr:next(1,80) == 1 then - riesenpilz_circle("riesenpilz:brown", boden, pr:next(3,4), 3) - elseif pr:next(1,90) == 1 then - riesenpilz_circle("riesenpilz:red", boden, pr:next(4,5), 3) - elseif pr:next(1,100) == 1 then - riesenpilz_circle("riesenpilz:fly_agaric", boden, 4, 3) - elseif pr:next(1,4000) == 1 then - riesenpilz_circle("riesenpilz:lavashroom", boden, pr:next(5,6), 3) - elseif pr:next(1,5000) == 1 then - riesenpilz_circle("riesenpilz:glowshroom", boden, 3, 3) - --[[elseif pr:next(1,80) == 1 then - env:add_node(boden, {name="riesenpilz:brown"}) - elseif pr:next(1,90) == 1 then - env:add_node(boden, {name="riesenpilz:red"}) - elseif pr:next(1,100) == 1 then - env:add_node(boden, {name="riesenpilz:fly_agaric"}) - elseif pr:next(1,4000) == 1 then - env:add_node(boden, {name="riesenpilz:lavashroom"}) - elseif pr:next(1,5000) == 1 then - env:add_node(boden, {name="riesenpilz:glowshroom"})]] - elseif pr:next(1,380) == 1 then - riesenpilz_hybridpilz(boden) - elseif pr:next(1,340) == 10 then - riesenpilz_brauner_minecraftpilz(boden) - elseif pr:next(1,390) == 20 then - riesenpilz_minecraft_fliegenpilz(boden) - elseif pr:next(1,6000) == 2 and pr:next(1,200) == 15 then - riesenpilz_lavashroom(boden) - end - end - end - end - end - end - if maxp.y < -10 then - local x0,z0,x1,z1 = minp.x,minp.z,maxp.x,maxp.z -- Assume X and Z lengths are equal - local env = minetest.env --Should make things a bit faster. - local perlin1 = env:get_perlin(11,3, 0.5, 200) --Get map specific perlin - - --[[if not (perlin1:get2d({x=x0, y=z0}) > 0.53) and not (perlin1:get2d({x=x1, y=z1}) > 0.53) - and not (perlin1:get2d({x=x0, y=z1}) > 0.53) and not (perlin1:get2d({x=x1, y=z0}) > 0.53) - and not (perlin1:get2d({x=(x1-x0)/2, y=(z1-z0)/2}) > 0.53) then]] - if not ( perlin1:get2d( {x=x0, y=z0} ) > 0.53 ) --top left - and not ( perlin1:get2d( { x = x0 + ( (x1-x0)/2), y=z0 } ) > 0.53 )--top middle - and not (perlin1:get2d({x=x1, y=z1}) > 0.53) --bottom right - and not (perlin1:get2d({x=x1, y=z0+((z1-z0)/2)}) > 0.53) --right middle - and not (perlin1:get2d({x=x0, y=z1}) > 0.53) --bottom left - and not (perlin1:get2d({x=x1, y=z0}) > 0.53) --top right - and not (perlin1:get2d({x=x0+((x1-x0)/2), y=z1}) > 0.53) --left middle - and not (perlin1:get2d({x=(x1-x0)/2, y=(z1-z0)/2}) > 0.53) --middle - and not (perlin1:get2d({x=x0, y=z1+((z1-z0)/2)}) > 0.53) then --bottom middle - print("abortsumpf") - return - end - local divs = (maxp.x-minp.x); - local pr = PseudoRandom(seed+68) - - for j=0,divs do - for i=0,divs do - local x,z = x0+i,z0+j - - for y=minp.y,maxp.y,1 do - local pos = {x=x, y=y, z=z} - - if env:get_node(pos).name == "air" - and env:get_node({x=x, y=y-1, z=z}).name == "default:stone" - and pr:next(1,40) == 33 - and env:find_node_near(pos, 4, "group:igniter") - and not env:find_node_near(pos, 3, "group:igniter") then - env:add_node(pos, {name="riesenpilz:lavashroom"}) - end - end - end - end - end -end) diff --git "a/\n/riesenpilz_head.png" "b/\n/riesenpilz_head.png" deleted file mode 100644 index a5f7b0d..0000000 Binary files "a/\n/riesenpilz_head.png" and /dev/null differ diff --git "a/\n/smallhead.1.ogg" "b/\n/smallhead.1.ogg" deleted file mode 100644 index a669e6a..0000000 Binary files "a/\n/smallhead.1.ogg" and /dev/null differ diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/LICENSE.txt b/LICENSE.txt old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/depends.txt b/depends.txt old mode 100644 new mode 100755 index a81d43a..6687d7c --- a/depends.txt +++ b/depends.txt @@ -1,3 +1,4 @@ default vector_extras fence_registration? +watershed? diff --git a/functions.lua b/functions.lua old mode 100644 new mode 100755 index 8b42869..6d554b4 --- a/functions.lua +++ b/functions.lua @@ -7,7 +7,7 @@ if riesenpilz.info then else info = "[riesenpilz] "..msg end - print(info) + minetest.log("action", info) if riesenpilz.inform_all then minetest.chat_send_all(info) end diff --git a/init.lua b/init.lua old mode 100644 new mode 100755 index 8d195bb..118268a --- a/init.lua +++ b/init.lua @@ -1092,7 +1092,7 @@ end local time = math.floor(tonumber(os.clock()-load_time_start)*100+0.5)/100 local msg = "[riesenpilz] loaded after ca. "..time if time > 0.05 then - print(msg) + minetest.log("warning", msg) else minetest.log("info", msg) end diff --git a/mapgen.lua b/mapgen.lua old mode 100644 new mode 100755 diff --git a/settings.lua b/settings.lua old mode 100644 new mode 100755 index 7036eaa..6cd0e45 --- a/settings.lua +++ b/settings.lua @@ -1,6 +1,6 @@ --This file contains configuration options for riesenpilz mod. -riesenpilz.enable_mapgen = true +riesenpilz.enable_mapgen = false --Generate giant mushroom biomes everywhere riesenpilz.always_generate = false @@ -9,10 +9,10 @@ riesenpilz.always_generate = false riesenpilz.smooth = true --rarity in % -riesenpilz.mapgen_rarity = 0.4 +riesenpilz.mapgen_rarity = 0.25 -- Modif MFF (default = 1) --size of the generated... (has an effect to the rarity, too) -riesenpilz.mapgen_size = 200 +riesenpilz.mapgen_size = 50 --approximate size of smooth transitions riesenpilz.smooth_trans_size = 2 diff --git a/sounds/riesenpilz_head.0.ogg b/sounds/riesenpilz_head.0.ogg old mode 100644 new mode 100755 diff --git a/sounds/riesenpilz_head.1.ogg b/sounds/riesenpilz_head.1.ogg old mode 100644 new mode 100755 diff --git a/sounds/riesenpilz_head.2.ogg b/sounds/riesenpilz_head.2.ogg old mode 100644 new mode 100755 diff --git a/sounds/riesenpilz_stem.0.ogg b/sounds/riesenpilz_stem.0.ogg old mode 100644 new mode 100755 diff --git a/sounds/riesenpilz_stem.1.ogg b/sounds/riesenpilz_stem.1.ogg old mode 100644 new mode 100755 diff --git a/sounds/riesenpilz_stem.2.ogg b/sounds/riesenpilz_stem.2.ogg old mode 100644 new mode 100755 diff --git a/textures/3apple_apple.png b/textures/3apple_apple.png old mode 100644 new mode 100755 diff --git a/textures/3apple_apple_bottom.png b/textures/3apple_apple_bottom.png old mode 100644 new mode 100755 diff --git a/textures/3apple_apple_top.png b/textures/3apple_apple_top.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_brown45_bottom.png b/textures/riesenpilz_brown45_bottom.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_brown45_side.png b/textures/riesenpilz_brown45_side.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_brown45_top.png b/textures/riesenpilz_brown45_top.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_brown_bottom.png b/textures/riesenpilz_brown_bottom.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_brown_top.png b/textures/riesenpilz_brown_top.png index 1b4ae44..a567fb6 100644 Binary files a/textures/riesenpilz_brown_top.png and b/textures/riesenpilz_brown_top.png differ diff --git a/textures/riesenpilz_fly_agaric_bottom.png b/textures/riesenpilz_fly_agaric_bottom.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_fly_agaric_side.png b/textures/riesenpilz_fly_agaric_side.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_fly_agaric_top.png b/textures/riesenpilz_fly_agaric_top.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_glowshroom_bottom.png b/textures/riesenpilz_glowshroom_bottom.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_glowshroom_side.png b/textures/riesenpilz_glowshroom_side.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_glowshroom_top.png b/textures/riesenpilz_glowshroom_top.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_ground_side.png b/textures/riesenpilz_ground_side.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_ground_side_normal.png b/textures/riesenpilz_ground_side_normal.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_ground_top.png b/textures/riesenpilz_ground_top.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_ground_top_normal.png b/textures/riesenpilz_ground_top_normal.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_growingtool.png b/textures/riesenpilz_growingtool.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_head.png b/textures/riesenpilz_head.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_head_binge.png b/textures/riesenpilz_head_binge.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_head_blue.png b/textures/riesenpilz_head_blue.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_head_blue_bright.png b/textures/riesenpilz_head_blue_bright.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_head_brown_bright.png b/textures/riesenpilz_head_brown_bright.png old mode 100644 new mode 100755 index 271dfc1..b6bccfe Binary files a/textures/riesenpilz_head_brown_bright.png and b/textures/riesenpilz_head_brown_bright.png differ diff --git a/textures/riesenpilz_head_normal.png b/textures/riesenpilz_head_normal.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_head_orange.png b/textures/riesenpilz_head_orange.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_head_white.png b/textures/riesenpilz_head_white.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_head_yellow.png b/textures/riesenpilz_head_yellow.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_lamellas.png b/textures/riesenpilz_lamellas.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_lamellas_normal.png b/textures/riesenpilz_lamellas_normal.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_lavashroom_bottom.png b/textures/riesenpilz_lavashroom_bottom.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_lavashroom_side.png b/textures/riesenpilz_lavashroom_side.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_lavashroom_top.png b/textures/riesenpilz_lavashroom_top.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_mush45_meal.png b/textures/riesenpilz_mush45_meal.png old mode 100644 new mode 100755 index 7f4c261..e1656a3 Binary files a/textures/riesenpilz_mush45_meal.png and b/textures/riesenpilz_mush45_meal.png differ diff --git a/textures/riesenpilz_nether_shroom_bottom.png b/textures/riesenpilz_nether_shroom_bottom.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_nether_shroom_side.png b/textures/riesenpilz_nether_shroom_side.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_nether_shroom_top.png b/textures/riesenpilz_nether_shroom_top.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_parasol_bottom.png b/textures/riesenpilz_parasol_bottom.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_parasol_side.png b/textures/riesenpilz_parasol_side.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_parasol_top.png b/textures/riesenpilz_parasol_top.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_red45_bottom.png b/textures/riesenpilz_red45_bottom.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_red45_side.png b/textures/riesenpilz_red45_side.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_red45_top.png b/textures/riesenpilz_red45_top.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_red_bottom.png b/textures/riesenpilz_red_bottom.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_red_side.png b/textures/riesenpilz_red_side.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_red_top.png b/textures/riesenpilz_red_top.png index c0eb063..385340f 100644 Binary files a/textures/riesenpilz_red_top.png and b/textures/riesenpilz_red_top.png differ diff --git a/textures/riesenpilz_stem_blue.png b/textures/riesenpilz_stem_blue.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_stem_brown.png b/textures/riesenpilz_stem_brown.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_stem_top.png b/textures/riesenpilz_stem_top.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_stem_white.png b/textures/riesenpilz_stem_white.png old mode 100644 new mode 100755 diff --git a/textures/riesenpilz_stem_white_normal.png b/textures/riesenpilz_stem_white_normal.png old mode 100644 new mode 100755