configure gradle build and java toolchain

This commit is contained in:
2026-03-20 16:32:43 -04:00
parent 1b05b30670
commit 203e06d455
10 changed files with 504 additions and 56 deletions

View File

@@ -24,23 +24,23 @@ _There are other repair kit mods that also allow you to enhance maxium durabilit
Below is a breakdown of every kit available, ordered from basic field maintenance to legendary restoration.
| <strong>Tier</strong> |<strong>Change to Max Durability</strong> |<strong>Crafting Materials</strong> |<strong>Bench</strong> |
| **Tier** |**Change to Max Durability** |**Crafting Materials** |**Bench** |
| ---------------------- |------------------------ |--------------------------------------------------- |-------------- |
| <strong>Copper (Fieldcrafting)</strong> |<strong>-5.0%</strong> |2x Fibre, 4x Copper Ore, 2x Stick |Fieldcraft |
| <strong>Copper</strong> |<strong>-5.0%</strong> |2x Fibre, 4x Copper Bar, 2x Stick |Workbench (T1) |
| <strong>Iron</strong> |<strong>0%</strong> |2x Linen Scrap, 8x Iron Bar, 2x Light Leather |Workbench (T1) |
| <strong>Gold</strong> |<strong>+1.0%</strong> |4x Bolt of Wool, 16x Gold Bar, 4x Fire Essence |Workbench (T2) |
| <strong>Silver</strong> |<strong>+1.0%</strong> |4x Bolt of Wool, 16x Silver Bar, 4x Fire Essence |Workbench (T2) |
| <strong>Thorium</strong> |<strong>+2.5%</strong> |2x Sturdy Chitin, 16x Thorium Bar, 2x Venom Sac |Workbench (T2) |
| <strong>Cobalt</strong> |<strong>+5.0%</strong> |4x Shadoweave Scrap, 16x Cobalt Bar, 4x Ice Essence |Workbench (T2) |
| <strong>Adamantite</strong> |<strong>+7.5%</strong> |4x Red Crystal, 16x Adamantite Bar, 4x Fire Essence |Workbench (T3) |
| <strong>Mithril</strong> |<strong>+10.0%</strong> |4x Voidheart, 16x Mithril Bar, 4x Storm Leather |Workbench (T3) |
| <strong>Onyxium</strong> |<strong>+12.5%</strong> |1x Voidstone, 16x Onyxium Bar, 4x Storm Leather |Workbench (T3) |
| <strong>Prisma</strong> |<strong>+15.0%</strong> |1x Diamond, 16x Prisma Bar, 4x Storm Leather |Workbench (T3) |
| **Copper (Fieldcrafting)** |**-5.0%** |2x Fibre, 4x Copper Ore, 2x Stick |Fieldcraft |
| **Copper** |**-5.0%** |2x Fibre, 4x Copper Bar, 2x Stick |Workbench (T1) |
| **Iron** |**0%** |2x Linen Scrap, 8x Iron Bar, 2x Light Leather |Workbench (T1) |
| **Gold** |**+1.0%** |4x Bolt of Wool, 16x Gold Bar, 4x Fire Essence |Workbench (T2) |
| **Silver** |**+1.0%** |4x Bolt of Wool, 16x Silver Bar, 4x Fire Essence |Workbench (T2) |
| **Thorium** |**+2.5%** |2x Sturdy Chitin, 16x Thorium Bar, 2x Venom Sac |Workbench (T2) |
| **Cobalt** |**+5.0%** |4x Shadoweave Scrap, 16x Cobalt Bar, 4x Ice Essence |Workbench (T2) |
| **Adamantite** |**+7.5%** |4x Red Crystal, 16x Adamantite Bar, 4x Fire Essence |Workbench (T3) |
| **Mithril** |**+10.0%** |4x Voidheart, 16x Mithril Bar, 4x Storm Leather |Workbench (T3) |
| **Onyxium** |**+12.5%** |1x Voidstone, 16x Onyxium Bar, 4x Storm Leather |Workbench (T3) |
| **Prisma** |**+15.0%** |1x Diamond, 16x Prisma Bar, 4x Storm Leather |Workbench (T3) |
***
> <span style="color:#ba372a"><strong>Design Note:</strong> This mod is balanced for servers or playthroughs utilizing rare item variants, enchanted gear, or quality-based crafting (like Romna's) and therefore may not be appropriate for vanilla playthroughs. In these settings, preserving a high-stat item is often more valuable than crafting a new one. Consequently, high-tier recipes are intentionally expensive.<br><br>The intent is to give use to early game materials to maintain higer tier tools (i.e. using excess Gold/Iron/Thorium Ingots to craft Repair Kits to improve a Adamantite Pickaxe for example).</span>
> <span style="color:#ba372a">**Design Note:** This mod is balanced for servers or playthroughs utilizing rare item variants, enchanted gear, or quality-based crafting (like Romna's) and therefore may not be appropriate for vanilla playthroughs. In these settings, preserving a high-stat item is often more valuable than crafting a new one. Consequently, high-tier recipes are intentionally expensive.<br><br>The intent is to give use to early game materials to maintain higer tier tools (i.e. using excess Gold/Iron/Thorium Ingots to craft Repair Kits to improve a Adamantite Pickaxe for example).</span>
***