mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-04 13:21:28 +02:00
Mark brewing stuff as WIP
This commit is contained in:
@ -6,3 +6,5 @@ doc_identifier
|
||||
mobs_mc
|
||||
mcl_comparators
|
||||
mcl_minecarts
|
||||
mcl_potions
|
||||
mcl_brewing
|
||||
|
@ -13,6 +13,11 @@ local wip_items = {
|
||||
"mobs_mc:wither",
|
||||
"mobs_mc:parrot",
|
||||
"mobs_mc:witch",
|
||||
"mcl_brewing:stand",
|
||||
"mcl_potions:healing",
|
||||
"mcl_potions:night_vision",
|
||||
"mcl_potions:swiftness",
|
||||
"mcl_potions:weakness",
|
||||
"screwdriver:screwdriver",
|
||||
}
|
||||
local experimental_items = {
|
||||
|
Reference in New Issue
Block a user