Skip to content

Releases: SpaceServe/spaceserve-ekho

SpaceServe Transition

Choose a tag to compare

@spaceclouds42 spaceclouds42 released this 16 Jun 19:47

Packages have been renamed, and the maven repository is fixed. (i think)

1.17

Choose a tag to compare

@spaceclouds42 spaceclouds42 released this 16 Jun 15:40

Nothing in the DSL has changed. Improved buildscripts and set up a system for a test mod, but didn't implement yet because I just want to get this out so I can use it.

Better Style and Color, TextComponents

Choose a tag to compare

@spaceclouds42 spaceclouds42 released this 09 Apr 00:52
dd9fa99

Can now set style with style = premadeStyleObject (as well as the same previous style { green; bold })

Colors can now be set with color = premadeTextColorObject and rgb = 0x003300. color { } no longer exists

Existing text objects can be added as components, just like strings

val someText = ekho("Some existing text object") { style { green } }
val moreText = ekho("some stuff") { newLine; someText(false) }
// the false passed in to the invocation of someText prevents style inheritance, just the same as with strings :>

Hover and Click Events

Choose a tag to compare

@spaceclouds42 spaceclouds42 released this 02 Apr 16:38

Introducing an incredibly simple way to add hover events and click events to your text! Wiki page is currently being written, but I hope it's pretty self explanatory ;)

0.1.1

Choose a tag to compare

@spaceclouds42 spaceclouds42 released this 01 Apr 14:45

I forgot to include the accesswidener in fabric.mod.json, causing a failed build when importing 🤦

0.1.0

Choose a tag to compare

@spaceclouds42 spaceclouds42 released this 01 Apr 14:35

It works! See Testing.kt for an example, better hover/click events coming soon:tm: