mirror of
				https://codeberg.org/tenplus1/farming.git
				synced 2025-10-31 06:35:23 +01:00 
			
		
		
		
	Merge remote-tracking branch 'upstream/master'
This commit is contained in:
		| @@ -139,6 +139,7 @@ local def = { | |||||||
| 		type = "fixed", | 		type = "fixed", | ||||||
| 		fixed = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3} | 		fixed = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3} | ||||||
| 	}, | 	}, | ||||||
|  | 	drop = {}, | ||||||
| 	groups = { | 	groups = { | ||||||
| 		snappy = 3, flammable = 2, plant = 1, growing = 1, | 		snappy = 3, flammable = 2, plant = 1, growing = 1, | ||||||
| 		not_in_creative_inventory = 1, leafdecay = 1, leafdecay_drop = 1 | 		not_in_creative_inventory = 1, leafdecay = 1, leafdecay_drop = 1 | ||||||
|   | |||||||
| @@ -72,6 +72,8 @@ if minetest.get_modpath("lucky_block") then | |||||||
| 			{name = "farming:seed_rice", max = 15}, | 			{name = "farming:seed_rice", max = 15}, | ||||||
| 			{name = "farming:seed_oat", max = 15}, | 			{name = "farming:seed_oat", max = 15}, | ||||||
| 			{name = "farming:soil_wet", max = 10}, | 			{name = "farming:soil_wet", max = 10}, | ||||||
|  | 			{name = "farming:cotton_wild", max = 5}, | ||||||
|  | 			{name = "farming:grapebush", max = 5}, | ||||||
| 		}}, | 		}}, | ||||||
| 	}) | 	}) | ||||||
| end | end | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user