Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Build Guide

Build Guide

A client-side only mod to project shapes like circles and spheres into the world. It works both in singleplayer and multiplayer, even if the server doesn't have the mod installed.

527.8k
136
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20.x
1.19.x
1.18.x
1.17.1
1.16.4–1.16.5

Platforms

Fabric
Forge
NeoForge

Supported environments

Client-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

View source

Creators

brentmaas Owner

Details

Licensed CC-BY-NC-3.0
Published last year
Updated last month
DescriptionGalleryChangelogVersions

Show all versions

1
2
3
4
6

Build Guide 0.4.2 - 1.19, 1.19.1 & 1.19.2

by brentmaas on Aug 30, 2024
Download

Build Guide 0.4.2 - 1.18, 1.18.1 & 1.18.2

by brentmaas on Aug 30, 2024
Download

Build Guide 0.4.2 - 1.17.1

by brentmaas on Aug 30, 2024
Download

I finally implemented two often requested features: the ability to restart your client without losing your shapes and support for NeoForge. It took a bit longer than I hoped due to a weird asynchronous classloading bug in Forge and some hiccups with getting NeoForge to cooperate, but I managed it!

New requirements are as follows:

  • 1.17.1: Minecraft Forge 37.1.1, or Fabric Loader 0.16.2 and Fabric API 0.46.1.
  • 1.18/1.18.1/1.18.2: Minecraft Forge 38.0.17, or Fabric Loader 0.16.2 and Fabric API 0.44.0.
  • 1.19/1.19.1/1.19.2: Minecraft Forge 41.1.0, or Fabric Loader 0.16.2 and Fabric API 0.58.0.
  • 1.19.3: Minecraft Forge 44.1.23, or Fabric Loader 0.16.2 and Fabric API 0.76.1.
  • 1.19.4: Minecraft Forge 45.3.3, or Fabric Loader 0.16.2 and Fabric API 0.87.2.
  • 1.20/1.20.1: Minecraft Forge 46.0.14, or Fabric Loader 0.16.2 and Fabric API 0.83.0.
  • 1.20.2/1.20.3: Minecraft Forge 48.1.0, or Fabric Loader 0.16.2 and Fabric API 0.91.6.
  • 1.20.4/1.20.5: Minecraft Forge 49.1.4, or Fabric Loader 0.16.2 and Fabric API 0.97.1.
  • 1.20.6: Minecraft Forge 50.1.12, or Fabric Loader 0.16.2 and Fabric API 0.100.8.
  • 1.21/1.21.1: Minecraft Forge 51.0.33, or Fabric Loader 0.16.2 and Fabric API 0.102.0, or NeoForge 21.0.167.

Added:

  • Shapes can now persist by automatically saving them to a file. This is disabled by default due to some strange classloading issues under Minecraft Forge, but can be enabled in the config.
  • NeoForge support for Minecraft 1.21 and up.
  • Shape: Grid.

Fixed:

  • Java versions on Fabric now allow versions greater than the supported version, like Java 22.
  • Build Guide no longer pauses the game on some versions of Minecraft.

Removed:

  • Support for 1.16.4 and 1.16.5 as Minecraft Forge no longer runs on the latest versions of Java.

Build Guide 0.4.1 - 1.21 & 1.21.1

by brentmaas on Jun 14, 2024
Download

Updated to 1.21

Build Guide 0.4.1 - 1.20.6

by brentmaas on May 21, 2024
Download

Updated to 1.20.6

If you previously had issues with shapes following the camera or any other kind of not staying in place, let me know if this version fixes it for you. I finally encountered the bug myself, but only on 1.20.6, and I've fixed it in this release (on my side at least).

Build Guide 0.4.1 - 1.20.4 & 1.20.5

by brentmaas on Apr 7, 2024
Download

Build Guide 0.4.1 - 1.20.2 & 1.20.3

by brentmaas on Apr 7, 2024
Download

Build Guide 0.4.1 - 1.20 & 1.20.1

by brentmaas on Apr 7, 2024
Download

Build Guide 0.4.1 - 1.19.4

by brentmaas on Apr 7, 2024
Download

Build Guide 0.4.1 - 1.19.3

by brentmaas on Apr 7, 2024
Download

Build Guide 0.4.1 - 1.19, 1.19.1 & 1.19.2

by brentmaas on Apr 7, 2024
Download

Build Guide 0.4.1 - 1.18, 1.18.1 & 1.18.2

by brentmaas on Apr 7, 2024
Download

Build Guide 0.4.1 - 1.17.1

by brentmaas on Apr 7, 2024
Download

Build Guide 0.4.1 - 1.16.4 & 1.16.5

by brentmaas on Apr 7, 2024
Download

Fixed:

  • Removed newlines in manifest file

Build Guide 0.4.0 - 1.20.4

by brentmaas on Jan 19, 2024
Download

Quick update to 1.20.4

It took a while due to technical difficulties and being busy in general, but it's finally here

Build Guide 0.4.0 - 1.20.2

by brentmaas on Oct 3, 2023
Download

I was kinda busy, but hopefully it was worth the wait and hopefully the next update will be quicker. The mod is now also finally open source so you can yell at me for my poor code see what's actually running on your computer.

New requirements are as follows: Minecraft Forge 48.0.13, or Fabric Loader 0.14.22 and Fabric API 0.89.3.

