Перейти к содержимому
Mineforgian

Reselect

fabric mod to add a more advanced predicate system for minecraft resources

Загрузки
536
Подписчики
9
Обновлён
19 января 2022 г.
Лицензия
LGPL-3.0-only

Опубликован 18 июля 2021 г.

Reselect

Reselect is a fabric library mod to enable players and modpack creators to customize minecraft behaviour with as little coding knowledge as necessary.

This mod provides the Reselect language, which allows the user to write predicates that match entities based on various parameters such as the mob age, current biome, name, health and other properties.

Current status of the mod

This mod is temporarily replacing Varied Mob Textures until integration is implemented.

The mod is in Alpha stage, and for testing purposes, it also contains features that should be split off into another mod Varied Mob Textures.

The extra features provided are the ability to use Reselect scripts in resource packs to have multiple textures for the same mob.

How to use

For users

if a resource pack requires this mod, just install it. No configuration is required.

For resource pack developers

The documentation isn't ready yet, for help to make resource packs with this mod join the Discord Server.

For other mod creators

Currently the integration support is not complete, if you wish to help contact me on the Discord Server. You may also wish to use the VS Code plugin for the Reselect language support.

Ченджлог

0.3.1Альфа1.18, 1.18.1 · 19 января 2022 г.

0.3.1

Fixed

  • Functions x, y, and z
  • Operators <=, >=

Changed

  • Renamed biome to current_biome
0.3.0Альфа1.18, 1.18.1 · 17 января 2022 г.

0.3.0

Added

  • Functions axolotl_variant, cat_type, fox_type, horse_color, horse_marking, mooshroom_type, panda_gene, parrot_variant, rabbit_variant, sheep_color, shulker_color, tropical_fish_base, tropical_fish_pattern, and tropical_fish_variant.
  • Type-class Collared and collar_color function
  • Type-class Tameable and is_tamed function

Changed

  • Renamed biome to current_biome
  • Renamed hasname to has_name
  • Renamed isbaby to is_baby
  • Comments now begin with double dash (--) instead of the hash #

Комментарии

Загружаем…