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

AntiXray

A lightweight mod that allows server owners to combat xrayers.

521K загрузок670 подписчиковMITfabricforgeneoforgequilt

Обновлён 24 апреля 2026 г. · опубликован 10 августа 2021 г.

  • Engine Mode 2
  • AntiXray Disabled
  • Engine Mode 1
  • Engine Mode 3

Anti Xray

Anti Xray is a lightweight fabric mod that allows server owners to combat xrayers.

Config

# Default values
enabled = false

# World specific values
[overworld]
enabled = true
engineMode = 3
maxBlockHeight = 256
updateRadius = 2
lavaObscures = false
hiddenBlocks = ["#c:ores", "raw_copper_block", "raw_iron_block", "raw_gold_block", "!#antixray:hidden_only_ores"]
replacementBlocks = ["#antixray:hidden_only_ores", "stone", "deepslate", "andesite", "calcite", "diorite", "dirt", "granite", "gravel", "sand", "tuff", "mossy_cobblestone", "obsidian", "clay", "infested_stone", "amethyst_block", "budding_amethyst", "chest"]

[the_nether]
enabled = true
engineMode = 1
maxBlockHeight = 128
updateRadius = 2
lavaObscures = true
hiddenBlocks = ["ancient_debris", "nether_quartz_ore", "nether_gold_ore", "gold_block", "gilded_blackstone"]

Config option overview

enabled if set to true anti xray will be active in the specified world

engineMode can either be 1, 2 or 3 see [Engine Modes](#Engine Modes)

maxBlockHeight controls the max height at which blocks should get obfuscated

updateRadius controls how many blocks away from shown blocks obfuscation should start (if your players see fake ores it is recommended to increase this value)

lavaObscures if set to true blocks next to lava will get obscured

hiddenBlocks a list of blocks to hide (Engine mode 1) or a list of blocks to use for obfuscation (Engine mode 2/3)

replacementBlocks is a list of blocks that will be obfuscated, but not used as fake blocks (Engine mode 2/3 only)

Blocks / block tags can be prefixed ! to remove them from the block list. The rules are applied from left to right, removals should be specified after additions. (since 1.4.10)

Engine Modes

Info Image
Anti xray disabled: This is just for reference
EngineMode 1: This mode will replace all fully obscured (no air around) blocks from hiddenBlocks with blocks from replacementBlocks
EngineMode 2: This mode will replace all blocks from hiddenBlocks and replacementBlocks with random blocks from hiddenBlocks
EngineMode 3 (recommended): Works very similar to engine mode 2, but works better with slow connections

Legit player view: Legit players wont notice any changes when this mod is installed (unless they have high ping or modify a lot of blocks at once, eg: explosions)

Custom Dimensions

To configure antixray in custom dimensions, specify the dimension id like this: ["custom:cool_world"]

Mod Developers

Ore blocks added to the #antixray:hidden_only_ores block tag will be hidden from the world, but not used as fake ore. This can be useful if your ore has effects, such as particles or sounds, that could cause problems. (since 1.4.10)

About

This mod is a port of Papers Async Anti Xray Patch from 1.17 and it's 1.14 patch for networking code, to fabric and forge

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.4.8+1.21.1Релиз1.21.1neoforge24 апреля 2026 г..jar (126 КБ)
1.4.8+1.21.1Релиз1.21.1fabric, quilt24 апреля 2026 г..jar (129 КБ)
fabric-1.4.16+26.1Релиз26.1.1, 26.1.2, 26.2-rc-2, 26.2fabric, quilt27 марта 2026 г..jar (143 КБ)
neoforge-1.4.15+26.1Релиз26.1.1, 26.1.2, 26.2-rc-2, 26.2neoforge25 марта 2026 г..jar (124 КБ)
fabric-1.4.15+26.1Релиз26.1, 26.1.1, 26.1.2fabric, quilt25 марта 2026 г..jar (130 КБ)
neoforge-1.4.14+26.1-rc-1Релиз26.1-rc-1, 26.1, 26.1.1, 26.1.2neoforge20 марта 2026 г..jar (124 КБ)
fabric-1.4.14+26.1-rc-1Релиз26.1-rc-1, 26.1, 26.1.1, 26.1.2fabric, quilt20 марта 2026 г..jar (130 КБ)
1.4.7+1.21.1Релиз1.21.1neoforge12 марта 2026 г..jar (124 КБ)
1.4.7+1.21.1Релиз1.21.1fabric, quilt12 марта 2026 г..jar (127 КБ)
neoforge-1.4.14+1.21.11Релиз1.21.11neoforge12 марта 2026 г..jar (122 КБ)
fabric-1.4.14+1.21.11Релиз1.21.11fabric, quilt12 марта 2026 г..jar (144 КБ)
1.4.13+1.21.11Релиз1.21.11neoforge14 декабря 2025 г..jar (125 КБ)
1.4.13+1.21.11Релиз1.21.11fabric, quilt14 декабря 2025 г..jar (140 КБ)
1.4.12+1.21.11-rc2Релиз1.21.11-rc2, 1.21.11fabric, quilt5 декабря 2025 г..jar (140 КБ)
1.4.12+1.21.10Релиз1.21.10neoforge5 декабря 2025 г..jar (125 КБ)

Показаны последние 15 из 120 версий. Все версии — на Modrinth.

Ченджлог

1.4.8+1.21.1Релиз1.21.1 · 24 апреля 2026 г.

Added

  • Compatibility with Sable (library used by Create Aeronautics)
1.4.8+1.21.1Релиз1.21.1 · 24 апреля 2026 г.

Added

  • Compatibility with Sable (library used by Create Aeronautics)
fabric-1.4.16+26.1Релиз26.1.2, 26.2-rc-2, 26.2 · 27 марта 2026 г.

Changed

  • Add back bypass permission checks on fabric (was removed during porting)
neoforge-1.4.15+26.1Релиз26.1.2, 26.2-rc-2, 26.2 · 25 марта 2026 г.

Fixed

  • Crash in disabled dimensions (@KieranBeals)
fabric-1.4.15+26.1Релиз26.1, 26.1.1, 26.1.2 · 25 марта 2026 г.

Fixed

  • Crash in disabled dimensions (@KieranBeals)
neoforge-1.4.14+26.1-rc-1Релиз26.1, 26.1.1, 26.1.2 · 20 марта 2026 г.

Changed

  • Multiloader gradle setup

Fixed

  • Incorrect palette being used for fake ores in high density chunk section
fabric-1.4.14+26.1-rc-1Релиз26.1, 26.1.1, 26.1.2 · 20 марта 2026 г.

Changed

  • Multiloader gradle setup

Fixed

  • Incorrect palette being used for fake ores in high density chunk section
1.4.7+1.21.1Релиз1.21.1 · 12 марта 2026 г.

Added

  • #antixray:hidden_only_ores block tag for mod developers

Changed

  • Allow negating blocks / block tags in the config
  • Allow updateRadius config option to be set to higher than 2

Fixed

  • Potential networking issues
  • Incompatibility with ServerReplay (@senseiwells)
  • Soul Sand not being considered solid
  • Incorrect palette being used for fake ores in high density chunk section

Полная история изменений — на Modrinth.

Комментарии

Загружаем…