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

Plymouth: Anti-Xray

A cache-based antixray engine for Fabric.

3K загрузок11 подписчиковMPL-2.0fabric

Обновлён 18 марта 2023 г. · опубликован 1 апреля 2021 г.

An anti-xray engine that by default hides precious vanilla materials such as ores and buried chests.

Currently in Beta

This mod is currently in beta! That means there maybe some odd issues in regards to how stuff behaves and with mod compatibility. If you'd like to try it out and see if it works with your modpack, feel free to install it on your client, load up a world and see what works and what doesn't.

If you do find any issues, be sure to report in detail on the issue tracker, including any other mods you may have installed and any steps you've took to get here. If you don't know what steps exactly, at least try to get in coordinates & the world that's failing.

Known Issues

  • Incompatibility with Fabric LANd (flan for short): Trips undefined behaviour within the ASM transformer. This has been mitigated in Release Candidate 4. The real fix is to come later.
  • Blocks hidden by the anti-xray engine may appear as the masking block on reveal for a split second.
    • This is mostly due to being only a single block layer of blocks being normal without any special logic to mask lag.
  • For more potential issues, check the issue tracker.

Usage

Drop this mod into your server's mods folder then boot it up. No configuring nor commands required. This also works on the client, should you need it for a LAN party or something.

Do note, unusually flat bedrock may visually occur as bedrock is considered to be a hidden block via #plymouth-anti-xray:operator_blocks.

Configuration

This anti-xray can be configured by setting #plymouth-anti-xray:hidden to whichever blocks you want to hide. Specifics can be found in the readme on the GitHub page. The Minecraft Wiki has a page for it too. Just note, you're targeting data/plymouth-anti-xray/tags/blocks/hidden.json, not data/minecraft/tags/blocks/hidden.json or any other namespace. Plymouth will not find the tags outside of its own namespace.

There is no other method to configuring the anti-xray engine available.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
0.2.0+mc.1.19.4Релиз1.19.4fabric18 марта 2023 г.Скачать (245 КБ)
0.0.0+mc.1.19.2Релиз1.19.2fabric7 февраля 2023 г.Скачать (248 КБ)
0.1.0+mc.1.19.3Релиз1.19.3fabric23 января 2023 г.Скачать (239 КБ)
0.1.0-rc.3+mc.1.19.3Бета1.19.3fabric29 декабря 2022 г.Скачать (229 КБ)
0.1.0-rc.2+mc.1.19.3Бета1.19.3fabric11 декабря 2022 г.Скачать (229 КБ)
0.1.0-rc.1+mc.1.19.3Бета1.19.3fabric10 декабря 2022 г.Скачать (160 КБ)
0.0.0-rc.9+mc.1.19.2Бета1.19.2fabric12 августа 2022 г.Скачать (160 КБ)
0.0.0-rc.8+mc.1.19Бета1.19fabric15 июля 2022 г.Скачать (160 КБ)
0.0.0-rc.6+mc.1.19-pre5Бета1.19-pre5, 1.19-rc1, 1.19-rc2, 1.19fabric7 июня 2022 г.Скачать (158 КБ)
0.0.0-rc.5+mc.1.18.2-rc1Бета1.18.2-rc1, 1.18.2fabric1 марта 2022 г.Скачать (158 КБ)
0.0.0-rc.4+mc.1.18.1Бета1.18.1fabric20 февраля 2022 г.Скачать (159 КБ)
0.0.0-rc.3+mc.1.18.1Бета1.18.1fabric10 февраля 2022 г.Скачать (159 КБ)
0.0.0-rc.2+mc.1.18.1Бета1.18.1fabric7 февраля 2022 г.Скачать (157 КБ)

Ченджлог

0.2.0+mc.1.19.4Релиз1.19.4 · 18 марта 2023 г.

Changes since v0.1.0

  • Updated to 1.19.4
0.0.0+mc.1.19.2Релиз1.19.2 · 7 февраля 2023 г.

Changes since v0.0.0-rc.9

Anti-Xray

  • Backported changes from 1.19.3, closes #21

Debug

  • Add new debugging utiltiy for block collision boxes.
  • Fixed rendering order.
  • Fusebox has been cleaned up.

Development

  • Bumped Gradle's memory requirement to 4G
0.1.0+mc.1.19.3Релиз1.19.3 · 23 января 2023 г.

Changes since v0.1.0-rc.3

Anti-Xray

  • Updated GudASM fork 'Bytecode Junkie' to v0.3.2

General

  • Enforce Loom 1.0.+
0.1.0-rc.3+mc.1.19.3Бета1.19.3 · 29 декабря 2022 г.

Changes since v0.1.0-rc.2

Anti-Xray

  • Fix a transformer bug causing a crash with Polymer.

Development

  • Added Server Translations API
0.1.0-rc.2+mc.1.19.3Бета1.19.3 · 11 декабря 2022 г.

Changes since v0.1.0-rc.1

Anti-Xray

  • JiJ Resource Loader for a more easy end user experience.
0.1.0-rc.1+mc.1.19.3Бета1.19.3 · 10 декабря 2022 г.

Note: This release may not be able to run on 1.19.2.

Changes since v0.0.0-rc.9

General

  • Updated buildscripts
  • Updated to 1.19.3

Debug

  • Add client registry dumping.
0.0.0-rc.9+mc.1.19.2Бета1.19.2 · 12 августа 2022 г.

Changes since v0.0.0-rc.8

Development

  • Updated Minecraft to 1.19.2
  • Removed TextHelper in favour of Text.
  • Fixed minor issues scattered throughout.
0.0.0-rc.8+mc.1.19Бета1.19 · 15 июля 2022 г.

Changes since v0.0.0-rc.6

Anti-Xray

  • Added unchecked block update API to ShadowChunk
  • Provide explicit support for Alternate Current. Fixes #20

Debug

  • Fix fault when mixin has no environment in package

Development

  • Updated Minecraft to 1.19
  • Updated Actions workflows.
    • Also fixed typo since 0.0.0-rc.7
  • Migrated to SLF4J.

Комментарии

Загружаем…