Skip to content

Releases: Andre601/GridBlocks

v2.0.1: Support ItemsAdder v3.3.0

22 Nov 14:50
0bfbb8f
Compare
Choose a tag to compare

This update adds support for ItemsAdder v3.3.0 onwards.

To keep support for older versions are there now 2 zip files:

  • GridBlocks-<version>-old.zip for ItemsAdder v3.2.5 and older
  • GridBlocks-<version>-new.zip for ItemsAdder v3.3.0 and newer

For those who don't know already: ItemsAdder v3.3.0 changed its folder structures. The add-ons now go into a folder called contents.

I've created a blog post to address these changes and how to migrate this:
https://www.andre601.ch/blog/posts/2022/11-21-itemsadder-3.3.0/

v2.0.0: Renamed project, namespace and items, and also new variants added

25 Mar 17:14
Compare
Choose a tag to compare

THIS IS A BREAKING CHANGE!

This release is not compatible with the previous one. Blocks and items have been renamed and will therefore not be the same when re-zipping the resource pack.

Please follow the below steps to update properly. You won't get any support from me if you didn't follow the instructions!

  • Install the content as described in the Readme file.
  • Remove utilityblocks from both items_packs/ and resource_pack/assets/
  • Run /iacleancache blocks to clean the block cache.
  • Re-zip the resource pack using /iazip and continue as you normally would.

All that is left is finding and removing the old blocks in your world. They are unfortunately invisible and there's nothing I could really do here.


Changelog

Breaking

  • Renamed UtilityBlocks to GridBlocks
    • The new namespace is now gridblocks
  • Renamed Blocks:
    • blueprint_block -> blue_grid
    • blue_scale_horizontal_east_west -> blue_grid_scale_horizontal_east_west
    • blue_scale_horizontal_north_south -> blue_grid_scale_horizontal_north_south
    • blue_scale_vertical -> blue_scale_vertical
    • greenprint_block -> green_grid
    • green_scale_horizontal_east_west -> green_grid_scale_horizontal_east_west
    • green_scale_horizontal_north_south -> green_grid_scale_horizontal_north_south
    • green_scale_vertical -> green_scale_vertical
  • Removed Items:
    • category_blue
    • category_green

Added

  • Blocks
    • black_grid
    • black_grid_scale_horizontal_east_west
    • black_grid_scale_horizontal_north_south
    • black_grid_scale_vertical
    • red_grid
    • red_grid_scale_horizontal_east_west
    • red_grid_scale_horizontal_north_south
    • red_grid_scale_vertical
  • Items
    • black_grid_item
    • black_grid_scale_center_item
    • black_grid_scale_horizontal_item
    • black_grid_scale_vertical_item
    • blue_grid_item
    • blue_grid_scale_center_item
    • blue_grid_scale_horizontal_item
    • blue_grid_scale_vertical_item
    • green_grid_item
    • green_grid_scale_center_item
    • green_grid_scale_horizontal_item
    • green_grid_scale_vertical_item
    • red_grid_item
    • red_grid_scale_center_item
    • red_grid_scale_horizontal_item
    • red_grid_scale_vertical_item

v1.0.0: First release

23 Mar 22:37
Compare
Choose a tag to compare

First release of the Add-on.

Please download the file called UtilityBlocks-v1.0.0.zip