mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Use default:dirt_with_dry_grass
This commit is contained in:
@ -200,7 +200,7 @@ biome_lib:register_generate_plant({
|
||||
"stoneage:grass_with_silex",
|
||||
"sumpf:peat",
|
||||
"sumpf:sumpf",
|
||||
"watershed:drygrass"
|
||||
"default:dirt_with_dry_grass"
|
||||
},
|
||||
max_count = 15, --10,15
|
||||
rarity = 101 - 4, --3,4
|
||||
@ -246,7 +246,7 @@ biome_lib:register_generate_plant({
|
||||
"stoneage:grass_with_silex",
|
||||
"sumpf:peat",
|
||||
"sumpf:sumpf",
|
||||
"watershed:drygrass"
|
||||
"default:dirt_with_dry_grass"
|
||||
},
|
||||
max_count = 55, --10,15
|
||||
rarity = 101 - 4, --3,4
|
||||
|
Reference in New Issue
Block a user