Update engine subproject commit to 96e19c7. Remove obsolete gene, patch, pawn, plant, product, terrain, and world preset definitions from the Core mod. Enhance documentation to reflect new directory structure for Defs, improving clarity on file organization and localization paths.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "Patch",
|
||||
// Контент-патчи (фаза G5): применяются ко всем дефам типа defType, чьё имя подходит под regex match,
|
||||
// проставляя поля set. Демонстрация: даём кустам древесину при сборе (веточки).
|
||||
"patches": [
|
||||
{ "defType": "Plant", "match": "Bush.*", "set": { "harvestProduct": "ProductWood" } }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user