mirror of
				https://codeberg.org/tenplus1/ambience.git
				synced 2025-10-30 23:35:33 +01:00 
			
		
		
		
	bugfix (thanks neko259)
This commit is contained in:
		| @@ -213,7 +213,7 @@ ambience.add_set("desert", { | ||||
| 		local c = (def.totals["default:desert_sand"] or 0) | ||||
| 			+ (def.totals["default:sand"] or 0) | ||||
|  | ||||
| 		if c > 150 and pos.y > 10 then | ||||
| 		if c > 150 and def.pos.y > 10 then | ||||
| 			return "desert" | ||||
| 		end | ||||
| 	end, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user