55 Commits

Author SHA1 Message Date
HbmMods
d009832cf6 raging vortex, mk4 fix, missing lang entries 2018-04-21 19:25:39 +02:00
HbmMods
20bc88219d Lots of fucking batteries, more info panels, experimental new fallout 2018-04-09 22:00:41 +02:00
HbmMods
867362e5d8 Solinium functionality and items, env effect base 2018-03-20 18:33:54 +01:00
HbmMods
b50398cbb0 Changed all explosions to MK4, added bepis texture, recipes and stuff 2018-03-10 16:06:23 +01:00
HbmMods
451ff927ed New explosion animation, CIWS texture, new lil boy texture, bug fixes 2018-03-08 23:18:01 +01:00
HbmMods
ed14c30bd3 Corrupted broadcaster 2018-03-04 15:02:15 +01:00
HbmMods
96ae5aac4c improvements for mk4 2018-02-12 23:12:40 +01:00
HbmMods
687bd1a617 Raytracing CWIS, removed unnecessary out.printlns 2018-02-12 17:05:54 +01:00
HbmMods
9b9734b15e AA shell, model unwraps, star blaster cell, star blaster texture fix 2018-02-09 18:15:11 +01:00
HbmMods
82b5ff0586 Beretta 92FS, new textures, U238M2 2018-02-05 22:20:39 +01:00
HbmMods
28164d5292 Explosion MK4 finished, tsar retexture 2018-02-04 15:27:46 +01:00
HbmMods
37e5eecef7 AMS recipe, energy generation, radiation damage 2018-02-03 19:21:20 +01:00
HbmMods
732b95c5dd Radgen, spitfire, nuke cloud improvements, damagable missiles 2018-01-22 19:09:27 +01:00
HbmMods
e5a080b43e
Merge pull request #5 from grangerave/master
Modifications to the Nuclear Blast Algorithm
2017-12-03 12:03:11 +01:00
HbmMods
2936661299 Small changes to the AMS, rendering fixes (sorta), pre-merge 2017-12-03 11:55:54 +01:00
grangerave
4237435a09 Redid Nuclear blast algorithm
-localized block variable: reduces number of getBlock calls.
-blast code checks blast resistance of block: adds mod compatibility
-added crude shielding model: blast code returns int corresponding to how many blocks are shielded by a blast resistant block. Vertical behavior only
2017-12-02 20:17:37 -06:00
HbmMods
8f660a2984 AMS animation and some base functionality 2017-11-28 21:53:42 +01:00
HbmMods
1d07fa4d18 Geiger counter, retexturing, solid fuel, biofuel, inserter frame 2017-10-06 08:16:15 +02:00
HbmMods
924542911f New tile entity order, added alternate (original) sledge textures 2017-09-09 19:17:34 +02:00
HbmMods
ae19f9fbcc fixes, more assembler recipes, MODGEN textures 2017-08-24 22:27:24 +02:00
HbmMods
c500ffcee9 Strap on your setbelts, this is going to be a turbulent merge 2017-08-08 08:18:25 +02:00
HbmMods
ea87da99e4 Chemplant framework, project cleanup 2017-07-23 12:10:52 +02:00
HbmMods
da17dfb2c6 Grenade enhancements, asphalt, more textures, desh 2017-06-06 14:30:27 +02:00
HbmMods
0f45390bf5 Gas duct, flare functionallity, asbestos suit (BETA 25X01) 2017-05-29 19:52:38 +02:00
HbmMods
c2510f65bf Almost finfihsed derrick, removed obsolete code in ISources 2017-05-21 19:30:16 +02:00
HbmMods
ee362c617e Polymer, durasteel, black hole grenade 2017-05-20 00:33:12 +02:00
HbmMods
1778eb817f More NEI recipe handlers, cyclotron functionality, internal structure 2017-05-17 13:31:08 +02:00
HbmMods
a2bf3adbef Little fixes, changed IGen texture 2017-05-04 20:42:27 +02:00
HbmMods
6770e62957 Fixed a lot of NBT saves, rebalanced generators, etc 2017-04-29 13:26:11 +02:00
HbmMods
9ab247116b Added recipes, finished igenerator, added pulsar 2017-04-22 21:10:09 +02:00
HbmMods
1ec84ff294 New repo!! lol 2017-04-18 20:53:14 +02:00
HbmMods
208a32410f Merge branch 'master' of https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT
# Conflicts:
#	assets/hbm/lang/de_DE.lang
#	assets/hbm/lang/en_US.lang
#	assets/hbm/sounds.json
#	assets/hbm/sounds/music/recordLambdaCore.ogg
#	assets/hbm/sounds/music/recordSectorSweep.ogg
#	assets/hbm/sounds/music/recordVortalCombat.ogg
#	com/hbm/blocks/BlockCrate.java
#	com/hbm/blocks/ModBlocks.java
#	com/hbm/blocks/NukeBoy.java
#	com/hbm/blocks/NukeGadget.java
#	com/hbm/blocks/NukeMan.java
#	com/hbm/blocks/NukeMike.java
#	com/hbm/blocks/TestEventTester.java
#	com/hbm/entity/mob/EntityHunterChopper.java
#	com/hbm/explosion/ExplosionChaos.java
#	com/hbm/explosion/ExplosionNukeGeneric.java
#	com/hbm/handler/FuelHandler.java
#	com/hbm/items/GunFatman.java
#	com/hbm/items/ModItems.java
#	com/hbm/items/gear/ModArmor.java
#	com/hbm/items/special/ItemStarterKit.java
#	com/hbm/items/weapon/GunMP.java
#	com/hbm/items/weapon/GunSuicide.java
#	com/hbm/items/weapon/ItemGrenade.java
#	com/hbm/lib/HbmChestContents.java
#	com/hbm/lib/HbmWorldGen.java
#	com/hbm/lib/Library.java
#	com/hbm/lib/ModDamageSource.java
#	com/hbm/lib/RefStrings.java
#	com/hbm/main/ClientProxy.java
#	com/hbm/main/CraftingManager.java
#	com/hbm/main/MainRegistry.java
#	com/hbm/main/ModEventHandlerClient.java
#	com/hbm/sound/MovingSoundChopper.java
#	com/hbm/sound/MovingSoundChopperMine.java
#	com/hbm/sound/MovingSoundCrashing.java
#	com/hbm/sound/MovingSoundPlayerLoop.java
#	com/hbm/sound/MovingSoundXVL1456.java
2016-11-30 10:21:39 +01:00
HbmMods
6e0614b6ae The fun update 2016-11-30 10:08:15 +01:00
HbmMods
5525318475 Merge branch 'master' of https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT
# Conflicts:
#	assets/hbm/lang/de_DE.lang
#	assets/hbm/lang/en_US.lang
#	assets/hbm/textures/armor/hazmat_paa_1.png
#	assets/hbm/textures/armor/paa_1.png
#	com/hbm/blocks/BlockCrate.java
#	com/hbm/blocks/ModBlocks.java
#	com/hbm/explosion/ExplosionNukeGeneric.java
#	com/hbm/handler/FuelHandler.java
#	com/hbm/items/GunMP.java
#	com/hbm/items/GunRevolver.java
#	com/hbm/items/ItemStarterKit.java
#	com/hbm/items/ModArmor.java
#	com/hbm/items/ModItems.java
#	com/hbm/lib/Library.java
#	com/hbm/lib/RefStrings.java
#	com/hbm/main/ClientProxy.java
#	com/hbm/main/CraftingManager.java
#	com/hbm/main/MainRegistry.java
#	com/hbm/main/ModEventHandlerClient.java
#	com/hbm/sound/MovingSoundPlayerLoop.java
#	com/hbm/sound/MovingSoundXVL1456.java
2016-10-30 20:38:35 +01:00
HbmMods
0cd49ed944 Fixes, laste features, you name it, it's in here. 2016-10-30 20:08:20 +01:00
HbmMods
540fb3d256 Maximum Overcode (fixes for shredder, sounds, nether ores, new grenades, more) 2016-10-18 10:31:05 +02:00
HbmMods
9b0a766849 New gun, dusts and more 2016-08-25 11:49:34 +02:00
HbmMods
dbcc6a51bd ZOMG 2016-07-31 16:22:34 +02:00
HbmMods
4af9e010a9 Hunter chopper + CMB steel 2016-07-24 12:46:41 +02:00
HbmMods
ce50cdf444 1.0.20 II 2016-06-12 23:09:23 +02:00
HbmMods
f082076960 1.0.20 I 2016-06-07 18:58:10 +02:00
HbmMods
380c863ef3 1.0.19 VI 2016-06-02 20:04:48 +02:00
HbmMods
b43a1eb5aa Added plasma grenade, small fixes 2016-03-17 18:59:25 +01:00
HbmMods
888d14440e Optimisations & Factory energy port 2016-03-10 20:29:25 +01:00
HbmMods
0a8fa40773 The world's sexiest stuff ever made 2016-03-07 20:23:57 +01:00
HbmMods
539e1a4009 Lithium and Tritium 2016-03-02 22:04:56 +01:00
HbmMods
b41b2e5383 Fixed stuff 2016-02-15 18:07:45 +01:00
HbmMods
0e1732882a Finished EVERYTHING for the final release, nuka grenade, guide book 2016-02-14 19:55:39 +01:00
HbmMods
ba789728d2 Added new particles, mushroom cloud for Ivy Mike and mini nukes, solved armor lag bug 2016-02-13 19:57:53 +01:00
HbmMods
6ecfecfe04 Added new textures and factory blocks 2016-02-09 18:49:10 +01:00