mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix silly misspelling in mapgen that made junglegrass to be CONTENT_IGNORE
This commit is contained in:
parent
d1298fe5e7
commit
106027fc29
1 changed files with 1 additions and 1 deletions
|
@ -2222,7 +2222,7 @@ void make_block(BlockMakeData *data)
|
||||||
vmanip.m_data[vmanip.m_area.index(p)] = LEGN(ndef, "CONTENT_MUD");
|
vmanip.m_data[vmanip.m_area.index(p)] = LEGN(ndef, "CONTENT_MUD");
|
||||||
p.Y++;*/
|
p.Y++;*/
|
||||||
if(vmanip.m_area.contains(p))
|
if(vmanip.m_area.contains(p))
|
||||||
vmanip.m_data[vmanip.m_area.index(p)] = LEGN(ndef, "CONTENT_JUNGLEGNRASS");
|
vmanip.m_data[vmanip.m_area.index(p)] = LEGN(ndef, "CONTENT_JUNGLEGRASS");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue