{
	"feature": "tfg:earth/crop/palm_tree/date",
	"placement": [
		{
			"type": "minecraft:random_offset",
			"xz_spread": {
				"type": "minecraft:uniform",
				"value": {
					"min_inclusive": -7,
					"max_inclusive": 7
				}
			},
			"y_spread": 0
		},
		{
			"type": "minecraft:heightmap",
			"heightmap": "WORLD_SURFACE_WG"
		},
		{
			"type": "minecraft:block_predicate_filter",
			"predicate": {
				"type": "matching_block_tag",
				"offset": [ 0, -1, 0 ],
				"tag": "minecraft:bamboo_plantable_on"
			}
		}
	]
}