Skip to content

Releases: Clashsoft-Mods/Clashsoft-Lib

Clashsoft Lib 1.7.10-2.7.3

17 Jan 14:56
Compare
Choose a tag to compare

_Notable Changes_

  • Update to Forge 10.13.2.1284.

_New Features_

  • Added Dev Mode.
  • Added Colored Lights Compatibility.

_Bugfixes_

  • Fixed some CustomBush bugs.
  • Fixed ContainerInventory slots being offset.

Clashsoft Lib 1.7.10-2.7.2

24 Oct 20:54
Compare
Choose a tag to compare

_Notable Changes_

  • Update to Forge 10.13.2.1232.

_New Features_

  • Added FakeWorld.
  • Added CSEntities.hasProperties().
  • Added PlayerProperties class.
  • Added ItemCustomBlock Flower Pot interaction.
  • Added TileEntityInventory.onSlotChanged().
  • Added CSHUD interfaces.

_Improvements_

  • Updated RandomStack for the new RegistryDelegate system.
  • Documentation.

_Bugfixes_

  • Fixed EntityProperties ignoring canApply().
  • Fixed various rendering issues.
  • Fixed OreGen issues.

_Removed Features_

  • Removed unused Config code.
  • Removed ImmutableObjectFactory.

Clashsoft Lib 1.7.10-2.7.1

06 Oct 13:11
Compare
Choose a tag to compare

_Notable Changes_

  • Update to Forge 10.13.1.1217.

_New Features_

  • Added a simple configurable OreGen API.

_Improvements_

  • Updated the Replacement system.
  • Improved IRecipeManager.

_Bugfixes_

  • Fixed OreBase texture issues.
  • Fixed Ores always dropping their Stone variant.
  • Fixed CSConfig not being Thread-save.
  • Fixed Statistics crash.

Clashsoft Lib 1.7.10-2.7.0

14 Sep 21:09
Compare
Choose a tag to compare

_New Features_

  • Introduced Ore Base API.
  • Introduced Entity Property API.
  • Added ReplaceField option for replaceItem.
  • Added ReplaceField and NewItemBlock option for replaceBlock.
  • Added Render Type for multi-pass rendering.
  • Added BlockCustomFarmland.
  • Added BlockCustomGlass.
  • Added BlockCustomLamp.
  • Added BlockCustomPortalBase.
  • Added ItemCustomBucket.
  • Added ItemCustomDoor.
  • Added ItemCustomSlab.
  • Added Custom Ocean Biomes.
  • Added Custom Cave Generator.

_Improvements_

  • Rewritten CSEntities.
  • Improved Packet exception handling.
  • Merged CustomGenLayer and CustomBiomeLayer.

_Bugfixes_

  • Fixed BlockCustomPlant placement check.
  • Fixed incorrect BlockCustomPortal block bounds.
  • Fixed ItemCustomArmor reflection bug.
  • Fixed ItemCustomArmor crash on right-click.
  • Fixed CustomBlocks and CustomItems not appearing on the search tab.

Clashsoft Lib 1.7.10-2.6.0

17 Aug 21:11
Compare
Choose a tag to compare

_New Features_

  • Added ItemCraftingHelper for mortar-like items.
  • Added BlockCustomBush from MFM.
  • Added BlockCustomCrops from MFM.

_Bugfixes_

  • Fixed some recipes crashing the game.

Clashsoft Lib 1.7.10-2.5.2

17 Aug 13:29
Compare
Choose a tag to compare

_Bugfixes_

  • Updated logo
  • Actually fixed /modupdates crash if there are no updates.

Clashsoft Lib 1.7.10-2.5.1

17 Aug 12:43
Compare
Choose a tag to compare

_New Features_

  • Added missing CustomWorldGen methods.
  • Added Custom Update notifications.

_Improvements_

  • Documentation.
  • Update CSWeb.

_Bugfixes_

  • Fixed /modupdates crash if there are no updates.
  • Fixed printUpdateNotes setting not doing anything.
  • Fixed Update and MOTD spam on servers.

Clashsoft Lib 1.7.10-2.5.0

16 Aug 13:53
Compare
Choose a tag to compare

_Notable Changes_

  • Update to Forge 1.7.10-10.13.0.1207

_New Features_

  • Added Custom Bedrock height to CustomBiomes
  • Added a Cape API
  • Added CustomWorldGen
  • Added more ModMetadata options (description, credits, ...)
  • Introduced the IconSupplier system

_Improvements_

  • Update Reflection API
  • Update replaceItem and replaceBlock
  • Improved Update Chat output
  • Improved CustomTreeGen
  • Improved Mod loading
  • Improved CustomBlock unlocalized name
  • Documentation

_Bugfixes_

  • Fixed ItemCustomArmor not working correctly
  • Fixed CustomChunkProvider not working correctly
  • Fixed CustomBiomes not correctly generating
  • Fixed Block opacity issues
  • Fixed CustomGrass growing issues
  • Fixed CustomPortals not working correctly
  • Fixed WorldGenRanged replacing blocks
  • Fixed CustomSapling placing issues
  • Fixed config key and category being swapped

Clashsoft Lib 1.7.10-2.4.2

06 Aug 15:11
Compare
Choose a tag to compare

_Improvements_

  • Improved Update installation.
  • Improved Update Version comparator.
  • Improved Mod Updates GUI.

Clashsoft Lib 1.7.10-2.4.1

05 Aug 23:24
Compare
Choose a tag to compare

_New Features_

  • Added Color Constants
  • Added RandomStack system
  • Added a few String Utils

_Improvements_

  • Improved CSRandom
  • Improved Mod Updates GUI

_Bugfixes_

  • Fixed Mod Updates GUI not opening
  • Fixed potential removeRecipe crash
  • Fixed potential Update validation crash