{
	"type": "minecraft:block",
	"pools": [
		{
			"bonus_rolls": 0.0,
			"conditions": [
				{
					"condition": "minecraft:survives_explosion"
				}
			],
			"entries": [
				{
					"type": "minecraft:item",
					"name": "ad_astra:cheese",
					"functions": [
						{
							"function": "minecraft:set_count",
							"count": {
								"min": 2,
								"max": 5,
								"type": "minecraft:uniform"
							}
						}
					]
				}
			],
			"rolls": 1.0
		}
	],
	"random_sequence": "ad_astra:blocks/cheese_block"
}