diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-15 18:32:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-15 18:32:10 -0300 |
commit | ccd15e0f14ca670325ef28d88f113d08248c17a5 (patch) | |
tree | 96bf4b6ee007a9141184d6c3df9c7a81576d4280 /db | |
parent | dd073d4c0dead88fe6dcf219aebe174d04a0c76a (diff) | |
download | serverdata-ccd15e0f14ca670325ef28d88f113d08248c17a5.tar.gz serverdata-ccd15e0f14ca670325ef28d88f113d08248c17a5.tar.bz2 serverdata-ccd15e0f14ca670325ef28d88f113d08248c17a5.tar.xz serverdata-ccd15e0f14ca670325ef28d88f113d08248c17a5.zip |
Change pants recipes
Diffstat (limited to 'db')
-rw-r--r-- | db/craft_db.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 43b5d4a4b..92c7df80f 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -3810,7 +3810,7 @@ craft_db: ( { CottonCloth: 10 CaveSnakeSkin: 5 - LeatherPatch: 10 + LeatherPatch: 7 EarthPowder: 1 }, ) @@ -3959,7 +3959,7 @@ craft_db: ( ( { IronIngot: 10 - SilverIngot: 15 + SilverIngot: 12 LeatherPatch: 26 EarthPowder: 1 }, @@ -3989,8 +3989,8 @@ craft_db: ( ( { TitaniumIngot: 5 - CopperIngot: 4 - LeatherPatch: 28 + CopperIngot: 5 + LeatherPatch: 30 EarthPowder: 1 }, ) @@ -4018,7 +4018,7 @@ craft_db: ( SourceItems: ( { - TitaniumIngot: 8 + TitaniumIngot: 5 SilverIngot: 10 LeatherPatch: 30 EarthPowder: 1 @@ -4049,8 +4049,8 @@ craft_db: ( ( { IridiumIngot: 3 - CottonCloth: 35 - LeatherPatch: 34 + CottonCloth: 45 + LeatherPatch: 40 EarthPowder: 1 }, ) |