Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Releases: Wertyfire/WertyfireCore

Wertyfire Core v1.0.3

Choose a tag to compare

@Wertyfire Wertyfire released this 12 Sep 09:28

Features

Bugfix

• Fixed bug: desconnecting with server when using ChatUtils#sendMessageWithLink

Wertyfire Core v1.0.2

Choose a tag to compare

@Wertyfire Wertyfire released this 22 Aug 14:32

Features

• Added ParticleUtils to spawn particles by name instead of Minecraft.getMinecraft().effectRenderer.addEffect(new EntityFX(...));
• Added class RGBA (to store rgb colors)
• Added class StringUtils

Wertyfire Core v1.0.1

Choose a tag to compare

@Wertyfire Wertyfire released this 29 Jul 14:01

Features

Hotfix

• CompressedBlock now uses texture domain from ModContext.getCurrentResourceContext()
• CompressedPoweredBlock now uses texture domain from ModContext.getCurrentResourceContext()

Wertyfire Core v1.0.0

Choose a tag to compare

@Wertyfire Wertyfire released this 27 Jul 14:46

Features

• DefaultBlock class - all params in constructor instead of setName(name).setTextureName(textureName)
• CompressedBlock class - same as DefaultBlock but for compressed blocks
• CompressedPoweredBlock class - same as DefaultBlock but for compressed powered blocks (these classes are mostly used)
• DefaultItem - same as DefaultBlock but for items
• context package - see in javadoc in sources
• ChatUtils - utils for chat
• CompatibilityUtils - utils for mods compatibility