Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Details
[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 Overworldnether_block
: Block used to replace stones in the Netherend_block
: Block used to replace stones in the End
World Height Limits
overworld_min
: Minimum building height in the Overworldoverworld_max
: Maximum building height in the Overworldnether_min
: Minimum building height in the Nethernether_max
: Maximum building height in the Netherend_min
: Minimum building height in the Endend_max
: Maximum building height in the End
Traversal Parameters
n
: Traversal distancetick
: Number of ticks to wait after each clearingsuccess_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 gravelfill_falling_block_with
: Block used to replace the three types of sandtick_fill
: Whether to clear stones in real-time within a 3×3×3 area around the player