Skip to content

Small Stonecraft/Minetest mod that prevents ABM execution when the server is lagging.

License

Notifications You must be signed in to change notification settings

MrCerealGuy/abm_allowed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

abm_allowed

Small Stonecraft/Minetest mod that prevents ABM execution when the server is lagging.

Author: MrCerealGuy [email protected]

Usage:

minetest.register_abm({

	[..]

	action = function(..)
		if not abm_allowed.yes then
				return
		end
	end

	[..]

})

About

Small Stonecraft/Minetest mod that prevents ABM execution when the server is lagging.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages