mirror of
				https://github.com/mt-mods/pipeworks.git
				synced 2025-11-04 14:05:30 +01:00 
			
		
		
		
	Merge pull request #49 from hdastwb/notechalias
remove aliases to the technic deployers/node breakers
This commit is contained in:
		@@ -1,9 +1,3 @@
 | 
			
		||||
if minetest.get_modpath("technic") then --technic installed
 | 
			
		||||
	--register aliases in order to use technic's deployers
 | 
			
		||||
	minetest.register_alias("pipeworks:deployer_off", "technic:deployer_off")
 | 
			
		||||
	minetest.register_alias("pipeworks:deployer_on", "technic:deployer_on")
 | 
			
		||||
	return
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
--register aliases for when someone had technic installed, but then uninstalled it but not pipeworks
 | 
			
		||||
minetest.register_alias("technic:deployer_off", "pipeworks:deployer_off")
 | 
			
		||||
 
 | 
			
		||||
@@ -1,9 +1,3 @@
 | 
			
		||||
if minetest.get_modpath("technic") then --technic installed
 | 
			
		||||
	--register aliases in order to use technic's node breakers
 | 
			
		||||
	minetest.register_alias("pipeworks:nodebreaker_off", "technic:nodebreaker_off")
 | 
			
		||||
	minetest.register_alias("pipeworks:nodebreaker_on", "technic:nodebreaker_on")
 | 
			
		||||
	return
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
--register aliases for when someone had technic installed, but then uninstalled it but not pipeworks
 | 
			
		||||
minetest.register_alias("technic:nodebreaker_off", "pipeworks:nodebreaker_off")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user