▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Датапаки/stone disappearance
stone disappearance

stone disappearance

This data packet can remove all the stones in the world.

909
3

[SD]石头消失 (Stone Disappearance)

The English description is below.

简介

此数据包将世界中的石头替换为其他方块,最低兼容 Minecraft 1.20.3,但只有 Minecraft 1.21.6 及以上版本才能体验完整功能。

功能

默认情况下,数据包将世界中三个维度的四种石头替换为玻璃,每次替换以区块为单位,从玩家所在区块向远处遍历,直到成功清除一个区块,或者遍历完加载范围内所有区块。默认遍历距离为 1,即以玩家为中心的 9 个区块。

配置

此数据包拥有丰富的配置项,在游戏菜单中可以进入数据包的配置界面,但低于 1.21.6 的版本只能通过命令来配置。在此不作说明,如有需要可以修改 new/reset_settings 函数文件内的默认配置,并输入 /function stone_disappearance:new/reset_settings 初始化配置。

用于替换的方块

  • overworld_block:用于替换主世界石头的方块
  • nether_block:用于替换下界石头的方块
  • end_block:用于替换末地石头的方块

世界高度限制

  • overworld_min:主世界最低建筑高度
  • overworld_max:主世界最高建筑高度
  • nether_min:下界最低建筑高度
  • nether_max:下界最高建筑高度
  • end_min:末地最低建筑高度
  • end_max:末地最高建筑高度

遍历参数

  • n:遍历距离
  • tick:每次清除后等待的 tick 数
  • success_num:一次区块清除被视为成功需要替换的方块数量

优化设置

  • fill_falling_block:是否替换沙子、红沙、沙砾
  • fill_falling_block_with:用于替换三种沙子的方块
  • tick_fill:是否实时清除玩家附近333区域内的石头

Introduction

This datapack replaces stones in the world with other blocks. It has minimum compatibility with Minecraft 1.20.3, but only Minecraft 1.21.6 and above can experience the full functionality.

Features

By default, the datapack replaces four types of stones in all three dimensions with glass. Each replacement is done chunk by chunk, traversing from the player's current chunk outward until successfully clearing one chunk or traversing all chunks within the loaded range. The default traversal distance is 1, which covers 9 chunks centered on the player.

Configuration

This datapack has rich configuration options. You can access the datapack's configuration interface through the game menu, but versions below 1.21.6 can only be configured through commands. This won't be explained here. If needed, you can modify the default configuration in the new/reset_settings function file and enter /function stone_disappearance:new/reset_settings to initialize the configuration.

Replacement Blocks

  • overworld_block: Block used to replace stones in the Overworld
  • nether_block: Block used to replace stones in the Nether
  • end_block: Block used to replace stones in the End

World Height Limits

  • overworld_min: Minimum building height in the Overworld
  • overworld_max: Maximum building height in the Overworld
  • nether_min: Minimum building height in the Nether
  • nether_max: Maximum building height in the Nether
  • end_min: Minimum building height in the End
  • end_max: Maximum building height in the End

Traversal Parameters

  • n: Traversal distance
  • tick: Number of ticks to wait after each clearing
  • success_num: Number of blocks that need to be replaced for a chunk clearing to be considered successful

Optimization Settings

  • fill_falling_block: Whether to replace sand, red sand, and gravel
  • fill_falling_block_with: Block used to replace the three types of sand
  • tick_fill: Whether to clear stones in real-time within a 3×3×3 area around the player

Совместимость

Minecraft: Java Edition

1.21.x1.20.x1.19.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Детали

Лицензия:GPL-3.0-or-later
Опубликован:1 год назад
Обновлён:4 месяца назад
Главная