From ae78de41ef97b33a84d019a22ccb97df2e584ed0 Mon Sep 17 00:00:00 2001 From: LadyVulcan Date: Thu, 15 Nov 2018 10:56:29 -0500 Subject: [PATCH 1/2] Updating Brewing Job Fixed names of melon slice and nether wart, and added Dragon's Breath and Gunpowder (Sulphur) NETHER_STALK ---> NETHER_WART SPECKLED_MELON ---> GLISTERING_MELON_SLICE --- Jobs/jobConfig.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Jobs/jobConfig.yml b/Jobs/jobConfig.yml index c7a917d..663e3f1 100755 --- a/Jobs/jobConfig.yml +++ b/Jobs/jobConfig.yml @@ -2185,7 +2185,7 @@ Jobs: Id: 379 Data: 0 Brew: - NETHER_STALK: + NETHER_WART: income: 6.0 points: 6.0 experience: 6.0 @@ -2213,7 +2213,7 @@ Jobs: income: 7.0 points: 7.0 experience: 7.0 - SPECKLED_MELON: + GLISTERING_MELON_SLICE: income: 10.0 points: 10.0 experience: 10.0 @@ -2237,6 +2237,14 @@ Jobs: income: 18.0 points: 18.0 experience: 18.0 + GUNPOWDER: + income: 10.0 + points: 10.0 + experience: 10.0 + DRAGON_BREATH: + income: 20.0 + points: 20.0 + experience: 20.0 Enchanter: fullname: Enchanter shortname: E From 299ff20684b349631e13c8161d7aaae13e2c94f1 Mon Sep 17 00:00:00 2001 From: LadyVulcan Date: Thu, 15 Nov 2018 15:37:13 -0500 Subject: [PATCH 2/2] Included unpolished stones Granite, Andesite, Diorite. Consolidated all stone into one place command, due to being all the same ID of "1" --- Jobs/jobConfig.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/Jobs/jobConfig.yml b/Jobs/jobConfig.yml index 663e3f1..86d05e6 100755 --- a/Jobs/jobConfig.yml +++ b/Jobs/jobConfig.yml @@ -832,17 +832,9 @@ Jobs: toLevel: 100 fromLevel: 5 Place: - STONE-2: - income: 1.3 - points: 1.3 - experience: 2 - STONE-4: - income: 1.3 - points: 1.3 - experience: 2 - STONE-6: - income: 1.3 - points: 1.3 + STONE: #All variants, polished and not, granite, etc. + income: 1.0 + points: 1.0 experience: 2 COBBLESTONE: income: 0.7