RPProfessions - Discontinued. Use the Free Version Instead icon

RPProfessions - Discontinued. Use the Free Version Instead -----

Create Immersive RP Professions Focused on Crafting



v1.3.0 | Workstation Tool
New Feature

It is now possible to attribute an RPProfession item as a workstation's tool. Players would have to be holding that item in their main hand to successfully open the workstation's GUI.

Example:

Code (YAML):
# The workstation ID (to be used in the profession configuration file)
ANVIL
:
  # The actual in-game blocks that allow to open the crafting menu
  materials
:
 - ANVIL
  - CHIPPED_ANVIL
  - DAMAGED_ANVIL
  display-name
: "&8Anvil"
  # The menu that is open when interacting with the listed materials
  station
: ANVIL
  # The RPProfession item that must be held to use this workstation
  tool
: BLACKSMITH_HAMMER

Code (YAML):
# The anvil workstation's tool
BLACKSMITH_HAMMER
:
  category
: TOOL
  material
: IRON_SHOVEL
  display-name
: "&fBlacksmith Hammer"
  # Use the vanilla crafting station
  station
: WORKBENCH
  recipe
:
    0
: IRON_INGOT
    1
: IRON_INGOT
    2
: IRON_INGOT
    3
: IRON_INGOT
    4
: STICK
    5
: IRON_INGOT
    7
: STICK
  required-level
: 1
  level-gain
: 0
  item-flags
:
 - HIDE_ATTRIBUTES

Improvements

I have improved the Profession selection menus and the recipes menu by adding more pages giving better explanations and informations on professions, workstations and recipes.

Several entires have been added/modified in the language.yml file to let you translate and customize these menus.
----------, Jun 30, 2023
Resource Information
Author:
----------
Total Downloads: 32
First Release: Mar 3, 2023
Last Update: Feb 21, 2024
Category: ---------------
All-Time Rating:
6 ratings
Find more info at gilles1348.gitbook.io...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings