Skip to content

Releases: SpaceServe/spaceserve-ekho

SpaceServe Transition

16 Jun 19:47
Compare
Choose a tag to compare

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

1.17

16 Jun 15:40
Compare
Choose a tag to compare

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

09 Apr 00:52
dd9fa99
Compare
Choose a tag to compare

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

02 Apr 16:38
Compare
Choose a tag to compare

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

01 Apr 14:45
Compare
Choose a tag to compare

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

0.1.0

01 Apr 14:35
Compare
Choose a tag to compare

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