#NBT Data on input Pneumaticcraft

5 messages · Page 1 of 1 (latest)

sudden nest
#
ServerEvents.recipes(event => {
    event.custom({
        type: "pneumaticcraft:pressure_chamber",
            inputs: [
            {
                count: 1,
                item: 'jade:core_tier_1'
            },
            {
                count: 4,
                item: 'pneumaticcraft:module_expansion_card'
            },
            {
                components: {
                    "custommachinery:machine": "custommachinery:primitive_crafter"
                },
                count: 1,
                id: 'custommachinery:custom_machine_item'
            },
            {
                count: 4,
                item: 'ironfurnaces:netherite_furnace'
            }
            ],
            pressure: 2.5,
            results: [
            {
                components: {
                    "custommachinery:machine": "custommachinery:advanced_crafter"
                },
                count: 1,
                id: 'custommachinery:custom_machine_item'
            }
        ]
    })
})```

Does anyone know if there is a way to work around it without the input being nbt and it being a id of some other item the output works. But not now when I tried adding nbt but would love if someone could help me in working in the NBT into the input aswell. There is no log no error it just wont show
crisp iglooBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

twin basin
#

the input is not current nbt supported, I've spoken to desht about this and he thinks he can probably getting working sometime when he has some time but for now yeah no nbt inputs on the pressure chamber