Skip to content

Releases: mineTomek/RedstoneryMod

Redstonery Mod 0.0.2 for Minecraft 1.20.2

23 Nov 16:29
dc3994b
Compare
Choose a tag to compare

CHANGELOG

Ordered from the newest to the oldest versions

v0.0.2

  • Fix #3 by breaking up if statements in rendering event and in the loading positions from nbt
  • Remove the rounded corners from the mod icon
  • Update the mod description to match the style of the other mods
  • Minor internal tweaks

v0.0.1

  • Add Redstone Selector item
  • Add right-click and left-click events
    • The game blocks all interactions with blocks when the player holds the Redstone Selector item
  • The Redstone Selector has an animation while on cooldown which activates after placing a selection corner
  • Add selection system with saving positions to item's nbt data
  • Add rendering the selection using Renderer package by 0x3C50
    • The game renders the selection only when the client's player has the Redstone Selector item in the main hand
    • The selection consists of two parts:
      • The main part which is an outline-only block containing the whole selection
      • Two 1x1x1 outline-and-fill boxes colored red and blue positioned at two selection corners
    • Each selection part has a margin to avoid z-fighting with the block textures
  • Add a feature when while the player is sneaking the selection renders through blocks

Redstonery Mod 0.0.1 for Minecraft 1.20.2

21 Nov 08:52
Compare
Choose a tag to compare

CHANGELOG

Ordered from the newest to the oldest versions

v0.0.1

  • Add Redstone Selector item
  • Add right-click and left-click events
    • The game blocks all interactions with blocks when the player holds the Redstone Selector item
  • The Redstone Selector has an animation while on cooldown which activates after placing a selection corner
  • Add selection system with saving positions to item's nbt data
  • Add rendering the selection using Renderer package by 0x3C50
    • The game renders the selection only when the client's player has the Redstone Selector item in the main hand
    • The selection consists of two parts:
      • The main part which is an outline-only block containing the whole selection
      • Two 1x1x1 outline-and-fill boxes colored red and blue positioned at two selection corners
    • Each selection part has a margin to avoid z-fighting with the block textures
  • Add a feature when while the player is sneaking the selection renders through blocks