odventure-core

Display blocks for Minecraft: mount trophies and medals showing any block, item, or mob, with custom names. Retrievable as data-carrying items, with an API for other mods.

File Details

odventure_core-1.0.0.jar

  • R
  • Jun 14, 2026
  • 100.77 KB
  • 5
  • 1.20.1
  • Forge

File Name

odventure_core-1.0.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:odventure-core-1574466:8246568")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Odventure Core 1.0.0

English

Added

  • Configuration support, with two files generated:
    • odventure_core-client.toml: toggle dynamic item rendering, toggle the floating name, and customize the entity render blacklist.
    • odventure_core-common.toml: toggle anvil rename blocking, and toggle sneak right-click retrieval.
  • Finished trophies and medals now render their actual content as an angled 3D preview in the inventory, in hand, on the ground, and in item frames, so you can tell what is inside at a glance. This can be turned off via config.

Changed

  • The entity render blacklist is now driven by config instead of being hardcoded.

中文

新增

  • 配置支持,会生成两个配置文件:
    • odventure_core-client.toml:开关动态物品渲染、开关悬浮名牌、自定义实体渲染黑名单。
    • odventure_core-common.toml:开关铁砧改名屏蔽、开关潜行右键取回。
  • 成品奖杯与奖章现在会在背包、手持、地面、物品展示框中以斜置 3D 预览渲染实际展示内容,一眼就能看出里面装了什么。该功能可在配置中关闭。

变更

  • 实体渲染黑名单改为由配置驱动,不再写死在代码里。