Releases: tweaked-programs/cccbridge
Releases · tweaked-programs/cccbridge
v1.4.1
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
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
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
- Added Scroller Pane
- RedRouter is now rotatable with a Wrench and looks cooler
- Removed "Create" from "Source Block" and "Target Block"
v1.2.0
- Added "train_station" peripheral to the block directly!
v1.1.0
- 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
First release! yay!