forked from VoxeLibre/VoxeLibre
Fix typo
This commit is contained in:
parent
ae0c235c1f
commit
71c50042e6
|
@ -66,8 +66,8 @@ end
|
||||||
-- Spawn on solid blocks at or below Sea level and the selected light level
|
-- Spawn on solid blocks at or below Sea level and the selected light level
|
||||||
mobs:spawn_specific(
|
mobs:spawn_specific(
|
||||||
"mobs_mc:bat",
|
"mobs_mc:bat",
|
||||||
|
"overworld",
|
||||||
"ground",
|
"ground",
|
||||||
"air",
|
|
||||||
{
|
{
|
||||||
"FlowerForest_underground",
|
"FlowerForest_underground",
|
||||||
"JungleEdge_underground",
|
"JungleEdge_underground",
|
||||||
|
|
Loading…
Reference in New Issue