1 Star 0 Fork 0

陈心 / mc_1.7.10

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tileentities.yml 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
陈心 提交于 2021-10-24 00:37 . 第一次提交
# This is the main configuration file for TileEntities.
#
# If you need help with the configuration or have any questions related to Cauldron,
# join us at the IRC or drop by our forums and leave a post.
#
# IRC: #cauldron @ irc.esper.net ( http://webchat.esper.net/?channel=cauldron )
# Forums: http://cauldron.minecraftforge.net/
#
# Setting: settings.skip-tileentity-ticks Default: true # If enabled, turns on tileentity tick skip feature when no players are near.
# Setting: debug.enable-te-inventory-warning Default: false # Set true to detect which tileentities with inventory failed to detect size for Bukkit's InventoryType enum. Note: This may detect a false-positive.
# Setting: settings.prevent-invalid-tileentity-updates Default: true # Used to determine if a tileentity should tick and if not the TE is added to a ban list. Note: This should help improve performance.
# Setting: debug.enable-te-can-update-warning Default: false # Set true to detect which tileentities should not be ticking.
# Setting: debug.enable-te-place-warning Default: false # Warn when a mod requests tile entity from a block that doesn't support one
settings:
skip-tileentity-ticks: true
prevent-invalid-tileentity-updates: true
debug:
enable-te-inventory-warning: false
enable-te-can-update-warning: false
enable-te-place-warning: false
config-version: 1
world-settings:
default:
net-minecraft-tileentity-TileEntityChest:
tick-no-players: false
tick-interval: 1
net-minecraft-tileentity-TileEntityMobSpawner:
tick-no-players: false
tick-interval: 1
1
https://gitee.com/perpekura/mc_1.7.10.git
git@gitee.com:perpekura/mc_1.7.10.git
perpekura
mc_1.7.10
mc_1.7.10
master

搜索帮助