Mark brewing stuff as WIP

This commit is contained in:
Wuzzy 2020-05-29 02:49:39 +02:00
parent d3872b713c
commit f6ccf1fe41
2 changed files with 7 additions and 0 deletions

View File

@ -6,3 +6,5 @@ doc_identifier
mobs_mc mobs_mc
mcl_comparators mcl_comparators
mcl_minecarts mcl_minecarts
mcl_potions
mcl_brewing

View File

@ -13,6 +13,11 @@ local wip_items = {
"mobs_mc:wither", "mobs_mc:wither",
"mobs_mc:parrot", "mobs_mc:parrot",
"mobs_mc:witch", "mobs_mc:witch",
"mcl_brewing:stand",
"mcl_potions:healing",
"mcl_potions:night_vision",
"mcl_potions:swiftness",
"mcl_potions:weakness",
"screwdriver:screwdriver", "screwdriver:screwdriver",
} }
local experimental_items = { local experimental_items = {