mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-01 07:45:26 +01:00 
			
		
		
		
	Add default stack size setting (#8873)
New setting "default_stack_max" to alter the default stack sizes of all items when desired. Co-authored-by: Pascal Abresch <nep@packageloss.eu>
This commit is contained in:
		| @@ -6735,6 +6735,8 @@ Used by `minetest.register_node`, `minetest.register_craftitem`, and | ||||
|  | ||||
|         wield_scale = {x = 1, y = 1, z = 1}, | ||||
|  | ||||
|         -- The default value of 99 may be configured by | ||||
|         -- users using the setting "default_stack_max" | ||||
|         stack_max = 99, | ||||
|  | ||||
|         range = 4.0, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user