added mod.conf

This commit is contained in:
Sokomine 2023-04-03 04:44:52 +02:00
parent 2955f54e29
commit b220b7c5a0
2 changed files with 6 additions and 2 deletions

View File

@ -10,8 +10,7 @@ village_sandcity.replacements_sandcity = function( housetype, pr, replacements )
{''}, {''},
{ 'default:acacia_wood', 'moretrees:palm_planks', 'ethereal:palm_wood' }, { 'default:acacia_wood', 'moretrees:palm_planks', 'ethereal:palm_wood' },
'default:acacia_wood'); 'default:acacia_wood');
mg_villages.replace_tree_trunk( replacements, wood_type ); local wood = mg_villages.do_group_replacement( replacements, pr, 'wood', wood_type)
mg_villages.replace_saplings( replacements, wood_type );
mg_villages.replace_materials( replacements, pr, mg_villages.replace_materials( replacements, pr,
{'default:sandstonebrick'}, {'default:sandstonebrick'},

5
mod.conf Normal file
View File

@ -0,0 +1,5 @@
depends = mg_villages
author = Sokomine
name = village_sandcity
title = Village type "sandcity" for mg_villages
description = Village type for a desert city with buildings created by Sokomine for mg_villages. They may provide a home for sand mobs mobs_redo.