forked from VoxeLibre/VoxeLibre
WIP status of redstone comparators
This commit is contained in:
parent
59a04d5ffe
commit
882c09a106
|
@ -10,3 +10,4 @@ mcl_observers
|
||||||
doc_identifier
|
doc_identifier
|
||||||
mobs_mc
|
mobs_mc
|
||||||
mcl_paintings
|
mcl_paintings
|
||||||
|
mcl_comparators
|
||||||
|
|
|
@ -16,6 +16,7 @@ local wip_items = {
|
||||||
"mcl_chests:trapped_chest",
|
"mcl_chests:trapped_chest",
|
||||||
"mobs_mc:totem",
|
"mobs_mc:totem",
|
||||||
"mcl_paintings:painting",
|
"mcl_paintings:painting",
|
||||||
|
"mcl_comparators:comparator_off_comp",
|
||||||
}
|
}
|
||||||
|
|
||||||
for i=1,#wip_items do
|
for i=1,#wip_items do
|
||||||
|
|
Loading…
Reference in New Issue