Skip to content

Commit

Permalink
Adds (the rest) of the murder mystery weapon skins (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
smugvee authored Oct 3, 2024
1 parent ef00018 commit 6376c67
Showing 1 changed file with 30 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,36 @@ public class MurderMystery extends Module {
Items.iron_axe,
Items.diamond_axe,
Items.stick,
Items.blaze_rod
Items.blaze_rod,
Items.stone_shovel,
Items.diamond_shovel,
Items.quartz,
Items.pumpkin_pie,
Items.golden_pickaxe,
Items.apple,
Items.name_tag,
Items.carrot_on_a_stick,
Items.bone,
Items.carrot,
Items.golden_carrot,
Items.cookie,
Items.diamond_axe,
Items.cooked_beef,
Items.netherbrick,
Items.cooked_chicken,
Items.record_blocks,
Items.golden_hoe,
Items.diamond_hoe,
Items.shears,
Items.cooked_fish,
Items.boat,
Items.speckled_melon,
Items.book,
Items.prismarine_shard,
Item.getItemById(19),
Item.getItemById(32),
Item.getItemById(175),
Item.getItemById(6)
));

public MurderMystery() {
Expand Down

0 comments on commit 6376c67

Please sign in to comment.