mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 12:01:06 +01:00
Mark night vision/weakness/strength potions as WIP
This commit is contained in:
parent
83d3aa2108
commit
ca7614b42d
2 changed files with 22 additions and 0 deletions
|
@ -7,3 +7,4 @@ mobs_mc
|
|||
mcl_comparators
|
||||
mcl_minecarts
|
||||
mcl_paintings
|
||||
mcl_potions
|
||||
|
|
|
@ -15,6 +15,27 @@ local wip_items = {
|
|||
"mobs_mc:witch",
|
||||
"screwdriver:screwdriver",
|
||||
"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 = {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue