NBTApi FancyMenu Add-on

Quick rating

Community listing page, reviews here may not be monitored by the author.

NBTApi FancyMenu Add-on

By SeFortOwner

No reviews yet

An add-on for FancyMenu that adds support for my NBTApi mod.

Mod Loaders
Minecraft

About

Description

NBTApi FancyMenu Add-on

The add-on has only been tested on Minecraft 1.20.1 with FancyMenu 3.7.0. If you can get the mod to work on other versions, please report it on issues.

This mod adds support for the NBTApi mod to FancyMenu, allowing you to view or edit world data directly in the menu.

This add-on adds:

  • Set NBT Action - this action allows you to change the value of an NBT parameter in the format world|path|value

    For example:

New World|Data.LevelName|New Name
  • NBT Value Placeholder - allows you to display the NBT value from the world in any text field, in the format of a regular FancyMenu placeholder, parameters - world and path.

    For example:

{“placeholder”:“nbt_value”,“values”:{“world”:“New World”,‘path’:“Data.LevelName”}}
  • NBT Value Requirement - this is a requirement for a specific NBT value in the format world|path|operator|value. The operators are simple - ==, !=, >, <, >=, <=, and contains (for strings).

    For example:

New World|Data.GameType|==|1
New World|Data.LevelName|contains|Test
New World|Data.Difficulty|>|0