Skip to content

Commit

Permalink
Stygian Pomegranates 1/10 chance
Browse files Browse the repository at this point in the history
  • Loading branch information
brnbrd committed Oct 3, 2024
1 parent 400f842 commit e4c1f73
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.20.1 2024-09-29T06:53:48.3336152 Languages: en_us
10f1d84e9bcb7773cf8a6d6a1d22442287ad26a8 assets/collectorsreap/lang/en_us.json
// 1.20.1 2024-10-03T09:17:39.3339556 Languages: en_us
319c349574e4de43eb9d3148e21f34c2749bd77c assets/collectorsreap/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"desc.collectorsreap.pomegranate": "Pomegranates can be found as a wild bush in warped forests.",
"desc.collectorsreap.pomegranate.pollination": "A flowering Pomegranate Bush will grow fruit in the Overworld when pollinated by a Bee.",
"desc.collectorsreap.portobello": "Portobellos can be rarely found in meadows.",
"desc.collectorsreap.stygian_pomegranate": "Stygian Pomegranates are a dangerous variant that can be occasionally picked from Pomegranate Bushes growing on Resurgent Soil.",
"desc.collectorsreap.stygian_pomegranate": "Stygian Pomegranates are a dangerous variant that can be rarely picked from Pomegranate Bushes growing on Resurgent Soil.",
"effect.collectorsreap.corrosion": "Corrosion",
"effect.collectorsreap.corrosion.description": "Provides the user a defensive acid shield, corroding projectiles and damaging attack weapons.",
"effect.collectorsreap.volatility": "Volatility",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public ItemStack getSpecialFruit() {

@Override
public int getSpecialChance() {
return 6;
return 10;
}

// Can receive boost from Nether or block below.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private void addText() {
add("desc." + CollectorsReap.MODID + "." + Util.name(CRItems.LIME) + ".pollination", "A flowering Lime Bush will grow fruit when pollinated by a Bee.");
add("desc." + CollectorsReap.MODID + "." + Util.name(CRItems.POMEGRANATE), "Pomegranates can be found as a wild bush in warped forests.");
add("desc." + CollectorsReap.MODID + "." + Util.name(CRItems.POMEGRANATE) + ".pollination", "A flowering Pomegranate Bush will grow fruit in the Overworld when pollinated by a Bee.");
add("desc." + CollectorsReap.MODID + "." + Util.name(CRItems.STYGIAN_POMEGRANATE), "Stygian Pomegranates are a dangerous variant that can be occasionally picked from Pomegranate Bushes growing on Resurgent Soil.");
add("desc." + CollectorsReap.MODID + "." + Util.name(CRItems.STYGIAN_POMEGRANATE), "Stygian Pomegranates are a dangerous variant that can be rarely picked from Pomegranate Bushes growing on Resurgent Soil.");
add("config.jade.plugin_" + CollectorsReap.MODID + ".crop_progress", "Crop Progress");
add(CollectorsReap.MODID + ".subtitle.urchin_dart.throw", "Urchin Dart thrown");
add(CollectorsReap.MODID + ".subtitle.urchin_dart.hit", "Urchin Dart hits");
Expand Down

0 comments on commit e4c1f73

Please sign in to comment.