[clean] Replace missing nodes from 'homedecor':
- 'glowlight_quarter' with 'glowlight_quarter_white' - 'shutter' with 'shutter_oak'
This commit is contained in:
parent
15b76e3337
commit
1ac9426cfe
@ -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
|
||||
|
@ -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'},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user