[clean] Replace missing nodes from 'homedecor':

- 'glowlight_quarter' with 'glowlight_quarter_white'
- 'shutter' with 'shutter_oak'
This commit is contained in:
AntumDeluge 2017-05-24 20:42:46 -07:00
parent 15b76e3337
commit 1ac9426cfe
2 changed files with 3 additions and 1 deletions

View File

@ -542,7 +542,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
[patch.castle_tapestries]: https://github.com/AntumDeluge/mtmod-castle_tapestries/tree/4e70f1b
[patch.castle_weapons]: https://github.com/AntumDeluge/mtmod-castle_weapons/tree/577464d
[patch.christmas]: https://github.com/AntumDeluge/mtmod-christmas/tree/f6c8dc2
[patch.clean]: https://github.com/AntumDeluge/mtmod-clean/tree/6ec29e9
[patch.clean]: https://github.com/AntumDeluge/mtmod-clean/tree/8279699
[patch.cme]: https://github.com/AntumDeluge/mtmp-cme/tree/7a6e106
[patch.compassgps]: https://github.com/AntumDeluge/mtmod-compassgps/tree/888ec15
[patch.craftguide]: https://github.com/AntumDeluge/mtmod-craftguide/tree/1197b13

View File

@ -9,6 +9,8 @@ local replace_nodes = {
{'homedecor:bed_regular', 'homedecor:bed_white_regular'},
{'homedecor:bed_extended', 'homedecor:bed_white_extended'},
{'homedecor:bed_kingsize', 'homedecor:bed_white_kingsize'},
{'homedecor:glowlight_quarter', 'homedecor:glowlight_quarter_white'},
{'homedecor:shutter', 'homedecor:shutter_oak'},
{'lrfurn:armchair', 'lrfurn:armchair_white'},
{'craft_guide:sign_wall', 'craftguide:sign'},
}