mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-10-30 04:05:18 +01:00 
			
		
		
		
	Commiting 1 line for new farming
- Farming redo -> faming : 11 light needed for wheat
This commit is contained in:
		| @@ -97,7 +97,7 @@ minetest.register_abm({ | ||||
| 			pos.y = pos.y+1 | ||||
| 		 | ||||
| 			-- check light | ||||
| 			if minetest.get_node_light(pos) < 13 then return end | ||||
| 			if minetest.get_node_light(pos) <= 11 then return end | ||||
| 		 | ||||
| 		end | ||||
| 		 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user