Skip to content

Commit b7b9e35

Browse files
author
blut
committed
use redstone block as mese. It doesn't seem to interfere with it's redstone functionality at all
1 parent 50e27ae commit b7b9e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesecons_gamecompat/compat_mcla.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ minetest.register_alias("mesecons_gamecompat:coalblock", "mcl_core:coalblock")
77
minetest.register_alias("mesecons_gamecompat:cobble", "mcl_core:cobble")
88
minetest.register_alias("mesecons_gamecompat:glass", "mcl_core:glass")
99
minetest.register_alias("mesecons_gamecompat:lava_source", "mcl_core:lava_source")
10-
minetest.register_alias("mesecons_gamecompat:mese", "mesecons:redstoneblock")
10+
minetest.register_alias("mesecons_gamecompat:mese", "mcl_redstone_torch:redstoneblock")
1111
minetest.register_alias("mesecons_gamecompat:mese_crystal", "mesecoms:redstone")
1212
minetest.register_alias("mesecons_gamecompat:mese_crystal_fragment", "mesecons:redstone")
1313
minetest.register_alias("mesecons_gamecompat:obsidian_glass", "mcl_core:glass")

0 commit comments

Comments
 (0)