Skip to content

Instantly share code, notes, and snippets.

@coolsquid
Last active August 29, 2015 14:18
Show Gist options
  • Save coolsquid/174ab3f345a9cfd41b57 to your computer and use it in GitHub Desktop.
Save coolsquid/174ab3f345a9cfd41b57 to your computer and use it in GitHub Desktop.
Achievements.cfg
# Configuration file
achievement {
openinventory {
S:description=achievement.openInventory.desc
I:displayColumn=0
I:displayRow=0
B:enable=true
B:isSpecial=false
S:item=minecraft:book
}
minewood {
S:description=achievement.mineWood.desc
I:displayColumn=2
I:displayRow=1
B:enable=true
B:isSpecial=false
S:item=minecraft:log
S:parent=achievement.openInventory
}
buildworkbench {
S:description=achievement.buildWorkBench.desc
I:displayColumn=4
I:displayRow=-1
B:enable=true
B:isSpecial=false
S:item=minecraft:crafting_table
S:parent=achievement.mineWood
}
buildpickaxe {
S:description=achievement.buildPickaxe.desc
I:displayColumn=4
I:displayRow=2
B:enable=true
B:isSpecial=false
S:item=minecraft:wooden_pickaxe
S:parent=achievement.buildWorkBench
}
buildfurnace {
S:description=achievement.buildFurnace.desc
I:displayColumn=3
I:displayRow=4
B:enable=true
B:isSpecial=false
S:item=minecraft:furnace
S:parent=achievement.buildPickaxe
}
acquireiron {
S:description=achievement.acquireIron.desc
I:displayColumn=1
I:displayRow=4
B:enable=true
B:isSpecial=false
S:item=minecraft:iron_ingot
S:parent=achievement.buildFurnace
}
buildhoe {
S:description=achievement.buildHoe.desc
I:displayColumn=2
I:displayRow=-3
B:enable=true
B:isSpecial=false
S:item=minecraft:wooden_hoe
S:parent=achievement.buildWorkBench
}
makebread {
S:description=achievement.makeBread.desc
I:displayColumn=-1
I:displayRow=-3
B:enable=true
B:isSpecial=false
S:item=minecraft:bread
S:parent=achievement.buildHoe
}
bakecake {
S:description=achievement.bakeCake.desc
I:displayColumn=0
I:displayRow=-5
B:enable=true
B:isSpecial=false
S:item=minecraft:cake
S:parent=achievement.buildHoe
}
buildbetterpickaxe {
S:description=achievement.buildBetterPickaxe.desc
I:displayColumn=6
I:displayRow=2
B:enable=true
B:isSpecial=false
S:item=minecraft:stone_pickaxe
S:parent=achievement.buildPickaxe
}
cookfish {
S:description=achievement.cookFish.desc
I:displayColumn=2
I:displayRow=6
B:enable=true
B:isSpecial=false
S:item=minecraft:cooked_fished
S:parent=achievement.buildFurnace
}
onarail {
S:description=achievement.onARail.desc
I:displayColumn=2
I:displayRow=3
B:enable=true
B:isSpecial=true
S:item=minecraft:rail
S:parent=achievement.acquireIron
}
buildsword {
S:description=achievement.buildSword.desc
I:displayColumn=6
I:displayRow=-1
B:enable=true
B:isSpecial=false
S:item=minecraft:wooden_sword
S:parent=achievement.buildWorkBench
}
killenemy {
S:description=achievement.killEnemy.desc
I:displayColumn=8
I:displayRow=-1
B:enable=true
B:isSpecial=false
S:item=minecraft:bone
S:parent=achievement.buildSword
}
killcow {
S:description=achievement.killCow.desc
I:displayColumn=7
I:displayRow=-3
B:enable=true
B:isSpecial=false
S:item=minecraft:leather
S:parent=achievement.buildSword
}
flypig {
S:description=achievement.flyPig.desc
I:displayColumn=9
I:displayRow=-3
B:enable=true
B:isSpecial=true
S:item=minecraft:saddle
S:parent=achievement.killCow
}
snipeskeleton {
S:description=achievement.snipeSkeleton.desc
I:displayColumn=7
I:displayRow=0
B:enable=true
B:isSpecial=true
S:item=minecraft:bow
S:parent=achievement.killEnemy
}
diamonds {
S:description=achievement.diamonds.desc
I:displayColumn=-1
I:displayRow=5
B:enable=true
B:isSpecial=false
S:item=minecraft:diamond_ore
S:parent=achievement.acquireIron
}
diamondstoyou {
S:description=achievement.diamondsToYou.desc
I:displayColumn=-1
I:displayRow=2
B:enable=true
B:isSpecial=false
S:item=minecraft:diamond
S:parent=achievement.diamonds
}
portal {
S:description=achievement.portal.desc
I:displayColumn=-1
I:displayRow=7
B:enable=true
B:isSpecial=false
S:item=minecraft:obsidian
S:parent=achievement.diamonds
}
ghast {
S:description=achievement.ghast.desc
I:displayColumn=-4
I:displayRow=8
B:enable=true
B:isSpecial=true
S:item=minecraft:ghast_tear
S:parent=achievement.portal
}
blazerod {
S:description=achievement.blazeRod.desc
I:displayColumn=0
I:displayRow=9
B:enable=true
B:isSpecial=false
S:item=minecraft:blaze_rod
S:parent=achievement.portal
}
potion {
S:description=achievement.potion.desc
I:displayColumn=2
I:displayRow=8
B:enable=true
B:isSpecial=false
S:item=minecraft:potion
S:parent=achievement.blazeRod
}
theend {
S:description=achievement.theEnd.desc
I:displayColumn=3
I:displayRow=10
B:enable=true
B:isSpecial=true
S:item=minecraft:ender_eye
S:parent=achievement.blazeRod
}
theend2 {
S:description=achievement.theEnd2.desc
I:displayColumn=4
I:displayRow=13
B:enable=true
B:isSpecial=true
S:item=minecraft:dragon_egg
S:parent=achievement.theEnd
}
enchantments {
S:description=achievement.enchantments.desc
I:displayColumn=-4
I:displayRow=4
B:enable=true
B:isSpecial=false
S:item=minecraft:enchanting_table
S:parent=achievement.diamonds
}
overkill {
S:description=achievement.overkill.desc
I:displayColumn=-4
I:displayRow=1
B:enable=true
B:isSpecial=true
S:item=minecraft:diamond_sword
S:parent=achievement.enchantments
}
bookcase {
S:description=achievement.bookcase.desc
I:displayColumn=-3
I:displayRow=6
B:enable=true
B:isSpecial=false
S:item=minecraft:bookshelf
S:parent=achievement.enchantments
}
breedcow {
S:description=achievement.breedCow.desc
I:displayColumn=7
I:displayRow=-5
B:enable=true
B:isSpecial=false
S:item=minecraft:wheat
S:parent=achievement.killCow
}
spawnwither {
S:description=achievement.spawnWither.desc
I:displayColumn=7
I:displayRow=12
B:enable=true
B:isSpecial=false
S:item=minecraft:skull
S:parent=achievement.theEnd2
}
killwither {
S:description=achievement.killWither.desc
I:displayColumn=7
I:displayRow=10
B:enable=true
B:isSpecial=false
S:item=minecraft:nether_star
S:parent=achievement.spawnWither
}
fullbeacon {
S:description=achievement.fullBeacon.desc
I:displayColumn=7
I:displayRow=8
B:enable=true
B:isSpecial=true
S:item=minecraft:beacon
S:parent=achievement.killWither
}
exploreallbiomes {
S:description=achievement.exploreAllBiomes.desc
I:displayColumn=4
I:displayRow=8
B:enable=true
B:isSpecial=true
S:item=minecraft:diamond_boots
S:parent=achievement.theEnd
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment