More siren tracks, cel prime gui textures

This commit is contained in:
HbmMods 2018-03-27 23:52:25 +02:00
parent 4ba4857737
commit 11c4d9c72a
14 changed files with 20 additions and 4 deletions

View File

@ -5,9 +5,11 @@ itemGroup.tabNuke=NTM Bomben und Ausrüstung
itemGroup.tabMachine=NTM Vorlagen
achievement.sacrifice=Sororizid
achievement.sacrifice.desc=Überlebe den Flammentod.
achievement.sacrifice.desc=Sterbe im Feuer, aber irgendwie auch nicht.
achievement.impossible=Vollkommen unmöglich
achievement.impossible.desc=Du kannst diese Errungenschaft nicht bekommen.
achievement.tasteofblood=Der Geschmack von Blut
achievement.tasteofblood.desc=ist nicht Teil des Testprotokolls.
potion.hbm_taint=Verdorben

View File

@ -8,6 +8,8 @@ achievement.sacrifice=Sororicide
achievement.sacrifice.desc=Face the fire and live.
achievement.impossible=Literally impossible
achievement.impossible.desc=You can't get this achievement.
achievement.tasteofblood=The Taste of Blood
achievement.tasteofblood.desc=is not part of any testing protocol.
potion.hbm_taint=Tainted
@ -176,7 +178,7 @@ item.fleija_core.name=F.L.E.I.J.A. Uranium 235 Charge
item.solinium_igniter.name=SOL Pulse Igniter
item.solinium_propellant.name=SOL Compression Charge
item.solinium_core.name=Semistable Solinium Core
item.solinium_core.name=Semi-Stable Solinium Core
container.nukeGadget=The Gadget
container.nukeBoy=Little Boy

View File

@ -91,5 +91,9 @@
"alarm.hatch": {"category": "record", "sounds": [{"name": "alarm/lpfhaiwg", "stream": false}]},
"alarm.razortrainHorn": {"category": "record", "sounds": [{"name": "alarm/razortrainHorn", "stream": false}]},
"alarm.sweepSiren": {"category": "record", "sounds": [{"name": "alarm/sweepSiren", "stream": false}]},
"alarm.trainHorn": {"category": "record", "sounds": [{"name": "alarm/trainHorn", "stream": false}]}
"alarm.trainHorn": {"category": "record", "sounds": [{"name": "alarm/trainHorn", "stream": false}]},
"alarm.blastDoorAlarm": {"category": "record", "sounds": [{"name": "alarm/blastDoorAlarm", "stream": false}]},
"alarm.klaxon": {"category": "record", "sounds": [{"name": "alarm/klaxon", "stream": false}]},
"alarm.striderSiren": {"category": "record", "sounds": [{"name": "alarm/striderSiren", "stream": false}]},
"alarm.regularSiren": {"category": "record", "sounds": [{"name": "alarm/regularSiren", "stream": false}]}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 B

After

Width:  |  Height:  |  Size: 204 B

View File

@ -28,11 +28,15 @@ public class ItemCassette extends Item {
HATCH( "Hatch Siren", new ResourceLocation("hbm:alarm.hatch"), SoundType.LOOP, 3358839, 250),
ATUOPILOT( "Autopilot Disconnected", new ResourceLocation("hbm:alarm.autopilot"), SoundType.LOOP, 11908533, 50),
AMS_SIREN( "AMS Siren", new ResourceLocation("hbm:alarm.amsSiren"), SoundType.LOOP, 15055698, 50),
BLAST_DOOR( "Blast Door Alarm", new ResourceLocation("hbm:alarm.blastDoorAlarm"), SoundType.LOOP, 11665408, 50),
APC_LOOP( "APC Siren", new ResourceLocation("hbm:alarm.apcLoop"), SoundType.LOOP, 3565216, 50),
KLAXON( "Klaxon", new ResourceLocation("hbm:alarm.klaxon"), SoundType.LOOP, 8421504, 50),
SIREN( "Standard Siren", new ResourceLocation("hbm:alarm.regularSiren"), SoundType.LOOP, 6684672, 100),
BANK_ALARM( "Bank Alarm", new ResourceLocation("hbm:alarm.bankAlarm"), SoundType.LOOP, 3572962, 100),
BEEP_SIREN( "Beep Siren", new ResourceLocation("hbm:alarm.beepSiren"), SoundType.LOOP, 13882323, 100),
CONTAINER_ALARM( "Container Alarm", new ResourceLocation("hbm:alarm.containerAlarm"), SoundType.LOOP, 14727839, 100),
SWEEP_SIREN( "Sweep Siren", new ResourceLocation("hbm:alarm.sweepSiren"), SoundType.LOOP, 15592026, 500),
STRIDER_SIREN( "Missile Silo Siren", new ResourceLocation("hbm:alarm.striderSiren"), SoundType.LOOP, 11250586, 500),
APC_PASS( "APC Pass", new ResourceLocation("hbm:alarm.apcPass"), SoundType.PASS, 3422163, 50),
RAZORTRAIN( "Razortrain Horn", new ResourceLocation("hbm:alarm.razortrainHorn"), SoundType.SOUND, 7819501, 250);

View File

@ -372,8 +372,10 @@ public class MainRegistry
public static Achievement achRadiation;
public static Achievement achSchrabidium;
public static Achievement achEuphemium;
public static Achievement achSacrifice;
public static Achievement achImpossible;
public static Achievement achTOB;
public static boolean enableDebugMode = true;
public static boolean enableMycelium = false;
@ -876,10 +878,12 @@ public class MainRegistry
}));*/
achSacrifice = new Achievement("achievement.sacrifice", "sacrifice", 0, 0, ModItems.burnt_bark, null).initIndependentStat().setSpecial().registerStat();
achImpossible = new Achievement("achievement.impossible", "impossible", 2, 0, ModItems.nothing, null).initIndependentStat().setSpecial().registerStat();
achTOB = new Achievement("achievement.tasteofblood", "tasteofblood", 0, 2, new ItemStack(ModItems.fluid_icon, 1, FluidType.ASCHRAB.getID()), null).initIndependentStat().setSpecial().registerStat();
AchievementPage.registerAchievementPage(new AchievementPage("NTM Achievements", new Achievement[]{
achSacrifice,
achImpossible
achImpossible,
achTOB
}));
OreDictionary.registerOre("ingotUranium", ModItems.ingot_uranium);