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,