mirror of
				https://github.com/MinetestForFun/fishing.git
				synced 2025-11-04 00:15:24 +01:00 
			
		
		
		
	Removed useless craft recipe - Removed craft recipe for fishing:bait_worm_entity (which is an entity and not an item) - Solves MinetestForFun/minetest-minetestforfun-server#254
This commit is contained in:
		@@ -122,15 +122,6 @@ minetest.register_entity("fishing:bait_worm_entity", {
 | 
				
			|||||||
	end,
 | 
						end,
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-- Bait Worm Entity
 | 
					 | 
				
			||||||
minetest.register_craft({
 | 
					 | 
				
			||||||
	output = "fishing:bait_worm_entity 8",
 | 
					 | 
				
			||||||
	recipe = {
 | 
					 | 
				
			||||||
		{"default:dirt"},
 | 
					 | 
				
			||||||
		{"default:dirt"},
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
})
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
-----------------------------------------------------------------------------------------------
 | 
					-----------------------------------------------------------------------------------------------
 | 
				
			||||||
-- GETTING WORMS
 | 
					-- GETTING WORMS
 | 
				
			||||||
-----------------------------------------------------------------------------------------------
 | 
					-----------------------------------------------------------------------------------------------
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user