Skip to content

Commit

Permalink
fix: Pest Drops, Forge Times and Glacite Golem craft chance (#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
jani270 authored Nov 20, 2024
1 parent d2a3299 commit 105fa1b
Show file tree
Hide file tree
Showing 15 changed files with 49 additions and 59 deletions.
2 changes: 1 addition & 1 deletion items/GLACITE_GOLEM;3.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"C3": "FLAWLESS_AQUAMARINE_GEM:1"
},
"internalname": "GLACITE_GOLEM;3",
"crafttext": "Requires: Glacite IX, 50% Chance",
"crafttext": "Requires: Glacite IX, 80% Chance",
"clickcommand": "viewrecipe",
"modver": "",
"infoType": "WIKI_URL",
Expand Down
2 changes: 1 addition & 1 deletion items/GLACITE_GOLEM;4.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"C3": "FLAWLESS_AQUAMARINE_GEM:1"
},
"internalname": "GLACITE_GOLEM;4",
"crafttext": "Requires: Glacite IX, 50% Chance",
"crafttext": "Requires: Glacite IX, 20% Chance",
"clickcommand": "viewrecipe",
"modver": "",
"infoType": "WIKI_URL",
Expand Down
13 changes: 4 additions & 9 deletions items/PEST_BEETLE_MONSTER.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@
"type": "drops",
"drops": [
{
"id": "ENCHANTED_NETHER_STALK:1",
"extra": [],
"chance": "100%"
},
{
"id": "ENCHANTED_BROWN_MUSHROOM:1",
"id": "ENCHANTED_NETHER_STALK:3",
"extra": [],
"chance": "100%"
},
Expand Down Expand Up @@ -74,14 +69,14 @@
"chance": "2%"
},
{
"id": "MUTANT_NETHER_STALK:1",
"id": "MUTANT_NETHER_STALK:9",
"extra": [],
"chance": "3%"
"chance": "0.5%"
},
{
"id": "DYE_DUNG:1",
"extra": [],
"chance": "0.0002%"
"chance": "0.0004%"
}
]
}
Expand Down
8 changes: 4 additions & 4 deletions items/PEST_CRICKET_MONSTER.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"type": "drops",
"drops": [
{
"id": "ENCHANTED_CARROT:1",
"id": "ENCHANTED_CARROT:3",
"extra": [],
"chance": "100%"
},
Expand Down Expand Up @@ -60,9 +60,9 @@
"chance": "10%"
},
{
"id": "ENCHANTED_GOLDEN_CARROT:1",
"id": "ENCHANTED_GOLDEN_CARROT:12",
"extra": [],
"chance": "3%"
"chance": "0.5%"
},
{
"id": "VINYL_CRICKET_CHOIR:1",
Expand All @@ -77,7 +77,7 @@
{
"id": "DYE_DUNG:1",
"extra": [],
"chance": "0.0002%"
"chance": "0.0004%"
}
]
}
Expand Down
8 changes: 4 additions & 4 deletions items/PEST_EARTHWORM_MONSTER.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"type": "drops",
"drops": [
{
"id": "ENCHANTED_MELON:1",
"id": "ENCHANTED_MELON:5",
"extra": [],
"chance": "100%"
},
Expand Down Expand Up @@ -64,9 +64,9 @@
"chance": "2%"
},
{
"id": "ENCHANTED_MELON_BLOCK:1",
"id": "ENCHANTED_MELON_BLOCK:15",
"extra": [],
"chance": "4%"
"chance": "0.5%"
},
{
"id": "BOOKWORM_BOOK:1",
Expand All @@ -76,7 +76,7 @@
{
"id": "DYE_DUNG:1",
"extra": [],
"chance": "0.0002%"
"chance": "0.0004%"
}
]
}
Expand Down
8 changes: 4 additions & 4 deletions items/PEST_FLY_MONSTER.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"type": "drops",
"drops": [
{
"id": "ENCHANTED_HAY_BLOCK:1",
"id": "ENCHANTED_WHEAT:1",
"extra": [],
"chance": "100%"
},
Expand Down Expand Up @@ -70,14 +70,14 @@
"chance": "2%"
},
{
"id": "TIGHTLY_TIED_HAY_BALE:1",
"id": "ENCHANTED_HAY_BALE:3",
"extra": [],
"chance": "1%"
"chance": "0.5%"
},
{
"id": "DYE_DUNG:1",
"extra": [],
"chance": "0.0002%"
"chance": "0.0004%"
}
]
}
Expand Down
15 changes: 5 additions & 10 deletions items/PEST_LOCUST_MONSTER.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,10 @@
"type": "drops",
"drops": [
{
"id": "ENCHANTED_POTATO:1",
"id": "ENCHANTED_POTATO:3",
"extra": [],
"chance": "100%"
},
{
"id": "ENCHANTED_POISONOUS_POTATO:1",
"extra": [],
"chance": "5%"
},
{
"id": "COMPOST:1",
"extra": [],
Expand Down Expand Up @@ -70,19 +65,19 @@
"chance": "2%"
},
{
"id": "ENCHANTED_BAKED_POTATO:1",
"id": "ENCHANTED_BAKED_POTATO:10",
"extra": [],
"chance": "3%"
"chance": "0.5%"
},
{
"id": "SUNDER;6:1",
"extra": [],
"chance": "1%"
"chance": "0.5%"
},
{
"id": "DYE_DUNG:1",
"extra": [],
"chance": "0.0002%"
"chance": "0.0004%"
}
]
}
Expand Down
8 changes: 4 additions & 4 deletions items/PEST_MITE_MONSTER.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"type": "drops",
"drops": [
{
"id": "ENCHANTED_CACTUS_GREEN:1",
"id": "ENCHANTED_CACTUS_GREEN:2",
"extra": [],
"chance": "100%"
},
Expand Down Expand Up @@ -64,9 +64,9 @@
"chance": "2%"
},
{
"id": "ENCHANTED_CACTUS:1",
"id": "ENCHANTED_CACTUS:6",
"extra": [],
"chance": "2%"
"chance": "0.5%"
},
{
"id": "ATMOSPHERIC_FILTER:1",
Expand All @@ -76,7 +76,7 @@
{
"id": "DYE_DUNG:1",
"extra": [],
"chance": "0.0002%"
"chance": "0.0004%"
}
]
}
Expand Down
8 changes: 4 additions & 4 deletions items/PEST_MOSQUITO_MONSTER.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"type": "drops",
"drops": [
{
"id": "ENCHANTED_SUGAR:1",
"id": "ENCHANTED_SUGAR:2",
"extra": [],
"chance": "100%"
},
Expand Down Expand Up @@ -65,9 +65,9 @@
"chance": "2%"
},
{
"id": "ENCHANTED_SUGAR_CANE:1",
"id": "ENCHANTED_SUGAR_CANE:6",
"extra": [],
"chance": "2%"
"chance": "0.5%"
},
{
"id": "CLIPPED_WINGS:1",
Expand All @@ -77,7 +77,7 @@
{
"id": "DYE_DUNG:1",
"extra": [],
"chance": "0.0002%"
"chance": "0.0004%"
}
]
}
Expand Down
8 changes: 4 additions & 4 deletions items/PEST_MOTH_MONSTER.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"type": "drops",
"drops": [
{
"id": "ENCHANTED_COCOA:1",
"id": "ENCHANTED_COCOA:3",
"extra": [],
"chance": "100%"
},
Expand Down Expand Up @@ -65,9 +65,9 @@
"chance": "2%"
},
{
"id": "ENCHANTED_COOKIE:1",
"id": "ENCHANTED_COOKIE:11",
"extra": [],
"chance": "3%"
"chance": "0.5%"
},
{
"id": "WRIGGLING_LARVA:1",
Expand All @@ -77,7 +77,7 @@
{
"id": "DYE_DUNG:1",
"extra": [],
"chance": "0.0002%"
"chance": "0.0004%"
}
]
}
Expand Down
8 changes: 4 additions & 4 deletions items/PEST_RAT_MONSTER.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"info": [
"https://wiki.hypixel.net/Rat(Pest)"
"https://wiki.hypixel.net/Rat_(Pest)"
],
"crafttext": "",
"recipes": [
Expand Down Expand Up @@ -65,9 +65,9 @@
"chance": "2%"
},
{
"id": "POLISHED_PUMPKIN:1",
"id": "POLISHED_PUMPKIN:3",
"extra": [],
"chance": "1%"
"chance": "0.5%"
},
{
"id": "RAT;4:1",
Expand All @@ -77,7 +77,7 @@
{
"id": "DYE_DUNG:1",
"extra": [],
"chance": "0.0002%"
"chance": "0.0004%"
}
]
}
Expand Down
8 changes: 4 additions & 4 deletions items/THEORETICAL_HOE_WHEAT_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
],
"recipe": {
"A1": "JACOBS_TICKET:16",
"A2": "ENCHANTED_HAY_BLOCK:64",
"A2": "ENCHANTED_WHEAT:16",
"A3": "JACOBS_TICKET:16",
"B1": "ENCHANTED_HAY_BLOCK:64",
"B1": "ENCHANTED_WHEAT:16",
"B2": "THEORETICAL_HOE_WHEAT_1:1",
"B3": "ENCHANTED_HAY_BLOCK:64",
"B3": "ENCHANTED_WHEAT:16",
"C1": "JACOBS_TICKET:16",
"C2": "ENCHANTED_HAY_BLOCK:64",
"C2": "ENCHANTED_WHEAT:16",
"C3": "JACOBS_TICKET:16"
},
"internalname": "THEORETICAL_HOE_WHEAT_2",
Expand Down
8 changes: 4 additions & 4 deletions items/THEORETICAL_HOE_WHEAT_3.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
],
"recipe": {
"A1": "JACOBS_TICKET:64",
"A2": "TIGHTLY_TIED_HAY_BALE:16",
"A2": "ENCHANTED_HAY_BALE:16",
"A3": "JACOBS_TICKET:64",
"B1": "TIGHTLY_TIED_HAY_BALE:16",
"B1": "ENCHANTED_HAY_BALE:16",
"B2": "THEORETICAL_HOE_WHEAT_2:1",
"B3": "TIGHTLY_TIED_HAY_BALE:16",
"B3": "ENCHANTED_HAY_BALE:16",
"C1": "JACOBS_TICKET:64",
"C2": "TIGHTLY_TIED_HAY_BALE:16",
"C2": "ENCHANTED_HAY_BALE:16",
"C3": "JACOBS_TICKET:64"
},
"internalname": "THEORETICAL_HOE_WHEAT_3",
Expand Down
2 changes: 1 addition & 1 deletion items/TUNGSTEN_KEY.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"count": 1.0,
"overrideOutputId": "TUNGSTEN_KEY",
"duration": 30
"duration": 1800
}
],
"info": [
Expand Down
2 changes: 1 addition & 1 deletion items/UMBER_KEY.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"count": 1.0,
"overrideOutputId": "UMBER_KEY",
"duration": 30
"duration": 1800
}
],
"info": [
Expand Down

0 comments on commit 105fa1b

Please sign in to comment.