1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-16 18:01:40 +00:00

Prefer C++ in case of conflict and pass title rather than internal name

This commit is contained in:
Xeno333 2025-06-10 21:00:21 -05:00
parent c887425ac4
commit ea0ae5b62b
8 changed files with 93 additions and 20 deletions

View file

@ -421,6 +421,7 @@ Mapgen directory structure
├── mapgenname
│   ├── mapgen.conf
│   ├── init.lua
│   ├── locale/
│   └── <custom data and code>
└── another