Boe's Earth

Quick rating

Boe's Earth

No reviews yet

Blockstates extension for shaders and resourcepacks

Magic
Adventure/Exploration
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
Apache License 2.0
Latest Version
1.3.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Boe's Earth

Description

Boe's Earth is a mod that adds additional blockstated to couple of vanilla blocks.
Those blockstates may be later used by shaders or resourcepacks to improve visual fidelity.

Added blockstates

  • is_on_leaves: Added to Snow, Vines and Carpets
    Example usage (Bliss shader):

    • Snow on top of waving leaves will wave alongside the leaves
    • Vines supported by/based on waving leaves will wave with them
    • snow_on_top: Added to leaves
      Example usage:

      • Leaves with snow on top will have different texture

FAQ

Q: Snow/Vines/Carpets are not waving
A: First make sure that your shader supports Boe's Earth, e.g. Bliss.
     Then, make sure their respective blockstates are enabled in the config.
     At last, naturally generated blocks always have the custom blockstates disabled, they will however update with time.
     If you want to speed up the updating process, increase the randomTickSpeed gamerule, and decrease it back after to its default 3/5
.
     You can also force an update by placing/destroying the blocks

Q: There is a lot of lag caused by this mod
A: You can disable some of the update logic in the config.
     On neighbor update updates are the heavies one and can be tuned with max chain updates.
     Random tick updates are the lighter and are connected to in-game randomTickSpeed gamerule

Q: Forge version?
A: The mod should work with Sinytra Connector, though that is not a guarantee in the future

Documentation

The mods adds just another blockstates to existing blocks.
The usage of those blockstates stays the same as for vanilla blockstates and any other blockstates added by different mods.

Outside of that, the mod also adds an Iris shader define named BOES_EARTH_BLOCKSTATES.
It can be used to add Boe's Earth blockstates support to your shader without breaking compatibility with vanilla blockstates.
That does not mean Boe's Earth blockstates are incompatible with Optifine or other shader loaders, but there will be no way to knowing shader-side if the mod is present or not!

Example usage - shader

Iris (vanilla compatible):

#ifdef BOES_EARTH_BLOCKSTATES
block.56=minecraft:birch_leaves minecraft:acacia_leaves snow:is_on_leaves=true vine:is_on_leaves=true blue_carpet:is_on_leaves=true moss_carpet:is_on_leaves=true
#else
block.56=minecraft:birch_leaves minecraft:acacia_leaves
#endif
#ifdef BOES_EARTH_BLOCKSTATES
#define boes_on_leaves = snow:is_on_leaves=true vine:is_on_leaves=true blue_carpet:is_on_leaves=true moss_carpet:is_on_leaves=true
#endif

block.56=minecraft:birch_leaves minecraft:acacia_leaves boes_on_leaves

Other shader loaders (not vanilla compatible):

block.56=minecraft:birch_leaves minecraft:acacia_leaves snow:is_on_leaves=true vine:is_on_leaves=true blue_carpet:is_on_leaves=true moss_carpet:is_on_leaves=true

Example usage - resourcepack

{
  "variants": {
    "layers=1,is_on_leaves=false": {
      "model": "minecraft:block/snow_height2"
    },
    "layers=2,is_on_leaves=false": {
      "model": "minecraft:block/snow_height4"
    },
    "layers=1,is_on_leaves=true": {
      "model": "minecraft:block/snow_on_leaves_height2"
    },
    "layers=2,is_on_leaves=true": {
      "model": "minecraft:block/snow_on_leaves_height4"
    }
  }
}

Or

{
  "multipart": [
    {
      "when": { "AND": [
        {"layers": "1" },
        {"is_on_leaves": false }
      ]},
      "apply": { "model": "minecraft:block/snow_height2" }
    },
    {
      "when": { "AND": [
        {"layers": "2" },
        {"is_on_leaves": false }
      ]},
      "apply": { "model": "minecraft:block/snow_height4" }
    },
    {
      "when": { "AND": [
        {"layers": "1" },
        {"is_on_leaves": true }
      ]},
      "apply": { "model": "minecraft:block/snow_on_leaves_height2" }
    },
    {
      "when": { "AND": [
        {"layers": "2" },
        {"is_on_leaves": true }
      ]},
      "apply": { "model": "minecraft:block/snow_on_leaves_height4" }
    }
  ]
}

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works