mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-29 14:01:07 +01:00
Mark paintings as WIP
This commit is contained in:
parent
505f853e54
commit
83055d18e2
2 changed files with 2 additions and 0 deletions
|
@ -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 a new issue