Language

Laminate

Modrinth

Lets item definitions optionally fall back to lower-priority packs

19 downloads 1 followers updated 1mo ago
latest v1.0.0 Modrinth
Fabric 1.21.11 – 1.21.11 DecorationUtility

Purpose

This mod gives conditional item definitions the option to fall back to the
definition provided by a lower-priority resource pack. This mimics the
behavior of the original Custom Item Textures (CIT) mod, which allowed
replacement rules from multiple packs to be applied to the same item. Rather
than CIT's custom priority numbers, the pack order determines priority.

Installation

Add the mod JAR to your Fabric mods folder.

Usage

This mod adds a feature to item model definitions which can be used by
resource pack designers. It is always active when the mod is installed.

Recall the JSON files found at assets/minecraft/item are item definitions;
the item models used for rendering are under assets/minecraft/models/item.

To indicate that an item definition should use the next-highest-priority
pack's definition as its fallback, create a field "definition_fall_through"
as a sister of your "fallback" field, and set it to true. The fallback thus
annotated will be replaced by the contents of the next pack's definition for
that item.

Packs still ought to provide a valid vanilla fallback model.

Versions

Release
1.0.0
fabric · 1.21.11 · 1mo ago
16

Comments 0

No comments yet. Be the first to share your thoughts.

Download Laminate

Files are served directly from the original source. Modgrid does not host or modify them.