mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Biomes: Remove referenced biomes from Decorations on clear
This commit is contained in:
parent
4abb96fb54
commit
821d0025da
6 changed files with 36 additions and 17 deletions
|
@ -1039,7 +1039,6 @@ int ModApiMapgen::l_create_schematic(lua_State *L)
|
|||
Schematic schem;
|
||||
|
||||
Map *map = &(getEnv(L)->getMap());
|
||||
INodeDefManager *ndef = getServer(L)->getNodeDefManager();
|
||||
|
||||
v3s16 p1 = read_v3s16(L, 1);
|
||||
v3s16 p2 = read_v3s16(L, 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue