promotional bannermobile promotional banner

Mekanica: Tools

Tools module for Mekanica

File Details

mekanica-tools-1.12.2-1.0.0b1.jar

  • B
  • Mar 12, 2019
  • 158.84 KB
  • 540
  • 1.12.2

File Name

mekanica-tools-1.12.2-1.0.0b1.jar

Supported Versions

  • 1.12.2

4381be10e: Dss mekanica rename (#50)
75c51487e: Fix #40; remove per-client tick check of capes, when donation list wasn't even used
dcd440705: Support for removing all built in recipes of a type via CraftTweaker
c042185ea: Move recipe registration to the Recipe Registry Event
704a9b50a: Fix AdvancedMachineInput CrT JEI stuff being backwards
bd5d064bd: Fix error logging of gas stacks.
3d6b202bd: Make plank oreDict not hit the same entries multiple times
b5240bd1b: Fix gas color rendering in guis
c861c5e0b: Fix having broken the acceptance ability of Dissolution chamber
54ead15d3: Remove unused method from GuiDoubleElectricMachine
d8b6dfbb7: Don't hard code some machines to specific gas types
f8b162bc3: Fix a few containers being offset
e06076f05: Dedupe a small amount of code for Containers
d66a5b9a6: Fix accidentally using wrong subclass
a22d39b20: Fix method not using mapped variant.
642a28996: Only don't do custom rendering if it would cause a crash (#38)
a6f5757fa: Add SideOnly(Side.CLIENT) annotation to gui's missing it (#47)
18c4875a2: Remove unused imports
c92069f71: Fix #5209; now using FluidStacks everywhere, including all more efficient encodings over network
de0ab0d6c: Muffler calculation was backwards in case where the machine is not upgradeable
46359bb13: Move entity registration to corresponding RegistryEvent Fixes https://github.com/aidancbrady/Mekanism/issues/5136
ebd689a86: Made refined glowstone and obsidian nuggets/ingots use correct ore dict entry Fixes https://github.com/aidancbrady/Mekanism/issues/5055
c62da0a05: Remove walkietalkie recipe
f4b786661: Only register JEI categories if the machine that they are for is enabled
56cc74ae1: Fixes https://github.com/aidancbrady/Mekanism/issues/5208
61fd4faab: Use version of registerModEntity that adds egg for testing of baby skeleton
d20364253: add eye height for baby skeleton. Fixes #5258
f6e13c2e8: Consolidate charging logic for consistency
8a1a76230: Fix #5242; if the item supports IC2 energy tier, try to charge it.
a28cf073f: Fix #30; pull out the update checkers and clean up related commands
e0b7ea62a: The Great Reformat; moving to google-java-style w/ 4 space indent and 120 column line wrap
c632cc6af: Move line length to 120
a4fb8acd2: Adding Google-style config for IDEA w/ 4 indents
7ba682c9b: Overrides correct method for block explosions
37977759d: Remove unused hook checks
083c764b7: Dedupe a bunch of code (#27)
61ed4e8e4: Fix #31; Mekanism mufflers were not taken into account when machine first starts running
23ca58442: Transitioning a few files to Google format guidelines
c050324f8: Make sure to handle state changes on main world thread
43b322170: Add output of release type for visual inspection
790216364: Fix spam of Null Pointers
937bb92f2: Fix Metallurgic Infuser JEI category being messed up when viewing all recipes
af839e702: Fix rendering of brine in ThermalEvaporationPlant
5bf3b9f45: Merge pull request #23 from pupnewfster/patch-2
95ca29fa1: Squashed commit of the following:
c68c8d350: Fix CrT remove running before recipes are added
a148f7135: Easier changing of gas colors
6d4d6830f: Fix JEI rendering of gasses made of fluids that are only colored through a tint
fb14fba25: Cleanup CraftTweaker integration code
62aa90db7: Reduce sounds from 30 seconds+ (8 MB!!!) down to 2-3 seconds
f67559037: Improvements to fix for #15; smooth out sounds and detect ongoing attempts to muffle
c78ae6dd1: Fix #15; completely overhaul the sound system to mirror Minecraft usage
d2b905dcd: Remove vestigal voice related stuff; not yet removing walkie talkies as that _could_ break worlds
ec52e9f27: Update to depend on more recent (slightly) JEI
2bd7bfce0: Fix #5290; do a double-block update for cardboard boxes to ensure double-block structures can update
f05391062: Remove voice server functionality; there's plenty of other systems out there that do this (and better)
53181aae6: Fix #8; standardize block of charcoal to 16000 tick time
8da2d2dae: Fix #12; disable recipes and registration of factory-related blocks when a machine is disable
ea30a9462: Fix #5114; enhance ja_jp.lang
c6e05db14: Fix #5152; removed markDirty() call from TileEntityBasicBlock::onChunkLoad
6cae14fff: Fix #7; standardize bronze to 1 tin, 3 copper = 4 bronze
90939ad80: Fix #5285; chunk loader was writing [xyz] as key and reading [xyz]Coord
42f1de4fa: Make sure to check for null INSTANCE; world unload event can happen before ANY world is loaded
9475b2778: Fix issue #4; when updating function calls for latest forge in 8d3f8df49c4438f3e2c0b877cd2fe8fcfebb7347, API was inadvertently broken
a86540a19: Fix #2; another mod tried to apply potion effects to the fake player causing NPE
6dda1b36e: supply player arg to getPickBlock in Atomic Disassembler Finder. fixes #5146 & closes #5178
b879158a5: move log on cardboard box blacklist outside loop
da0497b8f: try to avoid creating an nbt tag where its only going to be read
4f7db32e6: don't create a tag compound just to attempt to read from it
001a53aa8: Fixed armor spawning checks firing when they shouldn't.
8e733cc9b: Add energized smelter to smelting catalyst
7f594d76d: use fakeplayer for canSilkHarvest. Fixes #5090
390eac1dc: prevent oredictionarificator from receiving a vertical facing. Fixes #5093
8d48274ed: fix a missed y level check for security desk
aa6fba062: prevent NPE in Thermal Evap Container. Fixes #5089
98ec02f00: Add builds for MDZ Generators and Tools
241ffb71d: Overhaul build/release to use tags
21d515c6b: Tweak name to add Dz suffix; enable passing version in from command-line
8d2f22adb: Fix #5269; the CustomItemModelFactory was a wrapper that didn't actually implement all the methods
4f5d2a060: Revert fe9a0e660077cc8f374aabfca029f30a1582495e; fixes item rendering on Digital Miner and various other custom item models
8d3f8df49: Updating to 14.23.5.2808; naming fixes where necessary
a79a3e165: Update applied energistics API reference