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
Easier World Creator (ewc)

Easier World Creator (ewc)

library mod mostly designed for world-gen

11.0k
11
Library
Utility
World Generation
AboutGalleryChangelogVersions

What is this mod about?

  • Create your world gen features easily with this library. It allow you to generate simple shapes (spherer, spirals, torus...) that combined together can create some beautiful features.

  • This mod also support multi-chunk features (placing features larger than 3x3 chunks).

  • You can also manipulate structure and placing them in the world

  • You can animate the placement of structure/ shape depending on many parameters

  • Implement a config API

  • One other functionnality that is not implemented for the moment is the support for custom particles shape

availible on modrinth availible on curseforge

What Shapes can you create?

you can for the moment create :

  • Circles
  • Spheres
  • Cylinders
  • 2d and 3d ellipsoid
  • Lines between 2 points
  • Spirals and some variations
  • Tores

Other features?

Yes there are a performance maths class as well as some utility world gen class that provide useful methods and a Class for perlin noise

discord link won't support forge github link

Setup

if you are developping a mod and you want to use this library, you can put this in your build.gradle:

repositories {
    maven {
        name = "Modrinth"
        url = "https://api.modrinth.com/maven"
        content {
            includeGroup "maven.modrinth"
        }
    }
}

dependencies {
    modImplementation "maven.modrinth:ewc:<version>"
}

you can find the version in the version tab (ex: 3.0.0+1.21.1)

Info

Wiki

I highly recommend you go to check the wiki to understand everything that is possible : Mod-Wiki

Performance

this mod use is own maths that you can use For example calculating 1 000 000 cosinus : gives an avarage calculating time of 476 ms when using Math.cos(), using the custom maths, you get an average time of 7ms when using FatsMaths.getFastCos() and an average of 14ms when using FastMaths.getPreciseCos()

documentation link

Using the library

the methods comes with common parameter :

StructureWorldAccess world that is used to put the structure in the world. StructureWorldAccess allow you to use the feature either during world gen or not

BlockPos pos the position of the center of the structure

List<BlockLayer> layers a list of BlockLayer, see the wiki for more info : Mod-Wiki

The different size required for the shape to place

Future?

I continue to develop actively this mod to support more and more possible things. You have any idea, suggestion on how to improve the mod? Let me know on the github.

discord link

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Compatibility

Minecraft: Java Edition

1.21.x
1.20.x

Platforms

Fabric
NeoForge
Quilt

Supported environments

Client-side
Server-side
Client and server (optional)

Links

Report issues View source Visit wiki Join Discord server
Donate on Ko-fi

Creators

RodoFire
RodoFire Member

Details

Licensed MIT
Published 11 months ago
Updated last month

Modrinth is open source.

main@fafd47f

© 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.