aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/blocks
AgeCommit message (Collapse)Author
2017-05-12Added crafting recipes for the LCHJohannes Gäßler
2017-05-09Added new textures for the LCM, using them nowJohannes Gäßler
2017-05-08Implemented checkMachine for the LCR, added machine casingsJohannes Gäßler
2017-03-31null check to prevent bukkit crashBlood-Asp
2017-03-25simplified the code.dohyun22
2017-03-24Fixed various Bugs on the Powderbarrel.dohyun22
Fixed PrimedTNT Entity being spawned on client side when destroyed by player. Fixed PrimedTNT Entity spawning at misplaced location (about 0.5m from the center of the block). Fixed fuse sound not being played when ignited. Fixed Powderbarrel not being able to spawn PrimedTNT Entity when destroyed by explosion.
2017-03-23Reduce Plascrete Mininglevel and hardness/resistanceBlood-Asp
2017-02-11Finish CleanroomBlood-Asp
2016-12-13Ore harvest level rework. Fixed #730.Dimach
2016-10-26More Translation stuff. Hope it does not lag.Blood-Asp
2016-10-26some bugfixesBlood-Asp
2016-10-21Wrench shift click can move machine front directionBlood-Asp
2016-10-19Some Block fixesBlood-Asp
2016-10-19Cleanup recipe classesBlood-Asp
2016-10-16Base IC2 Classic compat. Reactor components disabled, some recipes likely ↵Blood-Asp
missing/broken
2016-10-13Hide some unused blocks in NEIMuramasa
2016-10-04Computronics support & Improved mod dependant MaterialsMuramasa
2016-09-29Small fixes & Stop storage blocks and fluids for disabled materialsMuramasa
2016-09-24Update with exp changesMuramasa
2016-09-24fix orehiding hiding all ores instead of only the unneeded.Blood-Asp
2016-09-20Merge pull request #632 from Muramasa-/BugfixesMuramasa-
Various Bugfixes
2016-09-17That didn't workMuramasa
2016-09-16Reduce Marble/Basalt harvest level and setOreBlock fixesMuramasa
2016-09-16One more conflictMuramasa
2016-09-16Fix conflictsMuramasa
2016-09-15Fix Tools and lag on reading tooltipBlood-Asp
2016-09-15Update Part 1Muramasa
2016-09-13Merge pull request #631 from Muramasa-/LoadTimesMuramasa-
Various Load Time Improvements
2016-08-25tmp fix for #595Blood-Asp
2016-08-19initMaterialPropertiesMuramasa
2016-08-17InitialMuramasa
Fixed Materials limitation Added ability to add Materials via a config Added ability to change all properties of a Material via a config
2016-08-14Bugfixes 6 fix: Removed commented codeMuramasa
2016-08-14Bugfixes 6Muramasa
2016-08-14Bugfixes 5Muramasa
2016-08-13TryCatch changesMuramasa
2016-08-13Remove null checksMuramasa
2016-08-13HashMap > ConcurrentHashMap & String varsMuramasa
2016-08-13Rest of d2a098fMuramasa
2016-08-13Worldgen and Random changesMuramasa
2016-08-10GT_Block_Ores_GC Null checkMuramasa
2016-08-10GC Ore SupportMuramasa
2016-07-27Merge pull request #583 from Muramasa-/FixesBlood-Asp
Remove UBC Dependency
2016-07-27Use GameRegistryMuramasa
2016-07-27Remove UBC DependencyMuramasa
2016-07-26Merge branch 'experimental' into NewFeaturesOneEyeMaker
2016-07-26Coils should be deprecatedOneEyeMaker
2016-07-25Method simplificationMuramasa
Simplified some methods. Fixed incorrect honey requirement for scanning forestry species. Tweaked a tooltips.
2016-07-25Changed method of "repairing" of overheated coils.OneEyeMaker
Also moved initialization of SubTags to prevent NoClassDefFoundException.
2016-07-23Fix "stone" veinsMuramasa
Fix an issue where an "stone" vein would override ore textures but not other stones. Added missing small ore for marble and basalt. Removed wither check from Block_Stones.
2016-07-22Fix convertOreMuramasa