forked from minetest-mods/technic
		
	Add GitHub workflow and luacheck (#545)
Add badge to README Fix luacheck warnings Remove node_ownership globals (and support)
This commit is contained in:
		| @@ -15,12 +15,10 @@ Syntax: | ||||
| 	inventory is always stored (Ex. active state for machines) | ||||
| --]] | ||||
|  | ||||
| wrench.META_TYPE_INT = 0 | ||||
| wrench.META_TYPE_FLOAT = 1 | ||||
| wrench.META_TYPE_STRING = 2 | ||||
|  | ||||
| local INT, STRING, FLOAT  = | ||||
| 	wrench.META_TYPE_INT, | ||||
| local STRING, FLOAT  = | ||||
| 	wrench.META_TYPE_STRING, | ||||
| 	wrench.META_TYPE_FLOAT | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user