forked from Minetest/dynamic_liquid
				
			Compare commits
	
		
			7 Commits 
		
	
	
		
			master
			...
			mineclone_
		
	
	| Author | SHA1 | Date | 
|---|---|---|
|  | 4f5b6f907c | |
|  | afa69ca58b | |
|  | 0ec396432b | |
|  | 103fd9a22a | |
|  | 4a03dd1384 | |
|  | b35240a53a | |
|  | 849660e6d4 | 
							
								
								
									
										15
									
								
								everness.lua
								
								
								
								
							
							
						
						
									
										15
									
								
								everness.lua
								
								
								
								
							|  | @ -1,15 +0,0 @@ | ||||||
| local water_probability = dynamic_liquid.config.water_probability |  | ||||||
| 
 |  | ||||||
| if dynamic_liquid.config.water then |  | ||||||
|     -- mineral water is already not renewable, |  | ||||||
|     -- so it is not necessary to override it |  | ||||||
|     -- local override_def = {liquid_renewable = false} |  | ||||||
|     -- minetest.override_item("everness:mineral_water_source", override_def) |  | ||||||
|     -- minetest.override_item("everness:mineral_water_flowing", override_def) |  | ||||||
| 
 |  | ||||||
|     dynamic_liquid.liquid_abm( |  | ||||||
|         "everness:mineral_water_source", |  | ||||||
|         "everness:mineral_water_flowing", |  | ||||||
|         water_probability |  | ||||||
|     ) |  | ||||||
| end |  | ||||||
							
								
								
									
										4
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										4
									
								
								init.lua
								
								
								
								
							|  | @ -56,7 +56,3 @@ end | ||||||
| if minetest.get_modpath("mcl_core") then | if minetest.get_modpath("mcl_core") then | ||||||
| 	dofile(modpath.."/mineclone.lua") | 	dofile(modpath.."/mineclone.lua") | ||||||
| end | end | ||||||
| 
 |  | ||||||
| if minetest.get_modpath("everness") then |  | ||||||
| 	dofile(modpath.."/everness.lua") |  | ||||||
| end |  | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								mod.conf
								
								
								
								
							
							
						
						
									
										2
									
								
								mod.conf
								
								
								
								
							|  | @ -1,3 +1,3 @@ | ||||||
| name = dynamic_liquid | name = dynamic_liquid | ||||||
| optional_depends = default, doc, xpanes, carts, mcl_core, mclx_core, mcl_mapgen_core, mcl_mapgen, everness | optional_depends = default, doc, xpanes, carts, mcl_core, mclx_core, mcl_mapgen_core, mcl_mapgen | ||||||
| description = Flowing dynamic liquids and ocean-maintenance springs. | description = Flowing dynamic liquids and ocean-maintenance springs. | ||||||
		Loading…
	
		Reference in New Issue