Jump to content

Recommended Posts

I feel terrible for asking for help again but here I go xD

I'm adding in a custom tree called an orange tree and whenever I try to burn it, it eventually crashes my game. I can't figure out why. Anyone wanna take a look and see if they can help? I'd really appreciate it.

Also the saplings for the tree are invisible and from what I can tell, don't exist when planted.

 

(Ignore the fact that the orange items look weird when dropped on the ground; I'm going to fix that later.)

More Fruits.zip

I don't understand what is the problem exactly (too complex for me) so i can't help. But why there is a


local TimeMultipliers = {
    ["appletree"] = function()
        return (TheWorld.state.issummer and 2) or (TheWorld.state.iswinter and 0) or 1
    end,
    
}

in the "orangeregrowth" component and no appletree in your files ?

I dont think this is the problem, but still worth a try i guess.

Turns out it was the problem xD Thank you so much. Also I think I figured out the cause of the invisible saplings but I still have to check. I'll get back to you on that one.

 

edit: Yup! I fixed the disappearing saplings. Thanks for your help. ^u^

Edited by Eusong

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...