{
	"type": "tfc:if_then",
	"config": {
		"if": {
			"feature": {
				"type": "lithostitched:structure_template",
				"config": {
					"template": "tfg:mobs_generic/crocodile",
					"processors": "minecraft:empty"
				}
			},
			"placement": []
		},
		"then": {
			"feature": {
				"type": "minecraft:simple_block",
				"config": {
					"to_place": {
						"type": "minecraft:simple_state_provider",
						"state": {
							"Name": "minecraft:air"
						}
					}
				}
			},
			"placement": []
		}
	}
}