{
    "type": "minecraft:empty",
    "pools": [
        {
            "bonus_rolls": 0,
            "entries": [
                {
                    "type": "minecraft:item",
                    "functions": [
                        {
                            "add": false,
                            "count": {
                                "type": "minecraft:uniform",
                                "max": 7,
                                "min": 2
                            },
                            "function": "minecraft:set_count"
                        }
                    ],
                    "name": "immersiveengineering:stick_treated",
                    "weight": 20
                },
                {
                    "type": "minecraft:item",
                    "functions": [
                        {
                            "add": false,
                            "count": {
                                "type": "minecraft:uniform",
                                "max": 4,
                                "min": 1
                            },
                            "function": "minecraft:set_count"
                        }
                    ],
                    "name": "minecraft:cobweb",
                    "weight": 10
                },
                {
                    "type": "minecraft:item",
                    "functions": [
                        {
                            "add": false,
                            "count": {
                                "type": "minecraft:uniform",
                                "max": 4,
                                "min": 1
                            },
                            "function": "minecraft:set_count"
                        }
                    ],
                    "name": "minecraft:stick",
                    "weight": 6
                },
                {
                    "type": "minecraft:item",
                    "functions": [
                        {
                            "add": false,
                            "count": {
                                "type": "minecraft:uniform",
                                "max": 8,
                                "min": 1
                            },
                            "function": "minecraft:set_count"
                        }
                    ],
                    "name": "immersiveengineering:hemp_fabric",
                    "weight": 10
                },
                {
                    "type": "minecraft:item",
                    "functions": [
                        {
                            "add": false,
                            "count": {
                                "type": "minecraft:uniform",
                                "max": 3,
                                "min": 1
                            },
                            "function": "minecraft:set_count"
                        }
                    ],
                    "name": "minecraft:charcoal",
                    "weight": 10
                },
                {
                    "type": "minecraft:item",
                    "functions": [
                        {
                            "function": "minecraft:set_nbt",
                            "tag": "{blueprint:\"electrode\"}"
                        },
                        {
                            "conditions": [
                                {
                                    "chance": 0.125,
                                    "condition": "minecraft:random_chance"
                                }
                            ],
                            "function": "immersiveengineering:secret_bluprintz"
                        }
                    ],
                    "name": "immersiveengineering:blueprint",
                    "weight": 4
                }
            ],
            "rolls": 4
        }
    ],
    "random_sequence": "immersiveengineering:chests/engineers_house"
}