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
849f9fc07b
TechReborn
/
src
/
main
/
java
/
techreborn
/
utils
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
..
damageSources
Added license info to the header of all files.
2017-02-23 12:29:43 +00:00
IC2WrenchHelper.java
Added license info to the header of all files.
2017-02-23 12:29:43 +00:00
OreDictUtils.java
Replace all emptiness checks
== ItemStack.Empty
with
.isEmpty()
(
#1247
)
2017-08-25 11:08:15 -07:00
RecipeUtils.java
Added license info to the header of all files.
2017-02-23 12:29:43 +00:00
StackWIPHandler.java
Fix server start-up crash, #betaBuild
2017-06-18 14:14:42 +01:00