forked from VoxeLibre/VoxeLibre
Mark night vision/weakness/strength potions as WIP
This commit is contained in:
parent
83d3aa2108
commit
ca7614b42d
|
@ -7,3 +7,4 @@ mobs_mc
|
||||||
mcl_comparators
|
mcl_comparators
|
||||||
mcl_minecarts
|
mcl_minecarts
|
||||||
mcl_paintings
|
mcl_paintings
|
||||||
|
mcl_potions
|
||||||
|
|
|
@ -15,6 +15,27 @@ local wip_items = {
|
||||||
"mobs_mc:witch",
|
"mobs_mc:witch",
|
||||||
"screwdriver:screwdriver",
|
"screwdriver:screwdriver",
|
||||||
"mcl_paintings:painting",
|
"mcl_paintings:painting",
|
||||||
|
"mcl_potions:night_vision",
|
||||||
|
"mcl_potions:night_vision_plus",
|
||||||
|
"mcl_potions:weakness",
|
||||||
|
"mcl_potions:weakness_plus",
|
||||||
|
"mcl_potions:strength",
|
||||||
|
"mcl_potions:strength_plus",
|
||||||
|
"mcl_potions:strength_2",
|
||||||
|
"mcl_potions:night_vision_splash",
|
||||||
|
"mcl_potions:night_vision_plus_splash",
|
||||||
|
"mcl_potions:weakness_splash",
|
||||||
|
"mcl_potions:weakness_plus_splash",
|
||||||
|
"mcl_potions:strength_splash",
|
||||||
|
"mcl_potions:strength_plus_splash",
|
||||||
|
"mcl_potions:strength_2_splash",
|
||||||
|
"mcl_potions:night_vision_lingering",
|
||||||
|
"mcl_potions:night_vision_plus_lingering",
|
||||||
|
"mcl_potions:weakness_lingering",
|
||||||
|
"mcl_potions:weakness_plus_lingering",
|
||||||
|
"mcl_potions:strength_lingering",
|
||||||
|
"mcl_potions:strength_plus_lingering",
|
||||||
|
"mcl_potions:strength_2_lingering",
|
||||||
}
|
}
|
||||||
local experimental_items = {
|
local experimental_items = {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue