Mark paintings as WIP

This commit is contained in:
Wuzzy 2020-06-06 16:22:07 +02:00
parent 505f853e54
commit 83055d18e2
2 changed files with 2 additions and 0 deletions

View File

@ -6,3 +6,4 @@ doc_identifier
mobs_mc
mcl_comparators
mcl_minecarts
mcl_paintings

View File

@ -14,6 +14,7 @@ local wip_items = {
"mobs_mc:parrot",
"mobs_mc:witch",
"screwdriver:screwdriver",
"mcl_paintings:painting",
}
local experimental_items = {
}