forked from VoxeLibre/VoxeLibre
Mark brewing stuff as WIP
This commit is contained in:
parent
d3872b713c
commit
f6ccf1fe41
|
@ -6,3 +6,5 @@ doc_identifier
|
||||||
mobs_mc
|
mobs_mc
|
||||||
mcl_comparators
|
mcl_comparators
|
||||||
mcl_minecarts
|
mcl_minecarts
|
||||||
|
mcl_potions
|
||||||
|
mcl_brewing
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue