Jump to content

Portable Fridge Help


fluffe9911

Recommended Posts

So on the AskTheDevs Mondoid I was told by RJ that I could make portable fridges by setting it to a fridge so I tried this

 

item Cooler
    {
        WeightReduction     = 60,
        Weight              = 0.8,
        Type                = Fridge,
        Capacity            = 10,
        DisplayName         = Cooler,
        Icon                = Cooler,
    }
 
But it ended up just turning into a bloo item any insight/ideas?
Link to comment
Share on other sites

 

So on the AskTheDevs Mondoid I was told by RJ that I could make portable fridges by setting it to a fridge so I tried this

 

item Cooler
    {
        WeightReduction     = 60,
        Weight              = 0.8,
        Type                = Fridge,
        Capacity            = 10,
        DisplayName         = Cooler,
        Icon                = Cooler,
    }
 
But it ended up just turning into a bloo item any insight/ideas?

 

what do you mean by "bloo" item ? if you manage to crack this Ill send you birthday cakes xD

Link to comment
Share on other sites

  • 5 weeks later...

 

 

So on the AskTheDevs Mondoid I was told by RJ that I could make portable fridges by setting it to a fridge so I tried this

 

item Cooler
    {
        WeightReduction     = 60,
        Weight              = 0.8,
        Type                = Fridge,
        Capacity            = 10,
        DisplayName         = Cooler,
        Icon                = Cooler,
    }
 
But it ended up just turning into a bloo item any insight/ideas?

 

what do you mean by "bloo" item ? if you manage to crack this Ill send you birthday cakes xD

 

 

I'm coincidentially close to actually making this work (few hours away). :P You can't do it as an item, it needs to be scripted, and it won't work inside the inventory as far as I've gotten into the code. It also NEEDS electricity, which is hardcoded.

 

 

I am holding you on that birthday cake promise however

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