Skip to content

Releases: tweaked-programs/cccbridge

v1.4.1

01 Mar 19:21
7ada835
Compare
Choose a tag to compare

Its patch day ma' dudes!

  • This version fixes, you know, some small details like THE FUNCTIONALITY IN FABRIC FOR THE SOURCE AND TARGET BLOCK.
  • The Fabric version also won't require the Fabric API now. (Although that this is not that important, as both ComputerCraft and Create need it anyway, but hey it's not our fault!)
  • The model for the Scroller Pane when it is locked now exists again too.

In Forge, render issues with blocks got fixed. They now look good again.

In general, the code for both modloaders is more similar to each other.

v1.4.0

27 Feb 16:50
f4b9eca
Compare
Choose a tag to compare

Update to the 1.19.2!

Not only that, but also the mappings got migrated to Parchment, allowing the Forge and Fabric versions code to be more similar.

Some visual noticable additions are:

  • Added a nice painting
  • Updated models / textures (Small details only)
  • Custom MOTD in CC Rom

Some second ("noticable") changes are:

  • Scroller does not use the cutout renderlayer anymore
  • Fixed target block display ID
  • RedRouter Block is a bit more performent

v1.3.1

07 Nov 15:36
Compare
Choose a tag to compare

Small fixes

  • Updated CC dependency to a newer version
  • Fixed crash on start with newer CC version
  • replaceLine now works as intended

v1.3.0

12 Oct 18:59
Compare
Choose a tag to compare
  • Added Scroller Pane
  • RedRouter is now rotatable with a Wrench and looks cooler
  • Removed "Create" from "Source Block" and "Target Block"

v1.2.0

02 Sep 18:23
b201834
Compare
Choose a tag to compare
  • Added "train_station" peripheral to the block directly!

v1.1.0

21 Aug 21:25
e4143a9
Compare
Choose a tag to compare
  • Added RedRouter Block (Redstone peripheral)
  • Source block now queues a "monitor_resize" event, when display size changes
  • changed maximum height length to 24
  • targetblock now acts as a DisplayBoardTarget (in other words, informations may no longer be unreadable)
  • multi line text will now work
  • add docs for @LuaFunctions (inside java code)
  • block drops work correctly
  • a bit balencing (block drops, harvest level, crafting output amout)
  • functions now throw LuaExceptions instead of returing nil

v1.0.0

04 Aug 21:43
090aeb4
Compare
Choose a tag to compare

First release! yay!