Мова

SimpleJsonVillagerTrades

SimpleJsonVillagerTrades

Modrinth

About as simple as it sounds, a small jij-able library to modify/add/remove Villager trades via datapacks.

3.1k завантажень 14 підписників оновлено 37mo ago
остання v1.3.0-pre1+1.20-pre1 Modrinth
Fabric 1.18.1 – 1.20-pre1 LibraryManagementUtility

Simple JSON Villager Trades

As simple as it sounds, a small jij-able/standalone library to modify/add merchant trades via datapacks.

For Datapackers

You are able to modify merchant trades through JSON files the data/<namespace>/trade_offers/ directory.
For example:

{
  "__COMMENT": "This adds a ruined portal map to the Cartographer's trades.",

  "profession": "minecraft:cartographer",
  "replace": false,
  "offers": {
    "apprentice": [
      {
        "type": "minecraft:sell_map",
        "price": 5,
        "name_key": "filled_map.ruined_portal",
        "feature_tag": "minecraft:ruined_portal",
        "icon": "target_x",
        "max_uses": 10,
        "experience": 2
      }
    ]
  }
}

For more tutorials and more information on modifying merchant trades, see the wiki.

Compatibility

SJVT uses Minecraft's hardcoded trade map as a base for the datapacks to build on top of, so it should work with most mods, even those who add new villager professions.
You can also export the hardcoded map (including non-native support mods) as a datapack by running the sjvt:build command.

For Mod Developers

You can include the mod using the following repository and dependency in your build.gradle (where [TAG] is the latest version):

repositories {
  maven {
    name = "Modrinth"
    url = "https://api.modrinth.com/maven"
    content {
      includeGroup "maven.modrinth"
    }
  }
}

dependencies {
  modImplementation include("maven.modrinth:sjvt:[TAG]") //To include (jij) in your mod
  modImplementation "maven.modrinth:sjvt:[TAG]" // To require the mod to be installed seperatly
}

Custom Trade Offer Factories

To create a trade offer factory, implement the SerializableTradeOfferFactory interface.
Then register the codec to the TradeOfferFactories.TRADE_OFFER_FACTORY_REGISTRY registry.
You can also use methods and fields in the CodecHelper class to assist in the creation of codecs.

Then see 'For Datapackers'

Версії

Beta
1.3.0-pre1+1.20-pre1
fabric · 1.20-pre1 · 37mo ago
Update to 1.20-pre1
175
Alpha
1.2.0+pre6
fabric · 1.19-pre3 · 49mo ago
Fixed an issue requiring ARRP to be present.
138
Alpha
1.2.0+pre5
fabric · 1.19-pre3 · 49mo ago
* Update to 1.19+pre3 * Improved codec handling * Add `sjvt:type_aware` factory type
110
Alpha
1.2.0+pre4
fabric · 1.19-pre1 · 49mo ago
119
Alpha
1.2.0+pre3
fabric · 1.19-pre1 · 49mo ago
119
Alpha
1.2.0+pre1
fabric · 1.19-pre1 · 49mo ago
Update to 1.19
1.9k
Release
1.1.0
fabric · 1.18.2 · 50mo ago
- Update to MC1.18.2 - Added `sjvt:build` command to export the hardcoded map (including other mods) to a datapack file - Refactored: - Now using codecs for…
251
Release
1.0.1
fabric · 1.18.1 · 52mo ago
- Fix swapped argument names (`price` and `count`) in the `minecraft:sell_item` factory.
156
Release
1.0.0
fabric · 1.18.1 · 53mo ago
163

Коментарі 0

Поки немає коментарів. Будь першим, хто поділиться думкою.

Завантажити SimpleJsonVillagerTrades

Файли надаються напряму з першоджерела. Modgrid не зберігає та не змінює їх.