gniftygnome

Results 11 issues of gniftygnome

**Describe the bug** Current (and future) versions of Biolith crash when C2ME is present with its default configuration because C2ME overwrites `TheEndBiomeSource;getBiome`, which conflicts with our mixins. Additionally, TerraBlender's mixins...

bug

It looks like the Sakura foliage generation places leaves too far from the trunks. If you hover above a newly generated Sakura forest in Creative, you can see the leaves...

This PR adds a registration system for spreadable blocks (blocks which extend SpreadableBlock). Each "type" of spreadable block has its own registry instance, which maps a bare block (f.e. Dirt)...

enhancement
priority:low

Refactoring the majority of the remaining APIs to api/impl. I've tried to use a relatively light touch here; if there are more things I should segregate, just let me know.

The 1.19.3 version of Terraform wood API's boat implementation originally would crash during startup if no mod defined a boat: ```java Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.terraformersmc.terraform.boat.api.TerraformBoatTypeRegistry at...

PR #132 may no longer compile, due to some repository changes. It also has a conflict between different versions of omega config, which may depend on the Loom version being...

This requires the updated Magna here: https://github.com/Draylar/magna/pull/28 * Updated deps. Followed some simple vanilla changes. * Rewrote the Item Group implementation for 1.19.4 (will need a small change for 1.20)....

Installing Simply Improved Terrain and Terralith 1.3.2 on Minecraft 1.17.1 causes crashes. I believe that in MixinDiskFeature.java on line 39, diskFeatureConfig.radius.get(random) returns a negative number, which is later divided by...

### What happened? The latest version of Promenade for 1.20 - 1.20.2 bundles a version of Biolith which causes TerraBlender's `deferred_placeholder` biome to generate in the world when used with...

bug

See also: #274 -- this is nearly identical Project source: https://github.com/TerraformersMC/Biolith After enabling Forge in gradle.properties and settings.gradle, and requesting a gradle refresh, the following error is generated. One interesting...