forked from minetest-mods/moreblocks
		
	Add jungle sticks to stick group
This commit is contained in:
		
							
								
								
									
										1
									
								
								init.lua
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								init.lua
									
									
									
									
									
								
							| @@ -384,6 +384,7 @@ minetest.register_craftitem("moreblocks:sweeper", { | ||||
| minetest.register_craftitem("moreblocks:jungle_stick", { | ||||
| 	description = S("Jungle Stick"), | ||||
| 	inventory_image = "moreblocks_junglestick.png", | ||||
| 	groups = {stick=1}, | ||||
| }) | ||||
|  | ||||
| minetest.register_craftitem("moreblocks:nothing", { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user