mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
WIP status of redstone comparators
This commit is contained in:
parent
59a04d5ffe
commit
882c09a106
2 changed files with 2 additions and 0 deletions
|
@ -10,3 +10,4 @@ mcl_observers
|
|||
doc_identifier
|
||||
mobs_mc
|
||||
mcl_paintings
|
||||
mcl_comparators
|
||||
|
|
|
@ -16,6 +16,7 @@ local wip_items = {
|
|||
"mcl_chests:trapped_chest",
|
||||
"mobs_mc:totem",
|
||||
"mcl_paintings:painting",
|
||||
"mcl_comparators:comparator_off_comp",
|
||||
}
|
||||
|
||||
for i=1,#wip_items do
|
||||
|
|
Loading…
Reference in a new issue