mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-14 03:40:21 +02:00
Replace LIGHT_MAX with default.LIGHT_MAX
This commit is contained in:
committed by
Vanessa Ezekowitz
parent
ade26437ee
commit
ed3aa1e88a
@ -94,7 +94,7 @@ homedecor.register("television", {
|
||||
}
|
||||
}
|
||||
},
|
||||
light_source = LIGHT_MAX - 1,
|
||||
light_source = default.LIGHT_MAX - 1,
|
||||
groups = { snappy = 3 },
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
})
|
||||
|
Reference in New Issue
Block a user