Unofficial site, not affiliated with modrinth.com.What is this?
Моды/Metaphysics

Metaphysics

some scanner API for cc:tweaked

47.0K
1

Metaphysics 0.0.6

release20 января 2025 г.

while true do local event, data = os.pullEvent("player_death") print(("say %s die, because %s "):format(data.name, data.source)) --谁死了, 伤害源是什么 if data.tags then --如果有标签 print("killer is "..data.name) --杀手是谁 print("killerhas tags %s"..table.concat(data.tags, ", ")) --杀手的标签 end end

Metaphysics 0.0.5fix4

release19 января 2025 г.

修复canSeeSky精度

Metaphysics 0.0.5fix3

release19 января 2025 г.

增加Mob扫描方法 getMobs() 可以从中筛选monster ---> if v.name == "monster"

Added Mob scanning Method getMobs() Can filter monsters from it ---> if v.name == "monster"

Metaphysics 0.0.5

release19 января 2025 г.

新增getPlayer和getMonster方法。 旧的getEntities尽量不要用了,性能开销大

Added getPlayer and getMonster methods. Try not to use the old getEntities method, as it has a large performance overhead.

Metaphysics 0.0.4

release19 января 2025 г.

修改扫描器:无视看不见天空的对象,比如地底生物、掩体内的目标、树下的目标 原本的getEntities和getShips换成了getEntitiesAll()和getShipsAll()

Modified scanner: ignore objects that cannot see the sky, such as underground creatures, targets in bunkers, targets under trees The original getEntities and getShips are replaced by getEntitiesAll() and getShipsAll()

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

Minecraft: Java Edition

1.20.x

Платформы

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

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

Создатели

Детали

Лицензия:AGPL-3.0-only
Опубликован:1 год назад
Обновлён:1 год назад
Главная