Skip to content

Releases: Estecka/mc-Variants-CIT

3.1.0+1.21.4-pre1

24 Nov 14:05
Compare
Choose a tag to compare
3.1.0+1.21.4-pre1 Pre-release
Pre-release
Fixed mixin mapping

2.6.0+1.21.3

24 Nov 09:22
3676273
Compare
Choose a tag to compare
v2.6 - MAVAPI Buckets (#16)

- Added the module types `bucket_entity_data`, `entity_data` and
`block_entity_data`.
- Added the model predicate `bucket_entity_age`.

2.6.0+1.21.1

24 Nov 09:22
Compare
Choose a tag to compare
Merge tag '2.6.0+1.21.3' into 1.21.1

3.0.0+1.21.4-pre1

21 Nov 09:12
Compare
Choose a tag to compare
3.0.0+1.21.4-pre1 Pre-release
Pre-release

1.21.4 port

2.5.1+1.21.3

24 Oct 20:07
bb56c77
Compare
Choose a tag to compare
Port to MC 1.21.2 (#14)

Models are no longer registered through Fabric-API.

2.5.1+1.21.1

24 Oct 20:06
Compare
Choose a tag to compare
Marked as incompatible with MC 1.21.2

2.5.0+1.21.1

13 Oct 10:25
17c9162
Compare
Choose a tag to compare
V2.5 (#13)

- Added the `painting_variant` module.
- Added a `requiredEnchantments` parameter to the `enchantment` module.
- Started looking for modules in the folder `variants-cit`, marked
`variant-cits` as deprecated.

2.4.0+1.21.1

12 Sep 19:28
c20f6fd
Compare
Choose a tag to compare
V2.4.0 (#11)

- Modules may now automatically generate models for provided textures.
- Optimized some modules, considerably reducing how often they recompute
an item's model.
- Fixed Trident and Spyglass (in stack form) not being affected by CITs.

2.3.0+1.21.1

12 Sep 19:28
1d62e2d
Compare
Choose a tag to compare
V2.3.0 (#10)

- Multiple modules are allowed per item.
- Added the module `enchantment` for tools and armours.
- `custom_data` may now search nested pathes.
- `custom_name` will now convert all names into valid identifiers.

2.2.0+1.21.1

30 Aug 12:50
8eab070
Compare
Choose a tag to compare
v2.2.0 (#7)

- `custom_data` module now has a `caseSensitive` option.
- Parameterized and Special modules no longer need to register a constructor.
- Special modules are no longer required to implement their variant logic separately from the special logic.