Falling Sand 图标

Falling Sand

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.2.2
本资源为搬运资源,原资源地址: https://modrinth.com/mod/falling-sand
资源信息

Minecraft 版本: 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11

平台: fabric

标签: game-mechanics optimization

资源介绍

Summary

Falling Sand is a simple mod that rewrites the logic for falling blocks. Most falling blocks such as sand and gravel will no longer be converted into entities when suspended in the air, they will instead stay as blocks and move down, and can now slide down hills and cliffs, adding landslides and sometimes even cave-ins! This can also improve performance with falling blocks in some cases, as blocks cause much less lag than falling block entities. The mod can also be configured to apply these physics to any blocks you want!

Config

Config can be found in your mod profile/config/falling_sand.json

Config for 1.2.x

"applyToAllBasicFallingBlocks"
Defualt value: true
Makes most falling blocks without much custom behaviour (such as sand, gravel and concrete powder) be affected by the mod's physics.
"additionalAffectedBlocks"
Default value: [
    {
      "blockName": "minecraft:sand",
      "slideChance": 0.85
    },
    {
      "blockName": "minecraft:red_sand",
      "slideChance": 0.85
    },
    {
      "blockName": "minecraft:gravel",
      "slideChance": 0.5
    }
  ]
Additional blocks to be affected by the mod's physics.
Example value, will make andesite, granite and diorite be affected by the mod's physics, each with a 20% chance to slide diagonally: 
[
    {
      "blockName": "minecraft:andesite",
      "slideChance": 0.2
    },
    {
      "blockName": "minecraft:granite",
      "slideChance": 0.2
    },
    {
      "blockName": "minecraft:diorite",
      "slideChance": 0.2
    }
  ]
"sandFallDelay"
Default value: 4
How much time in ticks passes between physics steps (1 second = 20 ticks).
"defaultSlideChance"
Default value: 0.75
How likely it is for a falling block that is not in additionalAffectedBlocks to slide diagonally.

Config for older versions

1.1.4 Config ``` "applyToAllBasicFallingBlocks" Defualt value: true Makes most falling blocks without much custom behaviour (such as sand, gravel and concrete powder) be affected by the mod's physics. ``` ``` "additionalAffectedBlocks" Default value: [] Additional blocks to be affected by the mod's physics. Example value, will make andesite, granite and diorite be affected by the mod's physics: [ "minecraft:andesite", "minecraft:granite", "minecraft:diorite" ] ``` ``` "sandFallDelay" Default value: 2 How much time in ticks passes between physics steps (1 second = 20 ticks) ```
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Defaulted Hotkeys

价格:0 墨喵币
下载量:0

查看详情
Nucleus

价格:0 墨喵币
下载量:0

查看详情
ElytraLunge

价格:0 墨喵币
下载量:0

查看详情
ScoreFixer

价格:0 墨喵币
下载量:0

查看详情