Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
mekanism
/
82c30dd2ebbc39c0f77aaf005eb4bee9e8104880
82c30dd
Merge pull request #4537 from thommy101/issue-3647
by Aidan
· 7 years ago
f6c126a
Add max energy to tooltips
by Tom Elfring
· 7 years ago
b3f1a9f
Merge pull request #4529 from thommy101/issue-4508
by Aidan
· 7 years ago
d00224f
Merge pull request #4530 from thommy101/issue-4510
by Aidan
· 7 years ago
901694b
Merge pull request #4534 from thommy101/issue-4527
by Aidan
· 7 years ago
eb37d31
Merge pull request #4535 from thiakil/imc-recipes
by Aidan
· 7 years ago
672ec6a
Clear comments
by aidancbrady
· 7 years ago
47887de
Merge pull request #4536 from thiakil/ae2-recipes
by Aidan
· 7 years ago
5f877bc
Comment out certus/fluix oredict crusher/enrichment recipes - Applied Llamagistics adds its own via its configurable recipe system.
by Xander
· 7 years ago
664b07a
register power transmitter for FE tunnel, which will (almost) always be there. Should still connect to EU tunnel, but makes more sense to attune to FE
by Xander
· 7 years ago
84271c0
Cleanup getMaxEnergy
by Tom Elfring
· 7 years ago
402457c
Use FMLInterModComms.IMCEvent to process IMC messages, arrives between Init & PostInit. Allows JEI to display changed recipes.
by Xander
· 7 years ago
768019c
Fix logistical sorter handling with less than full stacks.
by Tom Elfring
· 7 years ago
f1e273f
Fix getMaxEnergy for factories.
by Tom Elfring
· 7 years ago
cc1320c
Fix smelting factories default max energy value.
by Tom Elfring
· 7 years ago
36da1bc
Fix missing null itemstack in InventoryPersonal.
by Tom Elfring
· 7 years ago
8a22312
Credit where it's due
by Aidan
· 7 years ago
8a7f5fb
Merge pull request #4524 from thommy101/issue-4522
by Aidan
· 7 years ago
3cfe0ee
Add missing null structure check.
by Tom Elfring
· 7 years ago
5e17742
Merge pull request #4494 from thommy101/issue-4483
by Aidan
· 7 years ago
0186d0f
Merge pull request #4496 from thommy101/issue-4490
by Aidan
· 7 years ago
a044f82
Process Fluidic Plenisher nodes from closest to furthest.
by Tom Elfring
· 7 years ago
0774cfa
Update entity names.
by Tom Elfring
· 7 years ago
471563e
Better ItemStack packet management
by aidancbrady
· 7 years ago
aa04e34
ItemStack fix
by aidancbrady
· 7 years ago
a39571d
Bump version to 9.3.3
by aidancbrady
· 7 years ago
2223ccb
Merge pull request #4474 from thommy101/issue-4473
by Aidan
· 7 years ago
ef28e70
Fix unsave cast RecipeList
by Tom Elfring
· 7 years ago
673eaae
Add cactus to biofuel recipes
by aidancbrady
· 7 years ago
c12059e
Null ItemStack cleanup
by aidancbrady
· 7 years ago
398f028
Merge branch '1.11' of https://github.com/aidancbrady/Mekanism into 1.11
by aidancbrady
· 7 years ago
355aa2d
Merge pull request #4468 from thiakil/null-itemstacks
by Aidan
· 7 years ago
791d712
Merge branch 'master' into 1.11
by aidancbrady
· 7 years ago
6cbfc9c
Merge pull request #4465 from thommy101/issue-4463
by Aidan
· 7 years ago
b76fb94
Merge pull request #4446 from thommy101/issue_template
by Aidan
· 7 years ago
a7c8423
more !isEmpty checks to validate ItemStacks
by Xander Victory
· 7 years ago
f3cd020
more !isEmpty checks to validate ItemStacks
by Xander Victory
· 7 years ago
785cb2c
add @Nullable to internal ItemStack fields and also make sure they're not IS.isEmpty()
by Xander Victory
· 7 years ago
c67fe22
Fix oredict registration, moved to preinit
by Tom Elfring
· 7 years ago
8599224
Fix some more null ItemStacks found with Idea
by Xander Victory
· 7 years ago
e947ea0
Updated IC2 API
by aidancbrady
· 7 years ago
2c1532b
Version bump
by aidancbrady
· 7 years ago
41a1e37
Fix some null ItemStack issues
by aidancbrady
· 7 years ago
c00ddbc
Merge pull request #4452 from thiakil/rendering-crash-fix
by Aidan
· 7 years ago
fe9a0e6
Prevent crashing during getQuads by 1. only calling OpenGL stuff if we have a context, 2. also checking that the Tesselator isDrawing.
by Xander Victory
· 7 years ago
1193aac
Add Github issue template
by Tom Elfring
· 7 years ago
33a2b3a
Merge pull request #4429 from thommy101/fix-integer-overflow
by Aidan
· 7 years ago
3694189
Merge pull request #4432 from thommy101/travis-speed
by Aidan
· 7 years ago
f2f96ce
Added configurable Fusion Reactor energy generation, don't know why that didn't exist before
by aidancbrady
· 7 years ago
83ebb23
Improve travis compile time
by Tom Elfring
· 7 years ago
47d1640
Fix integer overflows
by Tom Elfring
· 7 years ago
16b6860
Merge pull request #4422 from PlayerWithoutName/reactorFix
by Aidan
· 7 years ago
7f9a668
Merge pull request #4421 from thommy101/issue-3856
by Aidan
· 7 years ago
b6b57aa
Allow all items to be filtered on modid
by Tom Elfring
· 7 years ago
0da1577
Fixed reactor blocks dropping wrong items
by PlayerWithoutName
· 7 years ago
50bca73
Merge branch '1.11' of https://github.com/aidancbrady/Mekanism into 1.11
by aidancbrady
· 7 years ago
d5d9a34
Untested MCMP occlusion
by aidancbrady
· 7 years ago
dd53a75
Merge pull request #4415 from InsomniaKitten/patch-1
by Aidan
· 7 years ago
27181ab
Merge pull request #4419 from PlayerWithoutName/1.11
by Aidan
· 7 years ago
dfea471
Fixed IllegalArgumentException in OreDictCache class
by PlayerWithoutName
· 7 years ago
ca21a34
Remove unused variable causing ClassCastException
by Kitten
· 7 years ago
4335f4d
Merge pull request #4412 from marcin212/separatorFix
by Aidan
· 7 years ago
f1b93f8
Fixed chargepad bounds
by aidancbrady
· 7 years ago
c6d6f0e
fixed separator taking two upgrades instead of one
by marcin212
· 7 years ago
b532c27
Merge pull request #4410 from marcin212/LithiumFix
by Aidan
· 7 years ago
83fae92
Add sanity check for transmitter bounds
by aidancbrady
· 7 years ago
bfa05b6
fix #4406
by marcin212
· 7 years ago
348aad9
Fix infinite water issue
by aidancbrady
· 7 years ago
4bef6e7
Cleanup
by aidancbrady
· 7 years ago
72fd35f
Merge branch '1.11' of https://github.com/aidancbrady/Mekanism into 1.11
by aidancbrady
· 7 years ago
a53e453
Merge branch 'master' into 1.11
by aidancbrady
· 7 years ago
d369963
Merge pull request #4390 from thommy101/dependency-updates
by Aidan
· 7 years ago
6a139e3
Merge pull request #4400 from thommy101/feature-4165
by Aidan
· 7 years ago
2211706
Merge pull request #4398 from raspopov/patch-3
by Aidan
· 7 years ago
28d5a8c
Merge pull request #4399 from thommy101/travis-caching
by Aidan
· 7 years ago
3f777e9
Only allow same fluids in active fluidtank towers.
by Tom Elfring
· 7 years ago
d9b3c1a
Add caching to Travis
by Tom Elfring
· 7 years ago
bdb805a
Updated Russian translation
by Nikolay Raspopov
· 7 years ago
db4fdb8
Organize JEI support a bit better
by aidancbrady
· 7 years ago
26061f3
Crash fix
by aidancbrady
· 7 years ago
88e73cf
Cleanup
by aidancbrady
· 7 years ago
87e2fc4
Add a necessary null check
by aidancbrady
· 7 years ago
9d38fb0
Add build status
by aidancbrady
· 7 years ago
1de850c
Merge branch 'master' into 1.11
by aidancbrady
· 7 years ago
546727b
Fixed some localization issues
by aidancbrady
· 7 years ago
ebb4c30
Merge pull request #4388 from raspopov/patch-2
by Aidan
· 7 years ago
aedd7d9
Fix idk
by aidancbrady
· 7 years ago
f8ccdbd
Fixed build
by aidancbrady
· 7 years ago
7651082
Merge branch 'master' into 1.11
by aidancbrady
· 7 years ago
afa8a13
Add .travis.yml
by aidancbrady
· 7 years ago
66e8854
Disable Metallurgy compat
by Tom Elfring
· 7 years ago
d7f8b1c
Disable MineFactoryReloaded compat
by Tom Elfring
· 7 years ago
c7114e6
Update WAILA to HWYLA and move to Gradle dependency
by Tom Elfring
· 7 years ago
bdb4089
Move OpenComputers to Gradle dependency
by Tom Elfring
· 7 years ago
d76d7de
Move InvTweaks to Gradle dependency
by Tom Elfring
· 7 years ago
51ac2bd
Move Tesla to Gradle dependency
by Tom Elfring
· 7 years ago
d3a78a1
Updated Russian translation
by Nikolay Raspopov
· 7 years ago
8ea45e0
Update README.md
by CyanideX
· 7 years ago
986ce14
Bump version, fixed Purification Chamber sounds, fixed empty Configurator mode
by aidancbrady
· 7 years ago
f277f49
Update readme
by aidancbrady
· 7 years ago
Next »