Skip to content

Releases: gigaherz/Survivalist

Avoid crash with broken mods (1.9.4-1.10.2)

24 Aug 14:20
Compare
Choose a tag to compare

Apparently some mods return their drops using ImmutableLists. This makes it impossible to run the drop replacement code on them, and would crash when attempting to do so.

I have added checks to avoid running the code on ImmutableLists, but I still believe the issue to NOT be my fault, but rather those mods misbehaving.

A few improvements (1.9.4-1.10.2)

22 Aug 13:39
Compare
Choose a tag to compare
  • Separate settings for importing planks recipes, and removing vanilla planks recipes.
  • Consume durability of axe when used in chopping block.
  • Make Scraping enchantment not apply to EVERY SINGLE ITEM EVER.

Avoid crash with broken mods

30 Jul 12:08
Compare
Choose a tag to compare

Gracefully reject ItemStacks with null items. Avoids crashing if a broken mod is installed.

Fix JEI crash with chopping/drying disabled

29 Jul 22:48
Compare
Choose a tag to compare
  • Avoid crash if JEI was installed but the drying rack or chopping block were disabled.
  • Disable integration for the respective recipes if the blocks are disabled.

Show target block on JEI recipes

29 Jul 14:29
Compare
Choose a tag to compare

Tiny change, but useful enough for a release.

Many changes

28 Jul 22:28
Compare
Choose a tag to compare
  • Added JEI integration for Drying Rack and Chopping Block recipes.
  • Added config option to adjust the probability of the chopping block's condition worsening.
  • Moved some recipe tweaks to post-init, to allow other mods to register their recipes.
  • Added support for other recipe types when scanning for logs to planks. Allows BoP and Forestry woods to be recognized.
  • Changed the algorithm for deciding the number of dropped items.
    • It will result in the same values as before, except for planks to sticks mined with the hand.

Avoid crash with Mekanism

27 Jul 18:09
Compare
Choose a tag to compare

Improved the early-exit conditions on the capability attach event. Prevents a null pointer access if the entity's world is null.

Allow chopping with the hand (inefficiently)

25 Jul 20:17
Compare
Choose a tag to compare

With 60% chance of not getting anything in return. Make an axe as soon as possible!

Fix crash

25 Jul 18:56
Compare
Choose a tag to compare

Fix crash when clicking the chopping block with an empty hand.

Chopping block, mod ore rocks

25 Jul 17:28
Compare
Choose a tag to compare

New features:

  • Chopping block
    • Crafted from Logs
    • Allows chopping logs into planks
    • Allows chopping planks into sticks
    • Yield depends on tool quality
  • Mod Ore Rocks and their corresponding nuggets
    • Metals supported: Copper, Tin, Lead, Silver
    • Same rules as the gold and iron rocks