Jump to content

Moderate Hilarity

Vintarian
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Moderate Hilarity

  1. Hi, I'm working on a mod with new bees / honeycomb etc. I'm trying to replicate the Squeezable behaviour of honeycomb using: 

    "behaviors": [
        {
          "name": "Squeezable",
          "properties": {
            "squeezeTime": 2,
            "squeezedLitres": 0.2,
            "returnStacks": [{"type": "item", "code": "game:beeswax", "stacksize": 1}],
            "liquidItemCode": "game:honeyportion"
          }
        },
      ],

    It is successfully adding the squeezable recipe to the handbook and when I shift right click on a valid container the animation and sound starts but it does not squeeze the honey.

    It was mentioned in the 1.21 update "Feature: New Squeezable collectible behavior replaces hardcoded honeycomb item class" so I assume its supposed to be useable for any item?? 

    Does anyone have any experience with this behaviour or know of any other mods that may use it? I would be interested to see if there is another working example of it anywhere. 

    Thanks,

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.