Nautilus Studio - Packs Editor IDE 图标

Nautilus Studio - Packs Editor IDE

作者:rebot | 分类:模组

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

Minecraft 版本: 1.21.11

平台: neoforge

资源介绍

separator

? About ?

Nautilus Studio is an in-game data and resource pack workbench. Instead of hand-writing JSON and guessing at the right fields, it opens a full editor alongside the game: pick a file, fill in a generated form, hit reload, and the change appears in the running world.

The forms are built automatically from the game's own content definitions, so it works with modded content as well as vanilla.

separator

?️ Media ?️

The Nautilus Studio workbench with file tree, generated form, and live JSON

separator

? Features ?

What It Can Edit

  • Worldgen: configured and placed features, carvers, biomes, noise settings, density functions, world presets
  • Structures: structures, structure sets, jigsaw pools
  • Loot and Predicates: loot tables, item modifiers, predicates
  • Recipes and Advancements
  • Enchantments
  • World and Dimension: dimensions, dimension types
  • Mob Variants, Decoration and Trims, Items and Sound, and more
  • Anything a mod registers. Polytone registers its colormaps, particle effects and custom models, for example
  • Any custom codec, pointed at by class name, even for content the editor has never seen
  • Anything it cannot parse falls back to a live-validated raw JSON editor with syntax highlighting

Using It

  • Join a world first: the editor needs live registries to build its forms and to reload
  • Open it from the Mod Menu entry on Fabric, or the config-screen button in the mods list on NeoForge
  • The workbench opens in its own window beside the game
  • Hit reload to push changes into the running world

Nautilus Studio runs best on Fabric. On NeoForge the editor window can occasionally fail to open, due to Java's headless-window restrictions.

separator

?️ For Mod Developers ?️

For most things the mod should just work. However if you want proper compat here is what you can do:

To register your codec so they appear by default in the editor you can register them like such:

NautilusStudioApi.register(
    "My Mod",                  // group name, shown next to "Minecraft"
    "Widget Layout",           // this content type's label
    MY_CODEC,                  // your per-file Codec (the DIRECT_CODEC)
    Side.CLIENT_RESOURCES,     // CLIENT_RESOURCES (assets/) or SERVER_DATA (data/)
    "mymod/widgets"            // folder the files live in
);

To get nicer widgets, a color picker, a slider, a dropdown for a sum type, build your codec as a CodecUI SchemaCodec and pass that instead. It stays a real Codec with the same wire format. Anything CodecUI can't read falls back to a validated raw-JSON editor, so registering is always safe.

Simply add these lines (jar-in-jar, so CodecUI ships inside your mod) and replace your Codec calls with SchemaCodec calls, following the API in that class:

repositories {
    maven { url "https://registry.somethingcatchy.net/repository/maven-public/" }
}

dependencies {
    // Fabric (Loom)
    modImplementation "net.mehvahdjukaar:codecui-fabric:1.21.11-0.4.0"
    include           "net.mehvahdjukaar:codecui-fabric:1.21.11-0.4.0"

    // NeoForge (ModDevGradle)
    implementation "net.mehvahdjukaar:codecui-neoforge:1.21.11-0.4.0"
    jarJar         "net.mehvahdjukaar:codecui-neoforge:1.21.11-0.4.0"
}

See the CodecUI repo for the full DSL and examples.

separator

❓ F.A.Q. ❓

Q: Is this client-side only?

A: Yes. The editor is a client tool: it edits pack files on disk and reloads your client. You don't need it on a server.

Q: Do players need this to use my pack/mod?

A: No. Nautilus Studio is a creation tool. The packs you make with it are plain vanilla data/resource packs that work for everyone.

Q: Does it work with modded content?

A: Yes. Any mod that registers its codec (a one-liner, thanks to CodecUI) shows up automatically. You can also add custom codecs yourself by class name.

Q: What if Nautilus Studio doesn't understand a file?

A: It falls back to a live-validated raw JSON editor with syntax highlighting, so you can still edit anything.

Q: Do I need CodecUI as a dependency?

A: No. Nautilus Studio bundles it. You only touch CodecUI directly if you want to hand-tune your editor's widgets.

Q: Fabric or NeoForge?

A: Both are supported. Fabric is the smoother experience; on NeoForge the external window can occasionally hit AWT headless limitations.

separator

❤️ Support Me ❤️

Modding takes a lot of my time. If you like what I do and want to support me, you'll receive a custom Globe and/or Statue just for you - this also applies if you buy a server from Akliz using the code below.

Ko-Fi

Need a server? Akliz offers top-tier servers built for modded Minecraft, with a great community and support team.
Use code "supplementaries" to get 20% off and support me at the same time!

Akliz Server Hosting

separator

? Our Mods ?

Supplementaries Amendments Every Compat (Wood Good) Supplementaries Squared Map Atlases Universal Sawmill Polytone Snowy Spirit Haunted Harvest Sleep Tight Smarter Farmers Mystical Oak Tree Storage Labels Goated A Good Place Vista Heartstone Fast Paintings MmmMmmMmmMmm JEED Advancement Frames Randomium Moyai

下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Life Contract

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

查看详情
Fusz Sword Blocking Compat - AA & CWSM

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

查看详情
Wizard's SmoothMC

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

查看详情
3D Mace

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

查看详情