Skip to content

Commit

Permalink
Add the Industrial Rebreather Kit
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Oct 5, 2024
1 parent 9835bd1 commit 15dcb60
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ public class LabsItems {
public static ItemBase DENSE_HYDROGEN;
public static ItemBase ULTRA_DENSE_HYDROGEN;

public static ItemBase INDUSTRIAL_REBREATHER_KIT;

public static ItemBase MAGNETRON;

public static ItemInfo INFO_ITEM;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ public static void initMisc() {
ULTRA_DENSE_HYDROGEN = createItem(
new ItemBase(makeLabsName("ultradensehydrogen"), LabsCreativeTabs.TAB_NOMI_LABS));

INDUSTRIAL_REBREATHER_KIT = createItem(new ItemBase(makeLabsName("industrial_rebreather_kit"),
LabsCreativeTabs.TAB_NOMI_LABS, EnumRarity.EPIC));

MAGNETRON = createItem(new ItemBase(makeLabsName("magnetron"), LabsCreativeTabs.TAB_NOMI_LABS));

// Custom model handling is in LabsItems
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/assets/nomilabs/lang/en_us.lang
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,8 @@ item.nomilabs.info_item.name=Information
item.nomilabs.pulsatingdust.name=Pulsating Dust
item.nomilabs.pulsatingmesh.name=Pulsating Mesh

item.nomilabs.industrial_rebreather_kit.name=Industrial Rebreather Kit

#-----------------Commands-----------------#

command.nomilabs.difficulty.labs_locked_1=§cThe difficulty of this world is locked to %s§c!
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "nomilabs:items/industrial_rebreather_kit"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 15dcb60

Please sign in to comment.