Skip to content

Releases: Cadiboo/NoCubes

NoCubes-1.12.2-0.2.1

27 Jan 09:31
Compare
Choose a tag to compare
  • Fixed bedrock rendering weirdness
  • Added shaders compatibility for smoothed blocks
  • Added logs to smoothable leaves check
  • Fixed a small bug with rendering extended water underwater 😛
  • Changed isosurface level back to 1

NoCubes-1.12.2-0.2.0

27 Jan 03:52
Compare
Choose a tag to compare
  • Rewrote entire mod from the ground up!
  • All algorithms are >52x as fast (compared to 0.1.0)
  • New modular design should allow collisions to happen. It also splits up client and common code (finally)
  • Smooth lighting works perfectly
  • Tweaked density function to look better on snow
  • Fixed bug with block render layers & mipmapping
  • Fix pretty old bug with textures not being rotated the right way
  • Implemented liquid extension and added profiling (not user visible yet)
  • Leaves can new be rendered seperately from terrain
  • Fix hard crash with versions < 0.3.0 of the coremod instead of showing the missing dependency screen (another 1 character bug)
  • Better crash handling
  • Fully compatible with Forge #2768
  • Made vectors floats instead of doubles
  • Changed gradle stuff to use gradle.properties instead of build.gradle (for better build automation)
  • Added an auto-updater
  • Much, much more

NoCubes-1.12.2-0.2.0-pre11

27 Jan 02:20
Compare
Choose a tag to compare
Pre-release
  • Work on (smooth) lighting (#16)
  • Tweaked density function to look better on snow
  • Fix bug where extended liquids would render twice in the same block (#21)
  • Start on OldNoCubes
  • Add a couple comments to the code (#11)

NoCubes-1.12.2-0.2.0-pre10

26 Jan 03:15
Compare
Choose a tag to compare
Pre-release
  • Re-add lang
  • Big refactor
  • Extended liquid rendering
  • Cleaner code
  • (Failed) Work on smooth lighting

NoCubes-1.12.2-0.2.0-pre9

22 Jan 07:06
Compare
Choose a tag to compare
Pre-release
  • Smooth lighting stuff
  • Made vectors floats instead of doubles

NoCubes-1.12.2-0.2.0-pre8

20 Jan 12:49
Compare
Choose a tag to compare
Pre-release
  • Update coremod
  • Work on smooth lighting

NoCubes-1.12.2-0.2.0-pre7

18 Jan 09:50
Compare
Choose a tag to compare
Pre-release
  • Half-done smooth lighting
  • Disable extended liquids cause crashes

NoCubes-1.12.2-0.2.0-pre6

17 Jan 13:18
Compare
Choose a tag to compare
Pre-release
  • Allow mod to run on Forge #2768
  • Fix hard crash with versions < 0.3.0 of the coremod instead of showing the missing dependency screen (another 1 character bug)
  • Better crash handling

NoCubes-1.12.2-0.2.0-pre5

16 Jan 05:27
Compare
Choose a tag to compare
Pre-release

OK OK OK OK OK LordPhrozen, I've done it (kinda)

NoCubes-1.12.2-0.2.0-pre4

16 Jan 05:15
Compare
Choose a tag to compare
Pre-release
  • Fix crash without BF or OF
  • Leaves are now seperate from terrain
  • Started on smooth lighting
  • Fix another big 1-letter typo bug 😠
  • Code style & formatting