added GPS by Ayutac (#3054)
* added GPS by Ayutac * removed the broken tooltip Co-authored-by: ayutac <fly.high.android@gmail.com>
This commit is contained in:
parent
f9bf648bfe
commit
3d5300e908
8 changed files with 123 additions and 0 deletions
|
@ -221,6 +221,7 @@ public class ModRegistry {
|
|||
RebornRegistry.registerItem(TRContent.CLOAKING_DEVICE = InitUtils.setup(new CloakingDeviceItem(), "cloaking_device"));
|
||||
|
||||
// Other
|
||||
RebornRegistry.registerItem(TRContent.GPS = InitUtils.setup(new GpsItem(), "gps"));
|
||||
RebornRegistry.registerItem(TRContent.FREQUENCY_TRANSMITTER = InitUtils.setup(new FrequencyTransmitterItem(), "frequency_transmitter"));
|
||||
RebornRegistry.registerItem(TRContent.SCRAP_BOX = InitUtils.setup(new ScrapBoxItem(), "scrap_box"));
|
||||
RebornRegistry.registerItem(TRContent.MANUAL = InitUtils.setup(new ManualItem(), "manual"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue