diff --git a/night_turf_top (copie).png b/night_turf_top (copie).png deleted file mode 100644 index d54ecf1..0000000 Binary files a/night_turf_top (copie).png and /dev/null differ diff --git a/src/mapgen/biome_oasis.lua b/src/mapgen/biome_oasis.lua index 8a1bb4f..5f3a844 100644 --- a/src/mapgen/biome_oasis.lua +++ b/src/mapgen/biome_oasis.lua @@ -49,4 +49,4 @@ mcl_better_end.api.register_biome({ end, noise_high = 1, noise_low = 0 -}) \ No newline at end of file +}) diff --git a/src/mapgen/biome_plains.lua b/src/mapgen/biome_plains.lua index 9352ab5..baef5de 100644 --- a/src/mapgen/biome_plains.lua +++ b/src/mapgen/biome_plains.lua @@ -78,13 +78,15 @@ mcl_better_end.api.register_biome({ end end + end, + dec = function(pr, x, y, z) if pr:next(1, 600) == 2 then - minetest.add_entity({x = x, y = y+1, z = z}, "mobs_mc:enderman") + minetest.add_entity({x = x, y = y+1, z = z}, "mobs_mc:enderman", minetest.serialize({})) elseif pr:next(1, 800) == 2 then - minetest.add_entity({x = x, y = y+1, z = z}, "mobs_mc:shulker") + minetest.add_entity({x = x, y = y+1, z = z}, "mobs_mc:shulker", minetest.serialize({})) end end, noise_high = 0, noise_low = -1 -}) \ No newline at end of file +}) diff --git a/night_candle_plant.png b/textures/new/night_candle_plant.png similarity index 100% rename from night_candle_plant.png rename to textures/new/night_candle_plant.png diff --git a/night_grass.png b/textures/new/night_grass.png similarity index 100% rename from night_grass.png rename to textures/new/night_grass.png diff --git a/night_turf_side.png b/textures/new/night_turf_side.png similarity index 100% rename from night_turf_side.png rename to textures/new/night_turf_side.png diff --git a/night_turf_top.png b/textures/new/night_turf_top.png similarity index 100% rename from night_turf_top.png rename to textures/new/night_turf_top.png diff --git a/night_vines.png b/textures/new/night_vines.png similarity index 100% rename from night_vines.png rename to textures/new/night_vines.png diff --git a/night_vines_bottom.png b/textures/new/night_vines_bottom.png similarity index 100% rename from night_vines_bottom.png rename to textures/new/night_vines_bottom.png