实体剔除 (Entity Culling)
使用异步光线追踪来隐藏不可见的方块和实体
Entity Culling
使用异步光线追踪来跳过渲染不可见的方块/实体。
Minecraft会跳过渲染在你身后的东西,那么为什么它还会渲染那些你因为墙壁而看不见的东西呢?这个模组利用你的其他CPU核心/线程来从摄像机到所有方块/实体进行非常快速的光线追踪,以确定它们是否可见。在渲染过程中,不可见的部分将会被跳过,就像在你身后的实体一样。
依赖
- 无
不兼容
- 无 (对于某些模组,您可能需要将方块添加到配置白名单以修复视觉问题)
已测试兼容
- Sodium
- Iris
- Optifine
为什么即使在使用Sodium/Optifine情况下仍然有效
这已经与其他模组进行了测试,包括Optifine(Optifabric)、Iris和Sodium,在所有情况下都导致了游戏服务器大堂等地方的帧数增加。
您可能会想为什么即使使用Sodium,它也会增加FPS,因为Sodium在其高级设置中有“使用实体剔除”选项,默认情况下启用。区别在于Sodium只对可见区块进行了快速检查,它的剔除力度要小得多,因此仍会渲染那些恰好位于可见区块但本身不可见的实体。
常见问题
这个模组必须安装在服务器上吗?
不,这完全是客户端的,不能安装在服务器上。
这会影响农场/生物吗?
不会。因为这个模组只是跳过渲染,生物仍然会生成/移动/掉落物品。
鸣谢
RoboTricker为Transport-Pipes创建了原始的服务器端异步光线追踪遮挡剔除实现。
截图:
来自Modrinth
1.8.0-1.21.6 - NeoForge
entityculling-neoforge-1.8.0-mc1.21.6.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.21.6
类型: NeoForge
Release
下载次数: 2,988
1.8.0-1.21.6 - Fabric
entityculling-fabric-1.8.0-mc1.21.6.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.21.6
类型: Fabric
Release
下载次数: 152,392
1.8.0-1.21.6 - Forge
entityculling-forge-1.8.0-mc1.21.6.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.21.6
类型: Forge
Release
下载次数: 2,143
1.8.0-1.21.5 - NeoForge
entityculling-neoforge-1.8.0-mc1.21.5.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.21.5
类型: NeoForge
Release
下载次数: 1,867
1.8.0-1.21.5 - Forge
entityculling-forge-1.8.0-mc1.21.5.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.21.5
类型: Forge
Release
下载次数: 1,632
1.8.0-1.21 - NeoForge
entityculling-neoforge-1.8.0-mc1.21.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.21, 1.21.1
类型: NeoForge
Release
下载次数: 24,421
1.8.0-1.21 - Forge
entityculling-forge-1.8.0-mc1.21.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.21, 1.21.1
类型: Forge
Release
下载次数: 2,596
1.8.0-1.21.5 - Fabric
entityculling-fabric-1.8.0-mc1.21.5.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.21.5
类型: Fabric
Release
下载次数: 102,943
1.8.0-1.21.4 - NeoForge
entityculling-neoforge-1.8.0-mc1.21.4.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.21.4
类型: NeoForge
Release
下载次数: 962
1.8.0-1.21.4 - Forge
entityculling-forge-1.8.0-mc1.21.4.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.21.4
类型: Forge
Release
下载次数: 1,475
1.8.0-1.21.4 - Fabric
entityculling-fabric-1.8.0-mc1.21.4.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.21.4
类型: Fabric
Release
下载次数: 47,317
1.8.0-1.21.3 - NeoForge
entityculling-neoforge-1.8.0-mc1.21.3.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.21.3
类型: NeoForge
Release
下载次数: 81
1.8.0-1.21.3 - Forge
entityculling-forge-1.8.0-mc1.21.3.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.21.3
类型: Forge
Release
下载次数: 143
1.8.0-1.21.3 - Fabric
entityculling-fabric-1.8.0-mc1.21.3.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.21.3
类型: Fabric
Release
下载次数: 2,530
1.8.0-1.21 - Fabric
entityculling-fabric-1.8.0-mc1.21.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.21, 1.21.1
类型: Fabric
Release
下载次数: 59,030
1.8.0-1.20.6 - Forge
entityculling-forge-1.8.0-mc1.20.6.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.20.6
类型: Forge
Release
下载次数: 279
1.8.0-1.20.6 - NeoForge
entityculling-neoforge-1.8.0-mc1.20.6.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.20.6
类型: NeoForge
Release
下载次数: 97
1.8.0-1.20.4 - Fabric
entityculling-fabric-1.8.0-mc1.20.4.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 5,513
1.8.0-1.20.6 - Fabric
entityculling-fabric-1.8.0-mc1.20.6.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.20.6
类型: Fabric
Release
下载次数: 2,175
1.8.0-1.20.4 - NeoForge
entityculling-neoforge-1.8.0-mc1.20.4.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 123
1.8.0-1.20.4 - Forge
entityculling-forge-1.8.0-mc1.20.4.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.20.4
类型: Forge
Release
下载次数: 389
1.8.0-1.20.2 - NeoForge
entityculling-neoforge-1.8.0-mc1.20.2.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.20.2
类型: NeoForge
Release
下载次数: 37
1.8.0-1.20.2 - Forge
entityculling-forge-1.8.0-mc1.20.2.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.20.2
类型: Forge
Release
下载次数: 180
1.8.0-1.20.2 - Fabric
entityculling-fabric-1.8.0-mc1.20.2.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 945
1.8.0-1.20.1 - Forge
entityculling-forge-1.8.0-mc1.20.1.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 62,143
1.8.0-1.20.1 - Fabric
entityculling-fabric-1.8.0-mc1.20.1.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 43,883
1.8.0-1.19.4 - Fabric
entityculling-fabric-1.8.0-mc1.19.4.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 1,794
1.8.0-1.19.4 - Forge
entityculling-forge-1.8.0-mc1.19.4.jar下载1.8.0#Release
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
## What's Changed
* Update to 1.21.6
* Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
* Optimization of the culling thread logic and rendered block entity count
* Fix tick culling whitelist unintendedly merging into the entity whitelist
* Fix warning about a mixin conflict with Sodium
* Add display entities to the tick whitelist to let them move/transform while offscreen
* Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
* Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203
* Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
* Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
## New Contributors
* @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
* @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
* @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
* @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
展开
版本: 1.8.0
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 478
1.7.4-1.21.5 - NeoForge
entityculling-neoforge-1.7.4-mc1.21.5.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.21.5
类型: NeoForge
Release
下载次数: 34,043
1.7.4-1.21.5 - Forge
entityculling-forge-1.7.4-mc1.21.5.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.21.5
类型: Forge
Release
下载次数: 25,832
1.7.4-1.21.5 - Fabric
entityculling-fabric-1.7.4-mc1.21.5.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.21.5
类型: Fabric
Release
下载次数: 1,856,345
1.7.4-1.21.4 - NeoForge
entityculling-neoforge-1.7.4-mc1.21.4.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.21.4
类型: NeoForge
Release
下载次数: 21,217
1.7.4-1.21.4 - Forge
entityculling-forge-1.7.4-mc1.21.4.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.21.4
类型: Forge
Release
下载次数: 17,237
1.7.4-1.21.4 - Fabric
entityculling-fabric-1.7.4-mc1.21.4.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.21.4
类型: Fabric
Release
下载次数: 610,584
1.7.4-1.21.3 - NeoForge
entityculling-neoforge-1.7.4-mc1.21.3.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.21.3
类型: NeoForge
Release
下载次数: 770
1.7.4-1.21.3 - Forge
entityculling-forge-1.7.4-mc1.21.3.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.21.3
类型: Forge
Release
下载次数: 1,405
1.7.4-1.21.3 - Fabric
entityculling-fabric-1.7.4-mc1.21.3.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.21.3
类型: Fabric
Release
下载次数: 26,352
1.7.4-1.21 - NeoForge
entityculling-neoforge-1.7.4-mc1.21.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.21, 1.21.1
类型: NeoForge
Release
下载次数: 262,953
1.7.4-1.21 - Forge
entityculling-forge-1.7.4-mc1.21.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.21, 1.21.1
类型: Forge
Release
下载次数: 23,431
1.7.4-1.21 - Fabric
entityculling-fabric-1.7.4-mc1.21.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.21, 1.21.1
类型: Fabric
Release
下载次数: 994,146
1.7.4-1.20.6 - NeoForge
entityculling-neoforge-1.7.4-mc1.20.6.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.20.6
类型: NeoForge
Release
下载次数: 863
1.7.4-1.20.6 - Forge
entityculling-forge-1.7.4-mc1.20.6.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.20.6
类型: Forge
Release
下载次数: 1,782
1.7.4-1.20.6 - Fabric
entityculling-fabric-1.7.4-mc1.20.6.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.20.6
类型: Fabric
Release
下载次数: 18,061
1.7.4-1.20.4 - NeoForge
entityculling-neoforge-1.7.4-mc1.20.4.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 2,019
1.7.4-1.20.4 - Forge
entityculling-forge-1.7.4-mc1.20.4.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.20.4
类型: Forge
Release
下载次数: 3,779
1.7.4-1.20.4 - Fabric
entityculling-fabric-1.7.4-mc1.20.4.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 53,277
1.7.4-1.20.2 - NeoForge
entityculling-neoforge-1.7.4-mc1.20.2.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.20.2
类型: NeoForge
Release
下载次数: 374
1.7.4-1.20.2 - Forge
entityculling-forge-1.7.4-mc1.20.2.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.20.2
类型: Forge
Release
下载次数: 3,856
1.7.4-1.20.2 - Fabric
entityculling-fabric-1.7.4-mc1.20.2.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 8,570
1.7.4-1.20.1 - Forge
entityculling-forge-1.7.4-mc1.20.1.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 962,513
1.7.4-1.20.1 - Fabric
entityculling-fabric-1.7.4-mc1.20.1.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 664,990
1.7.4-1.19.4 - Forge
entityculling-forge-1.7.4-mc1.19.4.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 3,642
1.7.4-1.19.4 - Fabric
entityculling-fabric-1.7.4-mc1.19.4.jar下载1.7.4#Release
## Changes
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
- Added 1.21.5 support
- Removed 1.19.3 support
- Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+
- Updated tooling, expect a bigger update soon
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
展开
版本: 1.7.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 17,121
1.7.3-1.21.4 - Fabric
entityculling-fabric-1.7.3-mc1.21.4.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.21.4
类型: Fabric
Release
下载次数: 667,782
1.7.3-1.21.4 - Forge
entityculling-forge-1.7.3-mc1.21.4.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.21.4
类型: Forge
Release
下载次数: 10,749
1.7.3-1.21.4 - NeoForge
entityculling-neoforge-1.7.3-mc1.21.4.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.21.4
类型: NeoForge
Release
下载次数: 10,166
1.7.3-1.21.3 - Fabric
entityculling-fabric-1.7.3-mc1.21.3.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.21.3
类型: Fabric
Release
下载次数: 14,364
1.7.3-1.21.3 - Forge
entityculling-forge-1.7.3-mc1.21.3.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.21.3
类型: Forge
Release
下载次数: 505
1.7.3-1.21.3 - NeoForge
entityculling-neoforge-1.7.3-mc1.21.3.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.21.3
类型: NeoForge
Release
下载次数: 304
1.7.3-1.21(.1) - Fabric
entityculling-fabric-1.7.3-mc1.21.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.21, 1.21.1
类型: Fabric
Release
下载次数: 698,674
1.7.3-1.21(.1) - NeoForge
entityculling-neoforge-1.7.3-mc1.21.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.21, 1.21.1
类型: NeoForge
Release
下载次数: 104,076
1.7.3-1.21(.1) - Forge
entityculling-forge-1.7.3-mc1.21.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.21, 1.21.1
类型: Forge
Release
下载次数: 7,364
1.7.3-1.20.6 - Fabric
entityculling-fabric-1.7.3-mc1.20.6.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.20.6
类型: Fabric
Release
下载次数: 8,229
1.7.3-1.20.6 - NeoForge
entityculling-neoforge-1.7.3-mc1.20.6.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.20.6
类型: NeoForge
Release
下载次数: 438
1.7.3-1.20.6 - Forge
entityculling-forge-1.7.3-mc1.20.6.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.20.6
类型: Forge
Release
下载次数: 611
1.7.3-1.20.4 - Fabric
entityculling-fabric-1.7.3-mc1.20.4.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 25,619
1.7.3-1.20.4 - NeoForge
entityculling-neoforge-1.7.3-mc1.20.4.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 403
1.7.3-1.20.4 - Forge
entityculling-forge-1.7.3-mc1.20.4.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.20.4
类型: Forge
Release
下载次数: 1,329
1.7.3-1.20.2 - Fabric
entityculling-fabric-1.7.3-mc1.20.2.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 3,147
1.7.3-1.20.2 - NeoForge
entityculling-neoforge-1.7.3-mc1.20.2.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.20.2
类型: NeoForge
Release
下载次数: 110
1.7.3-1.20.2 - Forge
entityculling-forge-1.7.3-mc1.20.2.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.20.2
类型: Forge
Release
下载次数: 1,710
1.7.3-1.20.1 - Fabric
entityculling-fabric-1.7.3-mc1.20.1.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 245,956
1.7.3-1.20.1 - Forge
entityculling-forge-1.7.3-mc1.20.1.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 378,470
1.7.3-1.19.4 - Fabric
entityculling-fabric-1.7.3-mc1.19.4.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 8,129
1.7.3-1.19.4 - Forge
entityculling-forge-1.7.3-mc1.19.4.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 1,361
1.7.3-1.19.3 - Fabric
entityculling-fabric-1.7.3-mc1.19.3.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.19.3
类型: Fabric
Release
下载次数: 3,334
1.7.3-1.19.3 - Forge
entityculling-forge-1.7.3-mc1.19.3.jar下载1.7.3#Release
## What's Changed
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
* Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189)
* Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities
* Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191
## New Contributors
* @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
展开
版本: 1.7.3
支持游戏: 1.19.3
类型: Forge
Release
下载次数: 1,417
1.7.2-1.21.4 - Fabric
entityculling-fabric-1.7.2-mc1.21.4.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.21.4
类型: Fabric
Release
下载次数: 1,356,852
1.7.2-1.21.4 - Forge
entityculling-forge-1.7.2-mc1.21.4.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.21.4
类型: Forge
Release
下载次数: 21,942
1.7.2-1.21.4 - NeoForge
entityculling-neoforge-1.7.2-mc1.21.4.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.21.4
类型: NeoForge
Release
下载次数: 19,144
1.7.2-1.21.3 - Fabric
entityculling-fabric-1.7.2-mc1.21.3.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.21.3
类型: Fabric
Release
下载次数: 110,539
1.7.2-1.21.3 - Forge
entityculling-forge-1.7.2-mc1.21.3.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.21.3
类型: Forge
Release
下载次数: 2,243
1.7.2-1.21.3 - NeoForge
entityculling-neoforge-1.7.2-mc1.21.3.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.21.3
类型: NeoForge
Release
下载次数: 1,268
1.7.2-1.21(.1) - Fabric
entityculling-fabric-1.7.2-mc1.21.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.21, 1.21.1
类型: Fabric
Release
下载次数: 1,764,622
1.7.2-1.21(.1) - NeoForge
entityculling-neoforge-1.7.2-mc1.21.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.21, 1.21.1
类型: NeoForge
Release
下载次数: 219,368
1.7.2-1.21(.1) - Forge
entityculling-forge-1.7.2-mc1.21.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.21, 1.21.1
类型: Forge
Release
下载次数: 15,177
1.7.2-1.20.6 - Fabric
entityculling-fabric-1.7.2-mc1.20.6.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.20.6
类型: Fabric
Release
下载次数: 21,755
1.7.2-1.20.6 - NeoForge
entityculling-neoforge-1.7.2-mc1.20.6.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.20.6
类型: NeoForge
Release
下载次数: 685
1.7.2-1.20.6 - Forge
entityculling-forge-1.7.2-mc1.20.6.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.20.6
类型: Forge
Release
下载次数: 1,717
1.7.2-1.20.4 - Fabric
entityculling-fabric-1.7.2-mc1.20.4.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 66,338
1.7.2-1.20.4 - NeoForge
entityculling-neoforge-1.7.2-mc1.20.4.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 1,956
1.7.2-1.20.4 - Forge
entityculling-forge-1.7.2-mc1.20.4.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.20.4
类型: Forge
Release
下载次数: 3,759
1.7.2-1.20.2 - Fabric
entityculling-fabric-1.7.2-mc1.20.2.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 10,129
1.7.2-1.20.2 - NeoForge
entityculling-neoforge-1.7.2-mc1.20.2.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.20.2
类型: NeoForge
Release
下载次数: 251
1.7.2-1.20.2 - Forge
entityculling-forge-1.7.2-mc1.20.2.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.20.2
类型: Forge
Release
下载次数: 4,245
1.7.2-1.20.1 - Fabric
entityculling-fabric-1.7.2-mc1.20.1.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 573,701
1.7.2-1.20.1 - Forge
entityculling-forge-1.7.2-mc1.20.1.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 854,563
1.7.2-1.19.4 - Fabric
entityculling-fabric-1.7.2-mc1.19.4.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 24,284
1.7.2-1.19.4 - Forge
entityculling-forge-1.7.2-mc1.19.4.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 3,252
1.7.2-1.19.3 - Fabric
entityculling-fabric-1.7.2-mc1.19.3.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.19.3
类型: Fabric
Release
下载次数: 2,414
1.7.2-1.19.3 - Forge
entityculling-forge-1.7.2-mc1.19.3.jar下载1.7.2#Release
## What's Changed
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
* Add 1.21.4 support
* Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
* Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
## New Contributors
* @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
* @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
展开
版本: 1.7.2
支持游戏: 1.19.3
类型: Forge
Release
下载次数: 1,766
1.7.1-1.21.3 - Fabric
entityculling-fabric-1.7.1-mc1.21.3.jar下载1.7.1#Release
## What's Changed
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
展开
版本: 1.7.1
支持游戏: 1.21.3
类型: Fabric
Release
下载次数: 343,679
1.7.1-1.21.3 - NeoForge
entityculling-neoforge-1.7.1-mc1.21.3.jar下载1.7.1#Release
## What's Changed
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
展开
版本: 1.7.1
支持游戏: 1.21.3
类型: NeoForge
Release
下载次数: 6,871
1.7.1-1.21.3 - Forge
entityculling-forge-1.7.1-mc1.21.3.jar下载1.7.1#Release
## What's Changed
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
展开
版本: 1.7.1
支持游戏: 1.21.3
类型: Forge
Release
下载次数: 3,742
1.7.1-1.21(.1) - Fabric
entityculling-fabric-1.7.1-mc1.21.jar下载1.7.1#Release
## What's Changed
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
展开
版本: 1.7.1
支持游戏: 1.21, 1.21.1
类型: Fabric
Release
下载次数: 523,028
1.7.1-1.21(.1) - NeoForge
entityculling-neoforge-1.7.1-mc1.21.jar下载1.7.1#Release
## What's Changed
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
展开
版本: 1.7.1
支持游戏: 1.21, 1.21.1
类型: NeoForge
Release
下载次数: 50,422
1.7.1-1.21(.1) - Forge
entityculling-forge-1.7.1-mc1.21.jar下载1.7.1#Release
## What's Changed
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
展开
版本: 1.7.1
支持游戏: 1.21, 1.21.1
类型: Forge
Release
下载次数: 6,626
1.7.1-1.20.6 - Fabric
entityculling-fabric-1.7.1-mc1.20.6.jar下载1.7.1#Release
## What's Changed
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
展开
版本: 1.7.1
支持游戏: 1.20.6
类型: Fabric
Release
下载次数: 8,532
1.7.1-1.20.6 - NeoForge
entityculling-neoforge-1.7.1-mc1.20.6.jar下载1.7.1#Release
## What's Changed
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
展开
版本: 1.7.1
支持游戏: 1.20.6
类型: NeoForge
Release
下载次数: 248
1.7.1-1.20.6 - Forge
entityculling-forge-1.7.1-mc1.20.6.jar下载1.7.1#Release
## What's Changed
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
展开
版本: 1.7.1
支持游戏: 1.20.6
类型: Forge
Release
下载次数: 572
1.7.1-1.20.4 - Fabric
entityculling-fabric-1.7.1-mc1.20.4.jar下载1.7.1#Release
## What's Changed
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
展开
版本: 1.7.1
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 27,864
1.7.1-1.20.4 - NeoForge
entityculling-neoforge-1.7.1-mc1.20.4.jar下载1.7.1#Release
## What's Changed
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
展开
版本: 1.7.1
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 596
1.7.1-1.20.4 - Forge
entityculling-forge-1.7.1-mc1.20.4.jar下载1.7.1#Release
## What's Changed
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
展开
版本: 1.7.1
支持游戏: 1.20.4
类型: Forge
Release
下载次数: 1,330
1.7.1-1.20.2 - Fabric
entityculling-fabric-1.7.1-mc1.20.2.jar下载1.7.1#Release
## What's Changed
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
展开
版本: 1.7.1
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 4,554
1.7.1-1.20.2 - NeoForge
entityculling-neoforge-1.7.1-mc1.20.2.jar下载1.7.1#Release
## What's Changed
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
展开
版本: 1.7.1
支持游戏: 1.20.2
类型: NeoForge
Release
下载次数: 103
1.7.1-1.20.2 - Forge
entityculling-forge-1.7.1-mc1.20.2.jar下载1.7.1#Release
## What's Changed
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
展开
版本: 1.7.1
支持游戏: 1.20.2
类型: Forge
Release
下载次数: 1,427
1.7.1-1.20.1 - Fabric
entityculling-fabric-1.7.1-mc1.20.1.jar下载1.7.1#Release
## What's Changed
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
展开
版本: 1.7.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 552,977
1.7.1-1.20.1 - Forge
entityculling-forge-1.7.1-mc1.20.1.jar下载1.7.1#Release
## What's Changed
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
展开
版本: 1.7.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 321,780
1.7.1-1.19.4 - Fabric
entityculling-fabric-1.7.1-mc1.19.4.jar下载1.7.1#Release
## What's Changed
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
展开
版本: 1.7.1
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 7,195
1.7.1-1.19.4 - Forge
entityculling-forge-1.7.1-mc1.19.4.jar下载1.7.1#Release
## What's Changed
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
展开
版本: 1.7.1
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 1,018
1.7.1-1.19.3 - Fabric
entityculling-fabric-1.7.1-mc1.19.3.jar下载1.7.1#Release
## What's Changed
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
展开
版本: 1.7.1
支持游戏: 1.19.3
类型: Fabric
Release
下载次数: 985
1.7.1-1.19.3 - Forge
entityculling-forge-1.7.1-mc1.19.3.jar下载1.7.1#Release
## What's Changed
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
* Add 1.21.3 support (no 1.21.2)
* Correctly skip invisible armor stands instead of marker
* Fix drg_flares:drg_flare whitelist
* Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
* Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
* Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
## New Contributors
* @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
* @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
* @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
展开
版本: 1.7.1
支持游戏: 1.19.3
类型: Forge
Release
下载次数: 590
1.7.0-1.21(.1) - Fabric
entityculling-fabric-1.7.0-mc1.21.jar下载1.7.0#Release
## Changes
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
展开
版本: 1.7.0
支持游戏: 1.21, 1.21.1
类型: Fabric
Release
下载次数: 1,467,835
1.7.0-1.21(.1) - NeoForge
entityculling-neoforge-1.7.0-mc1.21.jar下载1.7.0#Release
## Changes
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
展开
版本: 1.7.0
支持游戏: 1.21, 1.21.1
类型: NeoForge
Release
下载次数: 95,479
1.7.0-1.21(.1) - Forge
entityculling-forge-1.7.0-mc1.21-all.jar下载1.7.0#Release
## Changes
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
展开
版本: 1.7.0
支持游戏: 1.21, 1.21.1
类型: Forge
Release
下载次数: 19,028
1.7.0-1.20.6 - Fabric
entityculling-fabric-1.7.0-mc1.20.6.jar下载1.7.0#Release
## Changes
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
展开
版本: 1.7.0
支持游戏: 1.20.6
类型: Fabric
Release
下载次数: 44,412
1.7.0-1.20.6 - NeoForge
entityculling-neoforge-1.7.0-mc1.20.6.jar下载1.7.0#Release
## Changes
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
展开
版本: 1.7.0
支持游戏: 1.20.6
类型: NeoForge
Release
下载次数: 633
1.7.0-1.20.6 - Forge
entityculling-forge-1.7.0-mc1.20.6-all.jar下载1.7.0#Release
## Changes
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
展开
版本: 1.7.0
支持游戏: 1.20.6
类型: Forge
Release
下载次数: 1,342
1.7.0-1.20.4 - Fabric
entityculling-fabric-1.7.0-mc1.20.4.jar下载1.7.0#Release
## Changes
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
展开
版本: 1.7.0
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 72,444
1.7.0-1.20.4 - NeoForge
entityculling-neoforge-1.7.0-mc1.20.4.jar下载1.7.0#Release
## Changes
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
展开
版本: 1.7.0
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 1,702
1.7.0-1.20.4 - Forge
entityculling-forge-1.7.0-mc1.20.4.jar下载1.7.0#Release
## Changes
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
展开
版本: 1.7.0
支持游戏: 1.20.4
类型: Forge
Release
下载次数: 3,165
1.7.0-1.20.2 - Fabric
entityculling-fabric-1.7.0-mc1.20.2.jar下载1.7.0#Release
## Changes
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
展开
版本: 1.7.0
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 10,012
1.7.0-1.20.2 - NeoForge
entityculling-neoforge-1.7.0-mc1.20.2.jar下载1.7.0#Release
## Changes
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
展开
版本: 1.7.0
支持游戏: 1.20.2
类型: NeoForge
Release
下载次数: 201
1.7.0-1.20.2 - Forge
entityculling-forge-1.7.0-mc1.20.2.jar下载1.7.0#Release
## Changes
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
展开
版本: 1.7.0
支持游戏: 1.20.2
类型: Forge
Release
下载次数: 2,101
1.7.0-1.20.1 - Fabric
entityculling-fabric-1.7.0-mc1.20.1.jar下载1.7.0#Release
## Changes
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
展开
版本: 1.7.0
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 803,846
1.7.0-1.20.1 - Forge
entityculling-forge-1.7.0-mc1.20.1.jar下载1.7.0#Release
## Changes
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
展开
版本: 1.7.0
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 538,518
1.7.0-1.19.4 - Fabric
entityculling-fabric-1.7.0-mc1.19.4.jar下载1.7.0#Release
## Changes
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
展开
版本: 1.7.0
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 15,071
1.7.0-1.19.4 - Forge
entityculling-forge-1.7.0-mc1.19.4.jar下载1.7.0#Release
## Changes
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
展开
版本: 1.7.0
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 1,932
1.7.0-1.19.3 - Fabric
entityculling-fabric-1.7.0-mc1.19.3.jar下载1.7.0#Release
## Changes
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
展开
版本: 1.7.0
支持游戏: 1.19.3
类型: Fabric
Release
下载次数: 1,764
1.7.0-1.19.3 - Forge
entityculling-forge-1.7.0-mc1.19.3.jar下载1.7.0#Release
## Changes
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
* Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause
* 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
展开
版本: 1.7.0
支持游戏: 1.19.3
类型: Forge
Release
下载次数: 22,341
1.6.7-1.21(.1) - Fabric
entityculling-fabric-1.6.7-mc1.21.jar下载1.6.7#Release
## Changes
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
展开
版本: 1.6.7
支持游戏: 1.21, 1.21.1
类型: Fabric
Release
下载次数: 399,646
1.6.7-1.21(.1) - NeoForge
entityculling-neoforge-1.6.7-mc1.21.jar下载1.6.7#Release
## Changes
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
展开
版本: 1.6.7
支持游戏: 1.21, 1.21.1
类型: NeoForge
Release
下载次数: 9,450
1.6.7-1.21(.1) - Forge
entityculling-forge-1.6.7-mc1.21-all.jar下载1.6.7#Release
## Changes
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
展开
版本: 1.6.7
支持游戏: 1.21, 1.21.1
类型: Forge
Release
下载次数: 3,722
1.6.7-1.20.6 - Fabric
entityculling-fabric-1.6.7-mc1.20.6.jar下载1.6.7#Release
## Changes
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
展开
版本: 1.6.7
支持游戏: 1.20.6
类型: Fabric
Release
下载次数: 6,093
1.6.7-1.20.6 - NeoForge
entityculling-neoforge-1.6.7-mc1.20.6.jar下载1.6.7#Release
## Changes
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
展开
版本: 1.6.7
支持游戏: 1.20.6
类型: NeoForge
Release
下载次数: 212
1.6.7-1.20.6 - Forge
entityculling-forge-1.6.7-mc1.20.6-all.jar下载1.6.7#Release
## Changes
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
展开
版本: 1.6.7
支持游戏: 1.20.6
类型: Forge
Release
下载次数: 309
1.6.7-1.20.4 - Fabric
entityculling-fabric-1.6.7-mc1.20.4.jar下载1.6.7#Release
## Changes
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
展开
版本: 1.6.7
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 14,597
1.6.7-1.20.4 - NeoForge
entityculling-neoforge-1.6.7-mc1.20.4.jar下载1.6.7#Release
## Changes
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
展开
版本: 1.6.7
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 580
1.6.7-1.20.4 - Forge
entityculling-forge-1.6.7-mc1.20.4.jar下载1.6.7#Release
## Changes
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
展开
版本: 1.6.7
支持游戏: 1.20.4
类型: Forge
Release
下载次数: 643
1.6.7-1.20.2 - Fabric
entityculling-fabric-1.6.7-mc1.20.2.jar下载1.6.7#Release
## Changes
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
展开
版本: 1.6.7
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 3,810
1.6.7-1.20.2 - NeoForge
entityculling-neoforge-1.6.7-mc1.20.2.jar下载1.6.7#Release
## Changes
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
展开
版本: 1.6.7
支持游戏: 1.20.2
类型: NeoForge
Release
下载次数: 71
1.6.7-1.20.2 - Forge
entityculling-forge-1.6.7-mc1.20.2.jar下载1.6.7#Release
## Changes
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
展开
版本: 1.6.7
支持游戏: 1.20.2
类型: Forge
Release
下载次数: 356
1.6.7-1.20.1 - Fabric
entityculling-fabric-1.6.7-mc1.20.1.jar下载1.6.7#Release
## Changes
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
展开
版本: 1.6.7
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 62,987
1.6.7-1.20.1 - Forge
entityculling-forge-1.6.7-mc1.20.1.jar下载1.6.7#Release
## Changes
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
* Fix 1.21.1 support
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
展开
版本: 1.6.7
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 59,302
1.6.6-1.21 - Fabric
entityculling-fabric-1.6.6-mc1.21.jar下载1.6.6#Release
## Changes
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
展开
版本: 1.6.6
支持游戏: 1.21
类型: Fabric
Release
下载次数: 1,856,541
1.6.6-1.21 - NeoForge
entityculling-neoforge-1.6.6-mc1.21.jar下载1.6.6#Release
## Changes
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
展开
版本: 1.6.6
支持游戏: 1.21
类型: NeoForge
Release
下载次数: 28,000
1.6.6-1.21 - Forge
entityculling-forge-1.6.6-mc1.21-all.jar下载1.6.6#Release
## Changes
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
展开
版本: 1.6.6
支持游戏: 1.21
类型: Forge
Release
下载次数: 16,840
1.6.6-1.20.6 - Fabric
entityculling-fabric-1.6.6-mc1.20.6.jar下载1.6.6#Release
## Changes
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
展开
版本: 1.6.6
支持游戏: 1.20.6
类型: Fabric
Release
下载次数: 168,048
1.6.6-1.20.6 - NeoForge
entityculling-neoforge-1.6.6-mc1.20.6.jar下载1.6.6#Release
## Changes
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
展开
版本: 1.6.6
支持游戏: 1.20.6
类型: NeoForge
Release
下载次数: 2,034
1.6.6-1.20.6 - Forge
entityculling-forge-1.6.6-mc1.20.6-all.jar下载1.6.6#Release
## Changes
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
展开
版本: 1.6.6
支持游戏: 1.20.6
类型: Forge
Release
下载次数: 3,117
1.6.6-1.20.4 - Fabric
entityculling-fabric-1.6.6-mc1.20.4.jar下载1.6.6#Release
## Changes
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
展开
版本: 1.6.6
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 308,834
1.6.6-1.20.4 - NeoForge
entityculling-neoforge-1.6.6-mc1.20.4.jar下载1.6.6#Release
## Changes
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
展开
版本: 1.6.6
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 7,273
1.6.6-1.20.4 - Forge
entityculling-forge-1.6.6-mc1.20.4.jar下载1.6.6#Release
## Changes
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
展开
版本: 1.6.6
支持游戏: 1.20.4
类型: Forge
Release
下载次数: 5,847
1.6.6-1.20.2 - Fabric
entityculling-fabric-1.6.6-mc1.20.2.jar下载1.6.6#Release
## Changes
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
展开
版本: 1.6.6
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 32,915
1.6.6-1.20.2 - NeoForge
entityculling-neoforge-1.6.6-mc1.20.2.jar下载1.6.6#Release
## Changes
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
展开
版本: 1.6.6
支持游戏: 1.20.2
类型: NeoForge
Release
下载次数: 288
1.6.6-1.20.2 - Forge
entityculling-forge-1.6.6-mc1.20.2.jar下载1.6.6#Release
## Changes
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
展开
版本: 1.6.6
支持游戏: 1.20.2
类型: Forge
Release
下载次数: 3,393
1.6.6-1.20.1 - Fabric
entityculling-fabric-1.6.6-mc1.20.1.jar下载1.6.6#Release
## Changes
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
展开
版本: 1.6.6
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 1,175,128
1.6.6-1.20.1 - Forge
entityculling-forge-1.6.6-mc1.20.1.jar下载1.6.6#Release
## Changes
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
* Update to 1.21
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
展开
版本: 1.6.6
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 489,465
1.6.5-1.20.6 - Fabric
entityculling-fabric-1.6.5-mc1.20.6.jar下载1.6.5#Release
## Changes
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
展开
版本: 1.6.5
支持游戏: 1.20.6
类型: Fabric
Release
下载次数: 172,493
1.6.5-1.20.6 - NeoForge
entityculling-neoforge-1.6.5-mc1.20.6.jar下载1.6.5#Release
## Changes
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
展开
版本: 1.6.5
支持游戏: 1.20.6
类型: NeoForge
Release
下载次数: 2,335
1.6.5-1.20.6 - Forge
entityculling-forge-1.6.5-mc1.20.6-all.jar下载1.6.5#Release
## Changes
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
展开
版本: 1.6.5
支持游戏: 1.20.6
类型: Forge
Release
下载次数: 2,791
1.6.5-1.20.4 - Fabric
entityculling-fabric-1.6.5-mc1.20.4.jar下载1.6.5#Release
## Changes
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
展开
版本: 1.6.5
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 294,953
1.6.5-1.20.4 - NeoForge
entityculling-neoforge-1.6.5-mc1.20.4.jar下载1.6.5#Release
## Changes
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
展开
版本: 1.6.5
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 1,721
1.6.5-1.20.4 - Forge
entityculling-forge-1.6.5-mc1.20.4.jar下载1.6.5#Release
## Changes
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
展开
版本: 1.6.5
支持游戏: 1.20.4
类型: Forge
Release
下载次数: 2,314
1.6.5-1.20.2 - Fabric
entityculling-fabric-1.6.5-mc1.20.2.jar下载1.6.5#Release
## Changes
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
展开
版本: 1.6.5
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 15,922
1.6.5-1.20.2 - NeoForge
entityculling-neoforge-1.6.5-mc1.20.2.jar下载1.6.5#Release
## Changes
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
展开
版本: 1.6.5
支持游戏: 1.20.2
类型: NeoForge
Release
下载次数: 143
1.6.5-1.20.2 - Forge
entityculling-forge-1.6.5-mc1.20.2.jar下载1.6.5#Release
## Changes
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
展开
版本: 1.6.5
支持游戏: 1.20.2
类型: Forge
Release
下载次数: 9,210
1.6.5-1.20.1 - Fabric
entityculling-fabric-1.6.5-mc1.20.1.jar下载1.6.5#Release
## Changes
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
展开
版本: 1.6.5
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 222,442
1.6.5-1.20.1 - Forge
entityculling-forge-1.6.5-mc1.20.1.jar下载1.6.5#Release
## Changes
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
* Backport latest build down to 1.20.1
* Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
展开
版本: 1.6.5
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 146,111
1.6.4-1.7.10 - Forge
entityculling-1.6.4-mc1.7.10.jar下载1.6.4-1.7.10#Release
## Changes
* Fix crash with some mods adding clientside entities(Twilight Forest/Thaumcraft)
* Fix crash with some mods adding clientside entities(Twilight Forest/Thaumcraft)
展开
版本: 1.6.4-1.7.10
支持游戏: 1.7.10
类型: Forge
Release
下载次数: 50,517
1.6.4-1.20.6 - Fabric
entityculling-fabric-1.6.4-mc1.20.6.jar下载1.6.4-1.20.6#Release
## What's Changed
* Update to 1.20.6 (dropping 1.20.5)
* Re-add Forge/NeoForge builds
* Mexican Spanish translation by @TheLegendofSaram in https://github.com/tr7zw/EntityCulling/pull/153
## New Contributors
* @TheLegendofSaram made their first contribution in https://github.com/tr7zw/EntityCulling/pull/153
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.5...1.6.4-1.20.6
* Update to 1.20.6 (dropping 1.20.5)
* Re-add Forge/NeoForge builds
* Mexican Spanish translation by @TheLegendofSaram in https://github.com/tr7zw/EntityCulling/pull/153
## New Contributors
* @TheLegendofSaram made their first contribution in https://github.com/tr7zw/EntityCulling/pull/153
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.5...1.6.4-1.20.6
展开
版本: 1.6.4-1.20.6
支持游戏: 1.20.6
类型: Fabric
Release
下载次数: 256,113
1.6.4-1.20.6 - NeoForge
entityculling-neoforge-1.6.4-mc1.20.6.jar下载1.6.4-1.20.6#Release
## What's Changed
* Update to 1.20.6 (dropping 1.20.5)
* Re-add Forge/NeoForge builds
* Mexican Spanish translation by @TheLegendofSaram in https://github.com/tr7zw/EntityCulling/pull/153
## New Contributors
* @TheLegendofSaram made their first contribution in https://github.com/tr7zw/EntityCulling/pull/153
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.5...1.6.4-1.20.6
* Update to 1.20.6 (dropping 1.20.5)
* Re-add Forge/NeoForge builds
* Mexican Spanish translation by @TheLegendofSaram in https://github.com/tr7zw/EntityCulling/pull/153
## New Contributors
* @TheLegendofSaram made their first contribution in https://github.com/tr7zw/EntityCulling/pull/153
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.5...1.6.4-1.20.6
展开
版本: 1.6.4-1.20.6
支持游戏: 1.20.6
类型: NeoForge
Release
下载次数: 1,407
1.6.4-1.20.6 - Forge
entityculling-forge-1.6.4-mc1.20.6-all.jar下载1.6.4-1.20.6#Release
## What's Changed
* Update to 1.20.6 (dropping 1.20.5)
* Re-add Forge/NeoForge builds
* Mexican Spanish translation by @TheLegendofSaram in https://github.com/tr7zw/EntityCulling/pull/153
## New Contributors
* @TheLegendofSaram made their first contribution in https://github.com/tr7zw/EntityCulling/pull/153
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.5...1.6.4-1.20.6
* Update to 1.20.6 (dropping 1.20.5)
* Re-add Forge/NeoForge builds
* Mexican Spanish translation by @TheLegendofSaram in https://github.com/tr7zw/EntityCulling/pull/153
## New Contributors
* @TheLegendofSaram made their first contribution in https://github.com/tr7zw/EntityCulling/pull/153
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.5...1.6.4-1.20.6
展开
版本: 1.6.4-1.20.6
支持游戏: 1.20.6
类型: Forge
Release
下载次数: 2,718
1.6.4-1.20.5 - Fabric
entityculling-fabric-1.6.4-mc1.20.5.jar下载1.6.4-1.20.5#Release
## Changes
* Update to 1.20.5(fabric only for now)
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.4...1.6.4-1.20.5
* Update to 1.20.5(fabric only for now)
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.4...1.6.4-1.20.5
展开
版本: 1.6.4-1.20.5
支持游戏: 1.20.5
类型: Fabric
Release
下载次数: 65,935
1.6.4-1.20.4 - Fabric
entityculling-fabric-1.6.4-mc1.20.4.jar下载1.6.4-1.20.4#Release
## Changes
* Fix culling when the camera is stuck in a wall. This fixes the F5 camera clipping into walls causing stuff to turn invisible. Fixes #126
* Remove that spectator turns off culling, as it now fully works when going through walls
* Add ``drg_flares:drg_flares`` to the default whitelist
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3.1-1.20.4...1.6.4-1.20.4
* Fix culling when the camera is stuck in a wall. This fixes the F5 camera clipping into walls causing stuff to turn invisible. Fixes #126
* Remove that spectator turns off culling, as it now fully works when going through walls
* Add ``drg_flares:drg_flares`` to the default whitelist
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3.1-1.20.4...1.6.4-1.20.4
展开
版本: 1.6.4-1.20.4
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 573,761
1.6.4-1.20.4 - Forge
entityculling-forge-1.6.4-mc1.20.4.jar下载1.6.4-1.20.4#Release
## Changes
* Fix culling when the camera is stuck in a wall. This fixes the F5 camera clipping into walls causing stuff to turn invisible. Fixes #126
* Remove that spectator turns off culling, as it now fully works when going through walls
* Add ``drg_flares:drg_flares`` to the default whitelist
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3.1-1.20.4...1.6.4-1.20.4
* Fix culling when the camera is stuck in a wall. This fixes the F5 camera clipping into walls causing stuff to turn invisible. Fixes #126
* Remove that spectator turns off culling, as it now fully works when going through walls
* Add ``drg_flares:drg_flares`` to the default whitelist
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3.1-1.20.4...1.6.4-1.20.4
展开
版本: 1.6.4-1.20.4
支持游戏: 1.20.4
类型: Forge
Release
下载次数: 8,247
1.6.4-1.20.4 - NeoForge
entityculling-neoforge-1.6.4-mc1.20.4.jar下载1.6.4-1.20.4#Release
## Changes
* Fix culling when the camera is stuck in a wall. This fixes the F5 camera clipping into walls causing stuff to turn invisible. Fixes #126
* Remove that spectator turns off culling, as it now fully works when going through walls
* Add ``drg_flares:drg_flares`` to the default whitelist
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3.1-1.20.4...1.6.4-1.20.4
* Fix culling when the camera is stuck in a wall. This fixes the F5 camera clipping into walls causing stuff to turn invisible. Fixes #126
* Remove that spectator turns off culling, as it now fully works when going through walls
* Add ``drg_flares:drg_flares`` to the default whitelist
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3.1-1.20.4...1.6.4-1.20.4
展开
版本: 1.6.4-1.20.4
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 8,802
1.6.3-1.12.2 - Forge
entityculling-1.12.2-1.6.3.jar下载1.6.3-1.12.2#Release
Initial backport to 1.12.2.
展开
版本: 1.6.3-1.12.2
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 260,271
1.6.3-1.7.10 - Forge
entityculling-1.6.3-mc1.7.10.jar下载1.6.3-1.7.10#Release
Backport to 1.7.10 by [@Pelotrio](https://github.com/Pelotrio).
展开
版本: 1.6.3-1.7.10
支持游戏: 1.7.10
类型: Forge
Release
下载次数: 9,974
1.6.3-b1.7.3 - Babric
entity-culling-1.6.3.jar下载1.6.3-b1.7.3#Release
Backport to Minecraft **_Beta_** 1.7.3 on the Babric Fabric backport. This version was created by [@vicisacat](https://modrinth.com/user/vicisacat)
展开
版本: 1.6.3-b1.7.3
支持游戏: b1.7.3
类型: babric
Release
下载次数: 4,650
1.6.3.1-1.20.4 - Fabric
entityculling-fabric-1.6.3.1-mc1.20.4.jar下载1.6.3.1-1.20.4#Release
* Update to 1.20.4
* Re-release to fix issues with refmaps
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3-1.20.4...1.6.3.1-1.20.4
* Re-release to fix issues with refmaps
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3-1.20.4...1.6.3.1-1.20.4
展开
版本: 1.6.3.1-1.20.4
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 587,728
1.6.3.1-1.20.4 - Forge
entityculling-forge-1.6.3.1-mc1.20.4.jar下载1.6.3.1-1.20.4#Release
* Update to 1.20.4
* Re-release to fix issues with refmaps
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3-1.20.4...1.6.3.1-1.20.4
* Re-release to fix issues with refmaps
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3-1.20.4...1.6.3.1-1.20.4
展开
版本: 1.6.3.1-1.20.4
支持游戏: 1.20.4
类型: Forge
Release
下载次数: 7,555
1.6.3.1-1.20.4 - NeoForge
entityculling-neoforge-1.6.3.1-mc1.20.4.jar下载1.6.3.1-1.20.4#Release
* Update to 1.20.4
* Re-release to fix issues with refmaps
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3-1.20.4...1.6.3.1-1.20.4
* Re-release to fix issues with refmaps
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3-1.20.4...1.6.3.1-1.20.4
展开
版本: 1.6.3.1-1.20.4
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 6,276
1.6.3-1.20.4 - Fabric
entityculling-fabric-1.6.3-mc1.20.4.jar下载1.6.3-1.20.4#Release
* Update to 1.20.4.
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3-1.20.2...1.6.3-1.20.4
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3-1.20.2...1.6.3-1.20.4
展开
版本: 1.6.3-1.20.4
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 863
1.6.3-1.20.4 - Forge
entityculling-forge-1.6.3-mc1.20.4.jar下载1.6.3-1.20.4#Release
* Update to 1.20.4.
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3-1.20.2...1.6.3-1.20.4
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3-1.20.2...1.6.3-1.20.4
展开
版本: 1.6.3-1.20.4
支持游戏: 1.20.4
类型: Forge
Release
下载次数: 229
1.6.3-1.20.4 - NeoForge
entityculling-neoforge-1.6.3-mc1.20.4.jar下载1.6.3-1.20.4#Release
* Update to 1.20.4.
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3-1.20.2...1.6.3-1.20.4
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3-1.20.2...1.6.3-1.20.4
展开
版本: 1.6.3-1.20.4
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 194
1.6.3-1.20.2 - Fabric
entityculling-fabric-1.6.3-mc1.20.2.jar下载1.6.3-1.20.2#Release
* Release NeoForge 1.20.2 build
* Rework build tooling
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.20.2...1.6.3-1.20.2
* Rework build tooling
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.20.2...1.6.3-1.20.2
展开
版本: 1.6.3-1.20.2
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 255,332
1.6.3-1.20.2 - Forge
entityculling-forge-1.6.3-mc1.20.2.jar下载1.6.3-1.20.2#Release
* Release NeoForge 1.20.2 build
* Rework build tooling
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.20.2...1.6.3-1.20.2
* Rework build tooling
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.20.2...1.6.3-1.20.2
展开
版本: 1.6.3-1.20.2
支持游戏: 1.20.2
类型: Forge
Release
下载次数: 6,712
1.6.3-1.20.2 - NeoForge
entityculling-neoforge-1.6.3-mc1.20.2.jar下载1.6.3-1.20.2#Release
* Release NeoForge 1.20.2 build
* Rework build tooling
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.20.2...1.6.3-1.20.2
* Rework build tooling
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.20.2...1.6.3-1.20.2
展开
版本: 1.6.3-1.20.2
支持游戏: 1.20.2
类型: NeoForge
Release
下载次数: 1,404
1.6.2-1.20.2 - Fabric
entityculling-fabric-1.6.2-mc1.20.1.jar下载1.6.2-1.20.2#Release
## What's Changed
* Update to 1.20.2
* Create fr_fr.json by @Calvineries in https://github.com/tr7zw/EntityCulling/pull/119
* Create vi_vn.json by @ImVietnam in https://github.com/tr7zw/EntityCulling/pull/118
## New Contributors
* @Calvineries made their first contribution in https://github.com/tr7zw/EntityCulling/pull/119
* @ImVietnam made their first contribution in https://github.com/tr7zw/EntityCulling/pull/118
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.20...1.6.2-1.20.2
* Update to 1.20.2
* Create fr_fr.json by @Calvineries in https://github.com/tr7zw/EntityCulling/pull/119
* Create vi_vn.json by @ImVietnam in https://github.com/tr7zw/EntityCulling/pull/118
## New Contributors
* @Calvineries made their first contribution in https://github.com/tr7zw/EntityCulling/pull/119
* @ImVietnam made their first contribution in https://github.com/tr7zw/EntityCulling/pull/118
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.20...1.6.2-1.20.2
展开
版本: 1.6.2-1.20.2
支持游戏: 1.20, 1.20.1, 1.20.2
类型: Fabric
Release
下载次数: 4,683,108
1.6.2-1.20.2 - Forge
entityculling-forge-1.6.2-mc1.20.1.jar下载1.6.2-1.20.2#Release
## What's Changed
* Update to 1.20.2
* Create fr_fr.json by @Calvineries in https://github.com/tr7zw/EntityCulling/pull/119
* Create vi_vn.json by @ImVietnam in https://github.com/tr7zw/EntityCulling/pull/118
## New Contributors
* @Calvineries made their first contribution in https://github.com/tr7zw/EntityCulling/pull/119
* @ImVietnam made their first contribution in https://github.com/tr7zw/EntityCulling/pull/118
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.20...1.6.2-1.20.2
* Update to 1.20.2
* Create fr_fr.json by @Calvineries in https://github.com/tr7zw/EntityCulling/pull/119
* Create vi_vn.json by @ImVietnam in https://github.com/tr7zw/EntityCulling/pull/118
## New Contributors
* @Calvineries made their first contribution in https://github.com/tr7zw/EntityCulling/pull/119
* @ImVietnam made their first contribution in https://github.com/tr7zw/EntityCulling/pull/118
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.20...1.6.2-1.20.2
展开
版本: 1.6.2-1.20.2
支持游戏: 1.20, 1.20.1, 1.20.2
类型: Forge
Release
下载次数: 1,383,717
1.6.2-1.20 - Fabric
entityculling-fabric-1.6.2-mc1.20.jar下载1.6.2-1.20#Release
## What's Changed
* Update to 1.20
* Fix Ukrainian localization by @BurrConnie in https://github.com/tr7zw/EntityCulling/pull/104
* Italian Translation by @TheBossMagnus in https://github.com/tr7zw/EntityCulling/pull/108
* gradle: Fix executable bit by @5HT2 in https://github.com/tr7zw/EntityCulling/pull/112
## New Contributors
* @BurrConnie made their first contribution in https://github.com/tr7zw/EntityCulling/pull/104
* @TheBossMagnus made their first contribution in https://github.com/tr7zw/EntityCulling/pull/108
* @5HT2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/112
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.19.4...1.6.2-1.20
* Update to 1.20
* Fix Ukrainian localization by @BurrConnie in https://github.com/tr7zw/EntityCulling/pull/104
* Italian Translation by @TheBossMagnus in https://github.com/tr7zw/EntityCulling/pull/108
* gradle: Fix executable bit by @5HT2 in https://github.com/tr7zw/EntityCulling/pull/112
## New Contributors
* @BurrConnie made their first contribution in https://github.com/tr7zw/EntityCulling/pull/104
* @TheBossMagnus made their first contribution in https://github.com/tr7zw/EntityCulling/pull/108
* @5HT2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/112
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.19.4...1.6.2-1.20
展开
版本: 1.6.2-1.20
支持游戏: 1.20, 1.20.1
类型: Fabric Quilt
Release
下载次数: 1,077,287
1.6.2-1.20 - Forge
entityculling-forge-1.6.2-mc1.20.jar下载1.6.2-1.20#Release
## What's Changed
* Update to 1.20
* Fix Ukrainian localization by @BurrConnie in https://github.com/tr7zw/EntityCulling/pull/104
* Italian Translation by @TheBossMagnus in https://github.com/tr7zw/EntityCulling/pull/108
* gradle: Fix executable bit by @5HT2 in https://github.com/tr7zw/EntityCulling/pull/112
## New Contributors
* @BurrConnie made their first contribution in https://github.com/tr7zw/EntityCulling/pull/104
* @TheBossMagnus made their first contribution in https://github.com/tr7zw/EntityCulling/pull/108
* @5HT2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/112
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.19.4...1.6.2-1.20
* Update to 1.20
* Fix Ukrainian localization by @BurrConnie in https://github.com/tr7zw/EntityCulling/pull/104
* Italian Translation by @TheBossMagnus in https://github.com/tr7zw/EntityCulling/pull/108
* gradle: Fix executable bit by @5HT2 in https://github.com/tr7zw/EntityCulling/pull/112
## New Contributors
* @BurrConnie made their first contribution in https://github.com/tr7zw/EntityCulling/pull/104
* @TheBossMagnus made their first contribution in https://github.com/tr7zw/EntityCulling/pull/108
* @5HT2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/112
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.19.4...1.6.2-1.20
展开
版本: 1.6.2-1.20
支持游戏: 1.20, 1.20.1
类型: Forge
Release
下载次数: 85,977
1.6.2-1.19.4 - Forge
entityculling-forge-1.6.2-mc1.19.4.jar下载1.6.2-1.19.4#Release
* Update to 1.19.4
* Fix an issue with config loading
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.1-1.19.3...1.6.2-1.19.4
* Fix an issue with config loading
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.1-1.19.3...1.6.2-1.19.4
展开
版本: 1.6.2-1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 70,947
1.6.2-1.19.4 - Fabric
entityculling-fabric-1.6.2-mc1.19.4.jar下载1.6.2-1.19.4#Release
* Update to 1.19.4
* Fix an issue with config loading
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.1-1.19.3...1.6.2-1.19.4
* Fix an issue with config loading
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.1-1.19.3...1.6.2-1.19.4
展开
版本: 1.6.2-1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 450,062
1.6.1-1.18.2 - Fabric
entityculling-fabric-1.6.1-mc1.18.2.jar下载1.6.1-1.18.2#Release
## What's Changed
* Reworked the ray engine to fix corner cases. This should better prevent things from incorrectly getting culled(https://github.com/tr7zw/EntityCulling/issues/77 for more details)
* Fix Forge servers crashing when installing this mod
* Fix Warden heartbeat getting culled because it's generated clientside
* Remove donor skin animation stuff
* Correctly respect shouldRenderOffScreen and noCulling by Entities/BlockEntities
* Add skipEntityCulling/skipBlockEntityCulling config options
* Add more Botania projectiles to the default ignore config
* Add Traditional Chinese by @xMikux in https://github.com/tr7zw/EntityCulling/pull/94
* Add create entites to the default ticking whitelist
## New Contributors
* @xMikux made their first contribution in https://github.com/tr7zw/EntityCulling/pull/94
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.5.2-1.19.3...1.6.1-1.19.3
* Reworked the ray engine to fix corner cases. This should better prevent things from incorrectly getting culled(https://github.com/tr7zw/EntityCulling/issues/77 for more details)
* Fix Forge servers crashing when installing this mod
* Fix Warden heartbeat getting culled because it's generated clientside
* Remove donor skin animation stuff
* Correctly respect shouldRenderOffScreen and noCulling by Entities/BlockEntities
* Add skipEntityCulling/skipBlockEntityCulling config options
* Add more Botania projectiles to the default ignore config
* Add Traditional Chinese by @xMikux in https://github.com/tr7zw/EntityCulling/pull/94
* Add create entites to the default ticking whitelist
## New Contributors
* @xMikux made their first contribution in https://github.com/tr7zw/EntityCulling/pull/94
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.5.2-1.19.3...1.6.1-1.19.3
展开
版本: 1.6.1-1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 211,819
1.6.1-1.18.2 - Forge
entityculling-forge-1.6.1-mc1.18.2.jar下载1.6.1-1.18.2#Release
## What's Changed
* Reworked the ray engine to fix corner cases. This should better prevent things from incorrectly getting culled(https://github.com/tr7zw/EntityCulling/issues/77 for more details)
* Fix Forge servers crashing when installing this mod
* Fix Warden heartbeat getting culled because it's generated clientside
* Remove donor skin animation stuff
* Correctly respect shouldRenderOffScreen and noCulling by Entities/BlockEntities
* Add skipEntityCulling/skipBlockEntityCulling config options
* Add more Botania projectiles to the default ignore config
* Add Traditional Chinese by @xMikux in https://github.com/tr7zw/EntityCulling/pull/94
* Add create entites to the default ticking whitelist
## New Contributors
* @xMikux made their first contribution in https://github.com/tr7zw/EntityCulling/pull/94
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.5.2-1.19.3...1.6.1-1.19.3
* Reworked the ray engine to fix corner cases. This should better prevent things from incorrectly getting culled(https://github.com/tr7zw/EntityCulling/issues/77 for more details)
* Fix Forge servers crashing when installing this mod
* Fix Warden heartbeat getting culled because it's generated clientside
* Remove donor skin animation stuff
* Correctly respect shouldRenderOffScreen and noCulling by Entities/BlockEntities
* Add skipEntityCulling/skipBlockEntityCulling config options
* Add more Botania projectiles to the default ignore config
* Add Traditional Chinese by @xMikux in https://github.com/tr7zw/EntityCulling/pull/94
* Add create entites to the default ticking whitelist
## New Contributors
* @xMikux made their first contribution in https://github.com/tr7zw/EntityCulling/pull/94
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.5.2-1.19.3...1.6.1-1.19.3
展开
版本: 1.6.1-1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 546,072
1.6.1-1.19.2 - Fabric
entityculling-fabric-1.6.1-mc1.19.2.jar下载1.6.1-mc1.19.2#Release
## What's Changed
* Reworked the ray engine to fix corner cases. This should better prevent things from incorrectly getting culled(https://github.com/tr7zw/EntityCulling/issues/77 for more details)
* Fix Forge servers crashing when installing this mod
* Fix Warden heartbeat getting culled because it's generated clientside
* Remove donor skin animation stuff
* Correctly respect shouldRenderOffScreen and noCulling by Entities/BlockEntities
* Add skipEntityCulling/skipBlockEntityCulling config options
* Add more Botania projectiles to the default ignore config
* Add Traditional Chinese by @xMikux in https://github.com/tr7zw/EntityCulling/pull/94
* Add create entites to the default ticking whitelist
## New Contributors
* @xMikux made their first contribution in https://github.com/tr7zw/EntityCulling/pull/94
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.5.2-1.19.3...1.6.1-1.19.3
* Reworked the ray engine to fix corner cases. This should better prevent things from incorrectly getting culled(https://github.com/tr7zw/EntityCulling/issues/77 for more details)
* Fix Forge servers crashing when installing this mod
* Fix Warden heartbeat getting culled because it's generated clientside
* Remove donor skin animation stuff
* Correctly respect shouldRenderOffScreen and noCulling by Entities/BlockEntities
* Add skipEntityCulling/skipBlockEntityCulling config options
* Add more Botania projectiles to the default ignore config
* Add Traditional Chinese by @xMikux in https://github.com/tr7zw/EntityCulling/pull/94
* Add create entites to the default ticking whitelist
## New Contributors
* @xMikux made their first contribution in https://github.com/tr7zw/EntityCulling/pull/94
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.5.2-1.19.3...1.6.1-1.19.3
展开
版本: 1.6.1-mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 1,112,776
1.6.1-1.19.2 - Forge
entityculling-forge-1.6.1-mc1.19.2.jar下载1.6.1#Release
## What's Changed
* Reworked the ray engine to fix corner cases. This should better prevent things from incorrectly getting culled(https://github.com/tr7zw/EntityCulling/issues/77 for more details)
* Fix Forge servers crashing when installing this mod
* Fix Warden heartbeat getting culled because it's generated clientside
* Remove donor skin animation stuff
* Correctly respect shouldRenderOffScreen and noCulling by Entities/BlockEntities
* Add skipEntityCulling/skipBlockEntityCulling config options
* Add more Botania projectiles to the default ignore config
* Add Traditional Chinese by @xMikux in https://github.com/tr7zw/EntityCulling/pull/94
* Add create entites to the default ticking whitelist
## New Contributors
* @xMikux made their first contribution in https://github.com/tr7zw/EntityCulling/pull/94
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.5.2-1.19.3...1.6.1-1.19.3
* Reworked the ray engine to fix corner cases. This should better prevent things from incorrectly getting culled(https://github.com/tr7zw/EntityCulling/issues/77 for more details)
* Fix Forge servers crashing when installing this mod
* Fix Warden heartbeat getting culled because it's generated clientside
* Remove donor skin animation stuff
* Correctly respect shouldRenderOffScreen and noCulling by Entities/BlockEntities
* Add skipEntityCulling/skipBlockEntityCulling config options
* Add more Botania projectiles to the default ignore config
* Add Traditional Chinese by @xMikux in https://github.com/tr7zw/EntityCulling/pull/94
* Add create entites to the default ticking whitelist
## New Contributors
* @xMikux made their first contribution in https://github.com/tr7zw/EntityCulling/pull/94
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.5.2-1.19.3...1.6.1-1.19.3
展开
版本: 1.6.1
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 1,404,826
1.6.1-1.19.3 - Fabric
entityculling-fabric-1.6.1-mc1.19.3.jar下载1.6.1-1.19.3#Release
Changes:
- Add create entites to the default ticking whitelist
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.0-1.19.3...1.6.1-1.19.3
- Add create entites to the default ticking whitelist
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.0-1.19.3...1.6.1-1.19.3
展开
版本: 1.6.1-1.19.3
支持游戏: 1.19.3
类型: Fabric
Release
下载次数: 79,332
1.6.1-1.19.3 - Forge
entityculling-forge-1.6.1-mc1.19.3.jar下载1.6.1-1.19.3#Release
Changes:
- Add create entites to the default ticking whitelist
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.0-1.19.3...1.6.1-1.19.3
- Add create entites to the default ticking whitelist
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.0-1.19.3...1.6.1-1.19.3
展开
版本: 1.6.1-1.19.3
支持游戏: 1.19.3
类型: Forge
Release
下载次数: 6,343
1.6.0-1.19.3 - Fabric
entityculling-fabric-1.6.0-mc1.19.3.jar下载1.6.0-1.19.3#Release
## What's Changed
* Reworked the ray engine to fix corner cases. This should better prevent things from incorrectly getting culled(https://github.com/tr7zw/EntityCulling/issues/77 for more details)
* Fix Forge servers crashing when installing this mod
* Fix Warden heartbeat getting culled because it's generated clientside
* Remove donor skin animation stuff
* Correctly respect shouldRenderOffScreen and noCulling by Entities/BlockEntities
* Add skipEntityCulling/skipBlockEntityCulling config options
* Add more Botania projectiles to the default ignore config
* Add Traditional Chinese by @xMikux in https://github.com/tr7zw/EntityCulling/pull/94
* Russian translation fix by @DrHesperus in https://github.com/tr7zw/EntityCulling/pull/90
## New Contributors
* @xMikux made their first contribution in https://github.com/tr7zw/EntityCulling/pull/94
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.5.2-1.19.3...1.6.0-1.19.3
* Reworked the ray engine to fix corner cases. This should better prevent things from incorrectly getting culled(https://github.com/tr7zw/EntityCulling/issues/77 for more details)
* Fix Forge servers crashing when installing this mod
* Fix Warden heartbeat getting culled because it's generated clientside
* Remove donor skin animation stuff
* Correctly respect shouldRenderOffScreen and noCulling by Entities/BlockEntities
* Add skipEntityCulling/skipBlockEntityCulling config options
* Add more Botania projectiles to the default ignore config
* Add Traditional Chinese by @xMikux in https://github.com/tr7zw/EntityCulling/pull/94
* Russian translation fix by @DrHesperus in https://github.com/tr7zw/EntityCulling/pull/90
## New Contributors
* @xMikux made their first contribution in https://github.com/tr7zw/EntityCulling/pull/94
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.5.2-1.19.3...1.6.0-1.19.3
展开
版本: 1.6.0-1.19.3
支持游戏: 1.19.3
类型: Fabric
Release
下载次数: 1,156
1.6.0-1.19.3 - Forge
entityculling-forge-1.6.0-mc1.19.3.jar下载1.6.0-1.19.3#Release
## What's Changed
* Reworked the ray engine to fix corner cases. This should better prevent things from incorrectly getting culled(https://github.com/tr7zw/EntityCulling/issues/77 for more details)
* Fix Forge servers crashing when installing this mod
* Fix Warden heartbeat getting culled because it's generated clientside
* Remove donor skin animation stuff
* Correctly respect shouldRenderOffScreen and noCulling by Entities/BlockEntities
* Add skipEntityCulling/skipBlockEntityCulling config options
* Add more Botania projectiles to the default ignore config
* Add Traditional Chinese by @xMikux in https://github.com/tr7zw/EntityCulling/pull/94
## New Contributors
* @xMikux made their first contribution in https://github.com/tr7zw/EntityCulling/pull/94
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.5.2-1.19.3...1.6.0-1.19.3
* Reworked the ray engine to fix corner cases. This should better prevent things from incorrectly getting culled(https://github.com/tr7zw/EntityCulling/issues/77 for more details)
* Fix Forge servers crashing when installing this mod
* Fix Warden heartbeat getting culled because it's generated clientside
* Remove donor skin animation stuff
* Correctly respect shouldRenderOffScreen and noCulling by Entities/BlockEntities
* Add skipEntityCulling/skipBlockEntityCulling config options
* Add more Botania projectiles to the default ignore config
* Add Traditional Chinese by @xMikux in https://github.com/tr7zw/EntityCulling/pull/94
## New Contributors
* @xMikux made their first contribution in https://github.com/tr7zw/EntityCulling/pull/94
**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.5.2-1.19.3...1.6.0-1.19.3
展开
版本: 1.6.0-1.19.3
支持游戏: 1.19.3
类型: Forge
Release
下载次数: 159
1.5.2-1.19.3 Forge
entityculling-forge-1.5.2-mc1.19.3.jar下载1.5.2-1.19.3-forge#Release
Update to 1.19.3
展开
版本: 1.5.2-1.19.3-forge
支持游戏: 1.19.3
类型: Forge
Release
下载次数: 86,035
1.5.2-1.19.3 Fabric
entityculling-fabric-1.5.2-mc1.19.3.jar下载1.5.2-1.19.3#Release
Re-release of last fabric build, set to 1.19.3 full release. Forge release whenever forge is done.
展开
版本: 1.5.2-1.19.3
支持游戏: 1.19.3
类型: Fabric
Release
下载次数: 62,084
1.5.2-1.19.3-pre2
entityculling-fabric-1.5.2-mc1.19.3-pre2.jar下载1.5.2-1.19.3-pre2#Release
Initial (fabric only) update to 1.19.3(-pre2).
展开
版本: 1.5.2-1.19.3-pre2
支持游戏: 1.19.3-pre1, 1.19.3-pre2
类型: Fabric
Release
下载次数: 592
1.5.2 - Forge 1.19.x (fixed)
entityculling-forge-1.5.2-mc1.19.1.jar下载1.5.2-forge-1.19-fix#Release
Patch release for Forge, fixing later versions of 1.19 Forge and 1.19.1 Forge.
展开
版本: 1.5.2-forge-1.19-fix
支持游戏: 1.19, 1.19.1, 1.19.2
类型: Forge
Release
下载次数: 93,991
1.5.2 - Fabric 1.19.x
entityculling-fabric-1.5.2-mc1.19.jar下载1.5.2-fabric-1.19#Release
Fixed issue with the animated skin feature doing 2 requests instead of 1 if installed with 3d Skin Layers.
展开
版本: 1.5.2-fabric-1.19
支持游戏: 1.19, 1.19.1, 1.19.2
类型: Fabric
Release
下载次数: 652,901
1.5.2 - Forge 1.19.x
entityculling-forge-1.5.2-mc1.19.jar下载1.5.2-forge-1.19#Release
Fixed issue with the animated skin feature doing 2 requests instead of 1 if installed with 3d Skin Layers.
展开
版本: 1.5.2-forge-1.19
支持游戏: 1.19
类型: Forge
Release
下载次数: 2,335
1.5.1 - Fabric 1.19.x
entityculling-fabric-1.5.1-mc1.19-rc2.jar下载1.5.1-fabric-1.19#Release
Initial release for 1.19. Adds the Donor Skin feature that was only in 3d Skin Layers before. (Also 2 frame skins are free to use now, so feel free to join the Discord and add blinking to your skin)
展开
版本: 1.5.1-fabric-1.19
支持游戏: 1.19
类型: Fabric
Release
下载次数: 1,972
1.5.1 - Fabric 1.18.x
entityculling-fabric-mc1.18-1.5.1.jar下载1.5.1-fabric-1.18#Release
Fix an issue with 1.18.2 potentially not working correctly. Thanks aschmois.
展开
版本: 1.5.1-fabric-1.18
支持游戏: 1.18, 1.18.1, 1.18.2
类型: Fabric
Release
下载次数: 228,292
1.5.1 - Forge 1.18.x
entityculling-forge-mc1.18-1.5.1.jar下载1.5.1-forge-1.18#Release
Fix an issue with 1.18.2 potentially not working correctly. Thanks aschmois.
展开
版本: 1.5.1-forge-1.18
支持游戏: 1.18, 1.18.1, 1.18.2
类型: Forge
Release
下载次数: 71,852
1.5.0 - Fabric 1.17.x
entityculling-fabric-mc1.17.1-1.5.0.jar下载1.5.0-fabric-1.17#Release
This release fixes a long-going bug where under really odd conditions Block-Entities turn invisible.
I'm glad to say that this bug is gone!
Also re-enabled performance optimizations that were disabled because of this issue(10-20% faster).
I'm glad to say that this bug is gone!
Also re-enabled performance optimizations that were disabled because of this issue(10-20% faster).
展开
版本: 1.5.0-fabric-1.17
支持游戏: 1.17, 1.17.1
类型: Fabric
Release
下载次数: 109,137
1.5.0 - Forge 1.17.x
entityculling-forge-mc1.17.1-1.5.0.jar下载1.5.0-forge-1.17#Release
This release fixes a long-going bug where under really odd conditions Block-Entities turn invisible.
I'm glad to say that this bug is gone!
Also re-enabled performance optimizations that were disabled because of this issue(10-20% faster).
I'm glad to say that this bug is gone!
Also re-enabled performance optimizations that were disabled because of this issue(10-20% faster).
展开
版本: 1.5.0-forge-1.17
支持游戏: 1.17, 1.17.1
类型: Forge
Release
下载次数: 6,824
1.5.2 - Fabric 1.16.x
entityculling-fabric-mc1.16.5-1.5.2.jar下载1.5.2-fabric-1.16#Release
Fixed an issue with the position calculation in 1.16. Thanks UnderscoreKilburn for the PR.
展开
版本: 1.5.2-fabric-1.16
支持游戏: 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 258,036
1.5.2 - Forge 1.16.x
entityculling-forge-mc1.16.5-1.5.2.jar下载1.5.2-forge-1.16#Release
Fixed an issue with the position calculation in 1.16. Thanks UnderscoreKilburn for the PR.
展开
版本: 1.5.2-forge-1.16
支持游戏: 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 431,055
1.5.0 - Forge 1.8.9
entityculling-forge-mc1.8.9-1.5.0.jar下载1.5.0-forge-1.8.9#Release
This release fixes a long-going bug where under really odd conditions Block-Entities turn invisible.
I'm glad to say that this bug is gone!
Also re-enabled performance optimizations that were disabled because of this issue(10-20% faster).
展开
版本: 1.5.0-forge-1.8.9
支持游戏: 1.8.8, 1.8.9
类型: Forge
Release
下载次数: 397,108
收录