{
	"feature": "realmrpg_skeletons:snow_layer_skeletons",
	"placement": [
		{
			"type": "tfc:climate",
			"max_temperature": -10
		},
		{
			"type": "minecraft:count",
			"count": {
				"type": "uniform",
				"value": {
					"min_inclusive": 4,
					"max_inclusive": 8
				}
			}
		},
		{
			"type": "minecraft:in_square"
		},
		{
			"type": "minecraft:height_range",
			"height": {
				"type": "minecraft:uniform",
				"min_inclusive": {
					"absolute": 55
				},
				"max_inclusive": {
					"below_top": 5
				}
			}
		},
		{
			"type": "minecraft:biome"
		}
	]
}