Skip to content

Commit

Permalink
Reduce exosuit armor level to iron-like
Browse files Browse the repository at this point in the history
  • Loading branch information
Rearth committed Dec 11, 2024
1 parent 70c5e95 commit 4c36da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/java/rearth/oritech/init/ToolsContent.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class ToolsContent implements ArchitecturyRegistryContainer<Item> {
protected static final Item.Settings ELECTRIC_SETTINGS = UNBREAKING_SETTINGS; //.component(Oritech.ENERGY_CONTENT.componentType(), 0L);
protected static final Item.Settings JETPACK_SETTINGS = UNBREAKING_SETTINGS; // .component(ComponentContent.STORED_FLUID.get(), FluidStack.create(FluidContent.STILL_FUEL.get().getStill(), 0)); //.component(Oritech.ENERGY_CONTENT.componentType(), 0L);

public static final RegistryEntry<ArmorMaterial> EXOSUIT_MATERIAL = ArmorMaterials.DIAMOND;
public static final RegistryEntry<ArmorMaterial> EXOSUIT_MATERIAL = ArmorMaterials.IRON;
public static final RegistryEntry<ArmorMaterial> JETPACK_MATERIAL = ArmorMaterials.LEATHER;
public static final ToolMaterial ELECTRIC_MATERIAL = new ElectricToolMaterial();
public static final ToolMaterial PROMETHIUM_MATERIAL = new PromethiumToolMaterial();
Expand Down

0 comments on commit 4c36da4

Please sign in to comment.