This website requires JavaScript.
Explore
Help
Register
Sign in
maciek
/
TechReborn
Watch
1
Star
0
Fork
You've already forked TechReborn
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
44524a680b
TechReborn
/
src
/
main
/
java
/
techreborn
/
tiles
/
fusionReactor
History
David Vierra
a016a6dd49
Replace all emptiness checks
== ItemStack.Empty
with
.isEmpty()
(
#1247
)
...
Fixes
#1157
and probably a few other things.
2017-08-25 11:08:15 -07:00
..
TileFusionControlComputer.java
Replace all emptiness checks
== ItemStack.Empty
with
.isEmpty()
(
#1247
)
2017-08-25 11:08:15 -07:00