Changes

Summary

  1. Mone Lead to Iron-mining-tier, add Skystone from AE2 (like obsidian) (commit: 76e512f) (details)
  2. Start implementing part restrictions. WIP (commit: 0e0aeb8) (details)
  3. Implement Part Restrictions! \o/ (commit: dc33ccd) (details)
  4. Add old part-restrictions as defaults (will probably be adjusted) (commit: 1345648) (details)
  5. Move configs into a directory in preparation for.. more config files >_< (commit: 6050781) (details)
  6. Move PartRestrictions into its own module with its own configfile (commit: 0403990) (details)
  7. Where shall I even begin... Proper Part-Restricting? (commit: f9fc628) (details)
  8. Simplyfied the restricted material handling. We don't really need to (commit: d09b0d0) (details)
  9. Remove the bowstrings and fletchling from the restriction defaults since (commit: afe4193) (details)
  10. Add an inverse allowed-part. Because I can't see this list. Because I (commit: 00e8fdb) (details)
  11. Sort restriction entries for uniform tooltips (commit: 351242a) (details)
Commit 76e512f6b87226c4b9c0139af825a7059ebc38d8 by bernhard.bonigl
Mone Lead to Iron-mining-tier, add Skystone from AE2 (like obsidian)
(commit: 76e512f)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/harvestlevels/HarvestLevelTweaks.java (diff)
Commit 0e0aeb88bca05162569f3853a298b28183d4d95f by bernhard.bonigl
Start implementing part restrictions. WIP
(commit: 0e0aeb8)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/IguanaTweaks.java (diff)
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/handlers/PartRestrictionHandler.java
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
Commit dc33ccd940c3c5db62ddbd7747cddf459dfdcf22 by bernhard.bonigl
Implement Part Restrictions! \o/
(commit: dc33ccd)
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/util/RestrictionHelper.java
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Reference.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/handlers/PartRestrictionHandler.java (diff)
Commit 134564894612a4d39148c1b194925cd0d4bd71ae by bernhard.bonigl
Add old part-restrictions as defaults (will probably be adjusted)
(commit: 1345648)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/util/RestrictionHelper.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
Commit 6050781cab4a75473abd29e106c42815ad92d96c by bernhard.bonigl
Move configs into a directory in preparation for.. more config files >_<
(commit: 6050781)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/IguanaTweaksTConstruct.java (diff)
Commit 0403990822a3e1ee179de55cad2a5d15f01766e6 by bernhard.bonigl
Move PartRestrictions into its own module with its own configfile
(commit: 0403990)
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/restriction/RestrictionHelper.java
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/restriction/RestrictionConfig.java
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Reference.java (diff)
The file was removedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/handlers/PartRestrictionHandler.java
The file was removedsrc/main/java/iguanaman/iguanatweakstconstruct/util/RestrictionHelper.java
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/restriction/PartRestrictionHandler.java
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/restriction/IguanaPartRestriction.java
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/IguanaTweaksTConstruct.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/IguanaTweaks.java (diff)
Commit f9fc628deefab5e1dcb133cb20c043417f1bb2ec by bernhard.bonigl
Where shall I even begin... Proper Part-Restricting?
(commit: f9fc628)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/restriction/PartRestrictionHandler.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/restriction/RestrictionConfig.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/restriction/IguanaPartRestriction.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/restriction/RestrictionHelper.java (diff)
Commit d09b0d05fe67a7ed00965eb26ed35903dea94521 by bernhard.bonigl
Simplyfied the restricted material handling. We don't really need to access the ID at runtime, we can save the lookup.
(commit: d09b0d0)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/restriction/RestrictionConfig.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/restriction/RestrictionHelper.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/restriction/PartRestrictionHandler.java (diff)
Commit afe4193762d0b6a67c3d86d17beee6b9b69c372d by bernhard.bonigl
Remove the bowstrings and fletchling from the restriction defaults since they were kinda redundant. Less obnoxious defaults ftw.
(commit: afe4193)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/restriction/RestrictionHelper.java (diff)
Commit 00e8fdbe40d064c28c1d0fc37733cbfe029d1148 by bernhard.bonigl
Add an inverse allowed-part. Because I can't see this list. Because I don't want to think inverse when I want to allow something >:(
(commit: 00e8fdb)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/restriction/RestrictionConfig.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/restriction/RestrictionHelper.java (diff)
Commit 351242a8ebc006f3b973330972c7161958288b42 by bernhard.bonigl
Sort restriction entries for uniform tooltips
(commit: 351242a)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/restriction/RestrictionHelper.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/restriction/RestrictionConfig.java (diff)