repo for my hex addons :3
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

new assets just dropped

Co-authored-by: "Dinosore (Russell)" <too.much.editing.lol@gmail.com>

+18 -1
+18 -1
build.gradle.kts
··· 252 252 .replace("\"", "\\\"").trim() 253 253 ) 254 254 array("authors") { 255 - put("PoolloverNathan") 255 + map { 256 + put("name", "PoolloverNathan") 257 + map("contact") { 258 + put("discord", "https://discord.com/users/402104961812660226") 259 + put("github", "https://github.com/PoolloverNathan") 260 + put("codeberg", "https://github.com/PoolloverNathan") 261 + } 262 + } 263 + } 264 + array("contributors") { 265 + map { 266 + put("name", "dinosore_rs") 267 + put("role", "textures") 268 + map("contact") { 269 + put("discord", "https://discord.com/users/219925949309779970") 270 + put("github", "https://github.com/dinosore-rs") 271 + } 272 + } 256 273 } 257 274 map("contact") { 258 275
src/client/resources/assets/mica/textures/block/basic_rune.png

This is a binary file and will not be displayed.

src/client/resources/assets/mica/textures/block/spell_rune.png

This is a binary file and will not be displayed.

src/client/resources/assets/mica/textures/block/start_rune.png

This is a binary file and will not be displayed.