promotional bannermobile promotional banner

r2s Core

core mod for r2s-radio

File Details

r2s-Core-1.12.X-1.6.0 Release

  • R
  • Nov 12, 2018
  • 753.05 KB
  • 169
  • 1.12.2+2

File Name

r2s-Core-1.12.X-1.6.0.RELEASE.jar

Supported Versions

  • 1.12.2
  • 1.12.1
  • 1.12

v:1.6.0 R Minecraft: 1.12.X

  • Huge changes in rendering code only upward compatible
  • Now able to render "light" parts (OBJ)
  • Finally fixed the TESR model shading (cause since MC:1.12)
  • A lot of new fields, methods, classes and renaming
  • Worked on model shading is now in a method that can diffuse (shade) and add extra color to the model(vertex)
  • Fixed Text-field still displaying "mouse over help" when not active(disabled)
  • FIX model printing using the previous (max light)brightness from the previous drawn model lights
  • MINOR optimization before i set the light value for every quad now only called once before and if needed reset back once after drawing everything
  • It appears forge deprecated the logger i used everywhere so made my own
  • Made new class Property and lot's changes for data storing with more than one key
  • Fix now does the data save and read properly if data has more values
  • Lot's of changes in the config file handling
  • And many many more done