K1ngDiZzY/MineMod

Custom NPC Trading

开放

#33 创建于 2025年9月30日

 (1 条评论) (0 个反应) (0 位负责人)Java (0 个派生)auto 404
Researchenhancementhelp wanted

仓库指标

星标
 (1 个星标)
PR 合并指标
 (平均合并 2天 2小时) (30 天内合并 7 个 PR)

描述

Create a trading system for NPCs. This should be a generic and customizable Trading feature (similar to Villagers, and Wandering Traders in Vanilla Minecraft), that any future Custom Mob/NPC can inherit.

This feature should be added into the Abstract Grunt class so that any NPCs that extend AbstractGrunt will also inherit the Trading functionality.

  • Similar trading system as Villagers or Wandering Traders.
  • Will use Berrys instead of Emeralds for currency when trading.
  • Can be a source of Devil Fruits.
  • Can be eventually used for Merchant

Sub issues will be created to manage all of the steps that will likely go into this. (This is wayy down the line still)

Edit: Added 7/29/2026

This will eventually be an interface that Abstract classes should pull from and "customize" to their specific NPC type.

贡献者指南