1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-23 15:40:18 +02:00

LIGHT_MAX -> default.LIGHT_MAX

This commit is contained in:
Tim
2016-07-31 01:23:10 +02:00
parent 337dc05e70
commit df84e62798
3 changed files with 4 additions and 4 deletions

View File

@ -111,7 +111,7 @@ homedecor.register("ceiling_fan", {
}
},
groups = { snappy = 3 },
light_source = LIGHT_MAX-1,
light_source = default.LIGHT_MAX-1,
sounds = default.node_sound_glass_defaults(),
})