MoreCobble

Quick rating

MoreCobble

No reviews yet

This mod is designed to support block decimals/per-face and other model particle contents in Cobblemon's rendering system without breaking/modifying/adding to the data pack format, and it comes with a complete API.

Mod Loaders
NeoForge
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 Unsupported

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
1.1.2
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

Introduction

This mod is designed to support block decimals/per-face and other model particle contents in Cobblemon's rendering system without breaking/modifying/adding to the data pack format, and it comes with a complete API.

API Interface [Example]

import xiaocaoawa.minecraft.mod.morecobble.api.*;
import net.minecraft.resources.ResourceLocation;

ResourceLocation pikachu = ResourceLocation.parse("cobblemon:pikachu");

// All Pikachu: Full model rainbow glow
ShimmerAPI.setSpeciesEffects(pikachu, ShimmerEffect.of(ShimmerBand.rainbow()));

// A certain Pokémon: tail stacked with two shiny stripes in different directions
ShimmerEffect tail = ShimmerEffect.builder()
        .scope(ShimmerScope.bone("tail"))
        .addBand(ShimmerBand.builder().direction(0,1,0).speed(0.5f).colors(0xFFFF0000,0xFF0000FF).build())
        .addBand(ShimmerBand.builder().direction(1,0,0).speed(-0.3f).colors(0xFF00FF00,0xFFFFFF00).build())
        .scope(ShimmerScope.bone("tail"))
        .addBand(ShimmerBand.builder().direction(0,1,0).speed(0.5f).colors(0xFFFF0000,0xFF0000FF).build())
        .addBand(ShimmerBand.builder().direction(1,0,0).speed(-0.3f).colors(0xFF00FF00,0xFFFFFF00).build())
        .build();
ShimmerAPI.setPokemonEffects(pokemonUuid, tail);

// Glare: Shiny Foil Finish on the Whole Model
SheenAPI.setSpeciesEffects(pikachu, SheenEffect.of(SheenBand.sheen()));

// Particle: Sparks flying from the head
ParticleAPI.setSpeciesEffects(pikachu,
        ParticleEffectSpec.of(ParticleScope.bone("head"),
                ParticleEmitter.of(ResourceLocation.parse("cobblemon:sparkles"), 2f)));​

Model performance

Supports block decimals/per-face and other Bedrock Edition models. No prerequisite mods. Added rendering for Cobblemon rendering, no modifications/additions to datapack format or content. Models can be directly referenced, and actions are supported. [You can use YSM's source file models, but YSM's encrypted format is not supported] model-1 model-2 model-3

Particle effects

You can let any Pokémon use Cobblemon's particles. The particle system hasn't changed the data pack format, so you can still customize and add them in the original data pack format. ​model-4 model-5

Colorful/Glare Effects

You can adjust the direction, stripe colors, multiple different colors, and speed of the colorful/glare effects for the whole model or for different parts, blocks, or block groups of the model. Colorful [The effect of changing colors on the texture. The stripes are locked to the texture pixels and move with the model. The stripe coordinate space is the texture UV space.] model-7

Screenshots

Gallery

  • MoreCobble-Particle
    MoreCobble-Particle Particle system

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