{
	title: "Obtaining Sand",
	icon: "minecraft:sand",
	x: 0.0d,
	y: 0.0d,
	text: [
		"The engineer's hammer can be used to smash stone into gravel, which can again be smashed into sand."
	],
	tasks: [{
		uid: "5eccf4b3",
		type: "item",
		items: [{
			item: "immersiveengineering:tool"
		}],
		ignore_damage: 1b,
		ignore_nbt: 1b
	},
	{
		uid: "f8cc869b",
		type: "item",
		items: [{
			item: "minecraft:cobblestone"
		}],
		count: 8L
	},
	{
		uid: "92b78ac9",
		type: "item",
		items: [{
			item: "minecraft:gravel"
		}],
		count: 8L
	},
	{
		uid: "1362ebce",
		type: "item",
		items: [{
			item: "minecraft:sand"
		}],
		count: 8L
	}]
}
