mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-11-04 05:55:28 +01:00 
			
		
		
		
	Merged crafting recipes (all finished now)
This commit is contained in:
		
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -22,4 +22,4 @@ LAVA_VISC = minetest.registered_nodes["default:lava_source"].liquid_viscosity
 | 
			
		||||
LIGHT_MAX = default.LIGHT_MAX
 | 
			
		||||
 | 
			
		||||
-- Formspecs
 | 
			
		||||
default.gui_survival_form = default.gui_survival_form
 | 
			
		||||
default.gui_survival_form = default.gui_survival_form
 | 
			
		||||
 
 | 
			
		||||
@@ -26,6 +26,7 @@ function doors.register_door(name, def)
 | 
			
		||||
		def.sound_open_door = "doors_door_open"
 | 
			
		||||
	end
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
	minetest.register_craftitem(name, {
 | 
			
		||||
		description = def.description,
 | 
			
		||||
		inventory_image = def.inventory_image,
 | 
			
		||||
 
 | 
			
		||||
@@ -152,7 +152,7 @@ minetest.register_abm({
 | 
			
		||||
-- Remove flammable nodes and flame
 | 
			
		||||
minetest.register_abm({
 | 
			
		||||
	nodenames = {"fire:basic_flame"},
 | 
			
		||||
	interval = 1,
 | 
			
		||||
	interval = 3,
 | 
			
		||||
	chance = 2,
 | 
			
		||||
	action = function(p0, node, _, _)
 | 
			
		||||
		-- If there is water or stuff like that around flame, remove flame
 | 
			
		||||
@@ -186,3 +186,4 @@ minetest.register_abm({
 | 
			
		||||
		end
 | 
			
		||||
	end,
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user