Added:

  • Support for Minecraft 1.20.2.
  • Shape: Cone.
  • Configuration options from the configuration file are now accessible and editable from a GUI.
  • References to GitHub repository.

Changed:

  • Restructured project to cover all reasonable Minecraft versions from 1.16.4 and onward.
  • Yet Another Redesign of the GUI to merge simple and advanced mode, and provide a lot more order in a single unified GUI.
  • GUIs now adhere to tab traversal for Minecraft versions that support it.
  • Shapes in the shape list now also have a status indicator.
  • Rename Base Position to Origin.

Fixed:

  • Fixed a rendering issue on Minecraft versions 1.17.1 and above that would cause the error handlers of some mods like OptiFine and Distant Horizons to trigger.

Build Guide 0.4.0 - 1.20 & 1.20.1

by brentmaas on Oct 3, 2023
Download

I was kinda busy, but hopefully it was worth the wait and hopefully the next update will be quicker. The mod is now also finally open source so you can yell at me for my poor code see what's actually running on your computer.

New requirements are as follows: Minecraft Forge 46.0.14, or Fabric Loader 0.14.22 and Fabric API 0.83.0.

Added:

  • Support for Minecraft 1.20.2.
  • Shape: Cone.
  • Configuration options from the configuration file are now accessible and editable from a GUI.
  • References to GitHub repository.

Changed:

  • Restructured project to cover all reasonable Minecraft versions from 1.16.4 and onward.
  • Yet Another Redesign of the GUI to merge simple and advanced mode, and provide a lot more order in a single unified GUI.
  • GUIs now adhere to tab traversal for Minecraft versions that support it.
  • Shapes in the shape list now also have a status indicator.
  • Rename Base Position to Origin.

Fixed:

  • Fixed a rendering issue on Minecraft versions 1.17.1 and above that would cause the error handlers of some mods like OptiFine and Distant Horizons to trigger.

Build Guide 0.4.0 - 1.19.4

by brentmaas on Oct 3, 2023
Download

I was kinda busy, but hopefully it was worth the wait and hopefully the next update will be quicker. The mod is now also finally open source so you can yell at me for my poor code see what's actually running on your computer.

New requirements are as follows: Minecraft Forge 45.2.2, or Fabric Loader 0.14.22 and Fabric API 0.87.0.

Added:

  • Support for Minecraft 1.20.2.
  • Shape: Cone.
  • Configuration options from the configuration file are now accessible and editable from a GUI.
  • References to GitHub repository.

Changed:

  • Restructured project to cover all reasonable Minecraft versions from 1.16.4 and onward.
  • Yet Another Redesign of the GUI to merge simple and advanced mode, and provide a lot more order in a single unified GUI.
  • GUIs now adhere to tab traversal for Minecraft versions that support it.
  • Shapes in the shape list now also have a status indicator.
  • Rename Base Position to Origin.

Fixed:

  • Fixed a rendering issue on Minecraft versions 1.17.1 and above that would cause the error handlers of some mods like OptiFine and Distant Horizons to trigger.

Build Guide 0.4.0 - 1.19.3

by brentmaas on Oct 3, 2023
Download

I was kinda busy, but hopefully it was worth the wait and hopefully the next update will be quicker. The mod is now also finally open source so you can yell at me for my poor code see what's actually running on your computer.

New requirements are as follows: Minecraft Forge 44.1.23, or Fabric Loader 0.14.22 and Fabric API 0.76.1.

Added:

  • Support for Minecraft 1.20.2.
  • Shape: Cone.
  • Configuration options from the configuration file are now accessible and editable from a GUI.
  • References to GitHub repository.

Changed:

  • Restructured project to cover all reasonable Minecraft versions from 1.16.4 and onward.
  • Yet Another Redesign of the GUI to merge simple and advanced mode, and provide a lot more order in a single unified GUI.
  • GUIs now adhere to tab traversal for Minecraft versions that support it.
  • Shapes in the shape list now also have a status indicator.
  • Rename Base Position to Origin.

Fixed:

  • Fixed a rendering issue on Minecraft versions 1.17.1 and above that would cause the error handlers of some mods like OptiFine and Distant Horizons to trigger.

Build Guide 0.4.0 - 1.19, 1.19.1 & 1.19.2

by brentmaas on Oct 3, 2023
Download

I was kinda busy, but hopefully it was worth the wait and hopefully the next update will be quicker. The mod is now also finally open source so you can yell at me for my poor code see what's actually running on your computer.

New requirements are as follows: Minecraft Forge 41.1.0, or Fabric Loader 0.14.22 and Fabric API 0.58.0.

Added:

  • Support for Minecraft 1.20.2.
  • Shape: Cone.
  • Configuration options from the configuration file are now accessible and editable from a GUI.
  • References to GitHub repository.

Changed:

  • Restructured project to cover all reasonable Minecraft versions from 1.16.4 and onward.
  • Yet Another Redesign of the GUI to merge simple and advanced mode, and provide a lot more order in a single unified GUI.
  • GUIs now adhere to tab traversal for Minecraft versions that support it.
  • Shapes in the shape list now also have a status indicator.
  • Rename Base Position to Origin.

Fixed:

  • Fixed a rendering issue on Minecraft versions 1.17.1 and above that would cause the error handlers of some mods like OptiFine and Distant Horizons to trigger.
1
2
3
4
6

Modrinth is open source.

fix-window-open@1656e14

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.