Skip to content

Commit

Permalink
remove unused items
Browse files Browse the repository at this point in the history
  • Loading branch information
MBatt1 committed Mar 23, 2024
1 parent e78d759 commit bd7293d
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 165 deletions.
12 changes: 0 additions & 12 deletions src/main/java/net/id/paradiselost/items/ParadiseLostItems.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@
import net.id.paradiselost.ParadiseLost;
import net.id.paradiselost.blocks.ParadiseLostBlocks;
import net.id.paradiselost.entities.ParadiseLostEntityTypes;
import net.id.paradiselost.fluids.ParadiseLostFluids;
import net.id.paradiselost.items.accessories.ParachuteTrinketItem;
import net.id.paradiselost.items.armor.ParadiseLostArmorMaterials;
import net.id.paradiselost.items.food.ParadiseLostFoodComponent;
import net.id.paradiselost.items.food.MysteryMilkItem;
import net.id.paradiselost.items.misc.*;
import net.id.paradiselost.items.tools.ParadiseLostToolMaterials;
import net.id.paradiselost.items.tools.AurelBucketItem;
import net.id.paradiselost.items.tools.VialItem;
import net.id.paradiselost.items.tools.base_tools.*;
import net.id.paradiselost.items.tools.bloodstone.AbstentineBloodstoneItem;
import net.id.paradiselost.items.tools.bloodstone.CherineBloodstoneItem;
Expand Down Expand Up @@ -158,7 +155,6 @@ private static Settings food(FoodComponent foodComponent, Rarity rarity) {
public static final Item AMADRYS_BREAD_GLAZED = add("amadrys_bread_glazed", new Item(food(ParadiseLostFoodComponent.AMADRYS_BREAD_GLAZED)));
public static final AliasedBlockItem SWEDROOT = add("swedroot", new AliasedBlockItem(ParadiseLostBlocks.SWEDROOT, food(ParadiseLostFoodComponent.SWEDROOT)), compostable30);
public static final AliasedBlockItem FLAXSEED = add("flaxseed", new AliasedBlockItem(ParadiseLostBlocks.FLAX, food()), compostable30);
public static final MysteryMilkItem MYSTERY_MILK = add("mystery_milk", new MysteryMilkItem(food(ParadiseLostFoodComponent.MYSTERY_MILK, EPIC).maxCount(1)));
public static final Item GINGERBREAD_MAN = add("gingerbread_man", new Item(food(ParadiseLostFoodComponent.SWEDROOT)), compostable30);
public static final Item MOA_MEAT = add("moa_meat", new Item(food(ParadiseLostFoodComponent.MOA_MEAT)));
public static final Item COOKED_MOA_MEAT = add("moa_meat_cooked", new Item(food(ParadiseLostFoodComponent.COOKED_MOA_MEAT)));
Expand All @@ -183,14 +179,6 @@ private static Settings misc() {
public static final AurelBucketItem AUREL_WATER_BUCKET = add("aurel_water_bucket", new AurelBucketItem(Fluids.WATER, aurelBucket), emptiableBucketBehavior);
public static final AurelBucketItem AUREL_MILK_BUCKET = add("aurel_milk_bucket", new AurelBucketItem(aurelBucket));

public static final VialItem VIAL = add("vial", new VialItem(Fluids.EMPTY, misc().maxCount(32)));
public static final VialItem CLOUD_VIAL = add("cloud_vial", new VialItem(ParadiseLostFluids.DENSE_CLOUD, misc().maxCount(32)));
/* TODO: Implement dungeon keys
public static final Item BRONZE_KEY = add("bronze_key", new Item(misc().rarity(ParadiseLostRarity.PARADISE_LOST_LOOT)));
public static final Item SILVER_KEY = add("silver_key", new Item(misc().rarity(ParadiseLostRarity.PARADISE_LOST_LOOT)));
public static final Item GOLDEN_KEY = add("golden_key", new Item(misc().rarity(ParadiseLostRarity.PARADISE_LOST_LOOT)));
*/

public static final SpawnEggItem HELLENROSE_SPAWN_EGG = add("hellenrose_spawn_egg", new SpawnEggItem(ParadiseLostEntityTypes.HELLENROSE, 0x97DED4, 0x31897D, misc), spawnEggBehavior);
public static final SpawnEggItem PARADISE_HARE_SPAWN_EGG = add("corsican_hare_spawn_egg", new SpawnEggItem(ParadiseLostEntityTypes.PARADISE_HARE, 0xC5D6ED, 0x82A6D9, misc), spawnEggBehavior);
public static final SpawnEggItem MOA_SPAWN_EGG = add("moa_spawn_egg", new SpawnEggItem(ParadiseLostEntityTypes.MOA, 0xC55C2E4, 0xB3A8BB, misc), spawnEggBehavior);
Expand Down
25 changes: 0 additions & 25 deletions src/main/java/net/id/paradiselost/items/food/MysteryMilkItem.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ public class ParadiseLostFoodComponent {
public static final FoodComponent SWEDROOT = new FoodComponent.Builder().hunger(2).saturationModifier(1.5F).build();
public static final FoodComponent GENERIC_WORSE = new FoodComponent.Builder().hunger(1).saturationModifier(0.25F)
.statusEffect(new StatusEffectInstance(StatusEffects.NAUSEA, 100, 0), 0.075F).build();
public static final FoodComponent MYSTERY_MILK = new FoodComponent.Builder().hunger(12).saturationModifier(1F).snack().alwaysEdible()
.statusEffect(new StatusEffectInstance(StatusEffects.REGENERATION, 1200, 2), 1F)
.statusEffect(new StatusEffectInstance(StatusEffects.ABSORPTION, 3600, 4), 1F)
.statusEffect(new StatusEffectInstance(StatusEffects.RESISTANCE, 3600, 1), 1F).build();
public static final FoodComponent AMADRYS_NOODLES = new FoodComponent.Builder().hunger(7).saturationModifier(0.5F).build();
public static final FoodComponent AMADRYS_BREAD = new FoodComponent.Builder().hunger(5).saturationModifier(1.2F).build();
public static final FoodComponent AMADRYS_BREAD_GLAZED = new FoodComponent.Builder().hunger(8).saturationModifier(1.4F).build();
Expand Down
116 changes: 0 additions & 116 deletions src/main/java/net/id/paradiselost/items/tools/VialItem.java

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,6 @@
}
}
},
"malk": {
"trigger": "minecraft:consume_item",
"conditions": {
"item": {
"items": ["paradise_lost:mystery_milk"]
}
}
},
"mert": {
"trigger": "minecraft:consume_item",
"conditions": {
Expand Down

0 comments on commit bd7293d

Please sign in to comment.