HomeJavaModsEasier World Creator (ewc)
Easier World Creator (ewc)
ModsJava

Easier World Creator (ewc)

by RodoFire · on Modrinth

⬇ Download on Modrinth
Easier World Creator (ewc) — screenshot 1Easier World Creator (ewc) — screenshot 2Easier World Creator (ewc) — screenshot 3Easier World Creator (ewc) — screenshot 4Easier World Creator (ewc) — screenshot 5

What is this mod about?

availible on modrinth availible on curseforge

What Shapes can you create?

you can for the moment create :

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

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()

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.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more