Jump to content

barkitchen shelves still uses Base. notation


Faalagorn

Recommended Posts

While looking over the new-ish Distribution.lua files, I noticed that you got rid of the Base. notation for whatever reason. However, it seems that one location still uses the old notation:

    barkitchen =
    {
        shelves ={
            rolls = 3,
            items = {
                "Base.WhiskeyFull", 3,
                "Base.WhiskeyFull", 3,
                "Base.WhiskeyFull", 3,
                "Base.Wine2", 3,
                "Base.Wine2", 3,
                "Base.Wine", 3,
                "Base.Wine", 3,
                "Base.Cigarettes", 3,
                "Base.Cigarettes", 3,
                "Base.WaterBottleFull", 4,
                "Base.Pop", 4,
                "Base.Pop2", 4,
                "Base.Pop3", 4,
                "Base.PopBottle", 4,
                "Base.Peanuts", 4,
            }
        },
    },

There's also a few instances of Base. notation used in evolvedrecipes.txt, farming.txt, items.txt, multistagebuild.txt, newitems.txt uniqueitems.txt and possibly other files outside the main scripts folder and Distributions.lua, if that matters.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...