mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-11-04 05:55:28 +01:00 
			
		
		
		
	Stack max modified to 100 for unidentified mushroom spores
This commit is contained in:
		@@ -4,12 +4,14 @@ minetest.register_craftitem("mushroom:spore1",{
 | 
			
		||||
	description = "Unidentified Mushroom Spore",
 | 
			
		||||
	inventory_image = "mushroom_spore.png",
 | 
			
		||||
	wield_image = "mushroom_spore.png",
 | 
			
		||||
	stack_max = 100,
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craftitem("mushroom:spore2",{
 | 
			
		||||
	description = "Unidentified Mushroom Spore",
 | 
			
		||||
	inventory_image = "mushroom_spore.png",
 | 
			
		||||
	wield_image = "mushroom_spore.png",
 | 
			
		||||
	stack_max = 100,
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craftitem("mushroom:identifier",{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user