A Minecraft mod, currently in very early development.
Above the clouds, light streams across the world. The streams meet and connect, forming nodes and faces (always triangular).
Implemented features:
- (none)
Partially implemented features:
- Locators: items that allows you to find nearby things (blocks/entities/structures). The basic system for them is in place,
but there is no way to create them without
/give
and the system needs to be "filled in" with search filters. Web nodes: entities that are attracted/repulsed by certain nearby blocks and make up the Great Web.
Planned features:
- Procedurally generate the Great Web
- Add a way to see/render the Web
- Add things the player can do with the Web
This mod is in early alpha. Stuff is going to break. Scratch that, it is broken. You have been warned.
See also the license below.
All code in this repository is subject to the GNU Lesser General Public License, version 3 (LGPLv3). See COPYING and COPYING.LESSER for the full license text.
Note: previous versions of this work were released under the MIT license. For any parts of this work subject to both MIT and LGPL (because they are present in an older MIT-licensed and a newer LGPL-licensed version), you may choose which of these licenses to apply. To find out what code this clause applies to, use the git
tool to compare the code's modified date to the date of the license change.
Non-code assets are released under Creative Commons - Attribution - Share Alike 4.0. Non-code assets consist of any files in the src/main/resources
subdirectory, as well as any files with a MIME type matching image/*
, audio/*
, video/*
or application/ogg
.
gradle/wrapper/gradle-wrapper.jar
, gradlew
and gradlew.bat
are (c) Gradle Inc. and not subject to the above licenses. For more information about their licensing, visit https://gradle.org.
I don't know why you would include this mod in a pack in its current stage, but you are allowed to do so, provided that you credit the author appropriately. A link to this page or the mod's CurseForge page (once it exists) is fine.