forked from VoxeLibre/VoxeLibre
Mark paintings as WIP
This commit is contained in:
parent
505f853e54
commit
83055d18e2
|
@ -6,3 +6,4 @@ doc_identifier
|
||||||
mobs_mc
|
mobs_mc
|
||||||
mcl_comparators
|
mcl_comparators
|
||||||
mcl_minecarts
|
mcl_minecarts
|
||||||
|
mcl_paintings
|
||||||
|
|
|
@ -14,6 +14,7 @@ local wip_items = {
|
||||||
"mobs_mc:parrot",
|
"mobs_mc:parrot",
|
||||||
"mobs_mc:witch",
|
"mobs_mc:witch",
|
||||||
"screwdriver:screwdriver",
|
"screwdriver:screwdriver",
|
||||||
|
"mcl_paintings:painting",
|
||||||
}
|
}
|
||||||
local experimental_items = {
|
local experimental_items = {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue