Skip to content

Instantly share code, notes, and snippets.

@Insane96
Created June 15, 2019 08:49
Show Gist options
  • Save Insane96/f1ed7d9369e778bf4c48bcf8f416de68 to your computer and use it in GitHub Desktop.
Save Insane96/f1ed7d9369e778bf4c48bcf8f416de68 to your computer and use it in GitHub Desktop.
setIcon(<minecraft:flint>)
setTitle("Getting ... Flint?")
setDescription("You can't punch a tree straightaway, you need to make a few more steps to be able to get Wood.\nYou'll need Flint, easily obtainable by crafting together 3 Gravel. You'll need some Rocks, just look on the ground. And you'll need quite a few Sticks: try breaking Leaves.\n\n§2Completition Requirements:§r\nObtain some Flints\nObtain some Rocks\nObtain some Sticks")
addParent("jamp:getting_started/root")
criteria1 = addCriteria("flint", "minecraft:inventory_changed")
criteria1.addItem(<minecraft:flint, count:4~>)
criteria2 = addCriteria("rock_stone", "minecraft:inventory_changed")
criteria2.addItem(<tinkersurvival:rock_stone>)
criteria3 = addCriteria("stick", "minecraft:inventory_changed")
criteria3.addItem(<minecraft:stick, count: 3~>)
//addRewardItem(<minecraft:sapling, meta:0, count:2>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment