Skip to content

Commit

Permalink
patched more
Browse files Browse the repository at this point in the history
Took 1 hour 3 minutes
  • Loading branch information
Swofty-Developments committed Nov 10, 2024
1 parent 7b39588 commit 5e8d057
Show file tree
Hide file tree
Showing 17 changed files with 199 additions and 203 deletions.
4 changes: 3 additions & 1 deletion commons/src/main/java/net/swofty/commons/item/ItemType.java
Original file line number Diff line number Diff line change
Expand Up @@ -1120,14 +1120,16 @@ public enum ItemType {
ALLIUM(Material.ALLIUM, Rarity.COMMON),
AZURE_BLUET(Material.AZURE_BLUET, Rarity.COMMON),
OXEYE_DAISY(Material.OXEYE_DAISY, Rarity.COMMON),

RAW_BEEF(Material.BEEF, Rarity.UNCOMMON),
RAW_CHICKEN(Material.CHICKEN, Rarity.UNCOMMON),

/**
* Enchanted Items
*/
ENCHANTED_ACACIA_LOG(Material.ACACIA_LOG, Rarity.UNCOMMON),
ENCHANTED_BAKED_POTATO(Material.BAKED_POTATO, Rarity.UNCOMMON),
ENCHANTED_BIRCH_LOG(Material.BIRCH_LOG, Rarity.UNCOMMON),
ENCHANTED_SLIMEBALL(Material.SLIME_BALL, Rarity.UNCOMMON),
ENCHANTED_BLAZE_ROD(Material.BLAZE_ROD, Rarity.UNCOMMON),
ENCHANTED_BLAZE_POWDER(Material.BLAZE_POWDER, Rarity.UNCOMMON),
ENCHANTED_BONE(Material.BONE, Rarity.UNCOMMON),
Expand Down
6 changes: 1 addition & 5 deletions configuration/collections/Mining.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ collections:
- type: RECIPE
data:
recipeType: MINING
resultType: SUPER_COMPACTOR_
resultType: SUPER_COMPACTOR_3000
resultAmount: 1
pattern: []
ingredients:
Expand Down Expand Up @@ -787,10 +787,6 @@ collections:
- type: XP
data:
xp: 4
- type: SPECIAL_UNLOCK
data:
unlockedItemType: HARD_STONE_MINION
isMinionRecipes: true
- amount: 1000
rewards:
- type: XP
Expand Down
18 changes: 0 additions & 18 deletions configuration/items/communitycenter/sacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ items:
- SUPERLITE_MOTOR
- SYNTHETIC_HEART
- WISHING_COMPASS
- YOGGIE
max_capacity: 20160
handler_id: CRYSTAL_HOLLOWS_SACK_SACK
- id: DUNGEON_SACK
Expand All @@ -33,23 +32,6 @@ items:
valid_items:
- ANCIENT_ROSE
- BIGFOOT_LASSO
- BONZO_FRAGMENT
- DECOY
- DUNGEON_CHEST_KEY
- FEL_PEARL
- HEALING_TISSUE
- INFLATABLE_JERRY
- JOLLY_PINK_ROCK
- KISMET_FEATHER
- LASR_EYE
- LIVID_FRAGMENT
- MIMIC_FRAGMENT
- SCARF_FRAGMENT
- SPIRIT_LEAP
- SUPERBOOM_TNT
- THORN_FRAGMENT
- TRAP
- WITHER_CATALYST
max_capacity: 20160
handler_id: DUNGEON_SACK_SACK
- id: DWARVEN_SACK
Expand Down
Loading

0 comments on commit 5e8d057

Please sign in to comment.