mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-11-03 21:55:23 +01:00 
			
		
		
		
	Change broomstick craft
This commit is contained in:
		@@ -44,6 +44,8 @@ mobs:register_mob("mobs:minotaur", {
 | 
			
		||||
		chance = 2, min = 1, max = 2,},
 | 
			
		||||
		{name = "mobs:minotaur_horn",
 | 
			
		||||
		chance = 4, min = 1, max = 2,},
 | 
			
		||||
		{name = "mobs:minotaur_fur",
 | 
			
		||||
		chance = 1, min = 1, max = 3,},
 | 
			
		||||
	},
 | 
			
		||||
	water_damage = 1,
 | 
			
		||||
	lava_damage = 5,
 | 
			
		||||
@@ -73,3 +75,22 @@ minetest.register_craftitem("mobs:minotaur_horn", {
 | 
			
		||||
	inventory_image = "mobs_minotaur_horn.png",
 | 
			
		||||
	groups = {magic = 1},
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craftitem("mobs:minotaur_fur", {
 | 
			
		||||
	description = "Minotaur Fur",
 | 
			
		||||
	inventory_image = "mobs_minotaur_fur.png",
 | 
			
		||||
	groups = {magic = 1},
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craftitem("mobs:minautor_lots_of_fur", {
 | 
			
		||||
	description = "Lot of Minotaur Fur",
 | 
			
		||||
	inventory_image = "mobs_minautor_lots_of_fur.png",
 | 
			
		||||
	groups = {magic = 1},
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "mobs:minautor_lots_of_fur",
 | 
			
		||||
	recipe = {{"mobs:minautor_fur", "mobs:minautor_fur"},
 | 
			
		||||
		{"mobs:minautor_fur", "mobs:minautor_fur"},
 | 
			
		||||
	},
 | 
			
		||||
})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user