mirror of
				https://github.com/mt-mods/plantlife_modpack.git
				synced 2025-11-04 07:25:30 +01:00 
			
		
		
		
	Reduce reemace spawn chance
This commit is contained in:
		@@ -326,7 +326,7 @@ minetest.register_entity("dryplants:reedmace_water_entity",{
 | 
			
		||||
minetest.register_decoration({
 | 
			
		||||
	name = "dryplants:reedmace_swamp",
 | 
			
		||||
	decoration = {"air"},
 | 
			
		||||
	fill_ratio = "0.1",
 | 
			
		||||
	fill_ratio = "0.05",
 | 
			
		||||
	y_min = 1,
 | 
			
		||||
	y_max = 40,
 | 
			
		||||
	place_on = {
 | 
			
		||||
@@ -375,7 +375,7 @@ minetest.register_decoration({
 | 
			
		||||
minetest.register_decoration({
 | 
			
		||||
	name = "dryplants:reedmace_beach",
 | 
			
		||||
	decoration = {"air"},
 | 
			
		||||
	fill_ratio = "0.1",
 | 
			
		||||
	fill_ratio = "0.05",
 | 
			
		||||
	y_min = 1,
 | 
			
		||||
	y_max = 40,
 | 
			
		||||
	place_on = {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user