[clean] Fix unknown nodes/items:

Replacement:
- 'craft_guide:sign_wall' with 'craftguide:sign'
- 'homedecor:glowlight_small_cube_white' with
'homedecor:glowlight_small_cube'
master
AntumDeluge 2017-06-17 13:18:39 -07:00
parent 899761487f
commit 1c1ee07466
2 changed files with 4 additions and 2 deletions

View File

@ -119,8 +119,6 @@
#### Duplicates or items with similar function
#### Fix unknown
* homedecor:glowlight_small_cube_white
#### Broken

View File

@ -13,6 +13,10 @@ local old_entities = {
-- Old/Missing nodes that should be replaced with something currently in game
local replace_nodes = {
-- Craft guides
{'craft_guide:sign_wall', 'craftguide:sign'},
-- Old homedecor nodes
{'homedecor:glowlight_small_cube_white', 'homedecor:glowlight_small_cube'},
-- Discontinued
{'kpgmobs:horse', 'mob_horse:horse'},
{'kpgmobs:horse2', 'mob_horse:horse'},