spigot-gillesm / RPProfessions

Create Immersive RP Professions Focused on Crafting
0 stars 0 forks source link

Feature Request #4

Closed LoaSamedi closed 1 year ago

LoaSamedi commented 1 year ago

Hello! I was trying to create a custom potion, and when I check the wiki, it saids can be anything in the Receptacle section. But when I try to set an mmoitem as the ingrediant, it pops up an error in the console. It seems like the receptacle secitons only works with normal items. Am I set something wrong? If not, can you implement this feature in future update? Thank you.

spigot-gillesm commented 1 year ago

Hi!

It is possible to use items from MythicMobs, MMOItems and Oraxen as a receptacle for your recipes:

receptacle: mi:MY_MMOITEMS_POTION

Where 'MY_MMOITEMS_POTION' can be any item from MMOItems.

Full example:

HEALING_POTION_III:
  material: POTION
  display-name: "&bPotion of Healing"
  station: BREWING_STAND
  category: POTION
  dynamic: true
  fuel-consumed: true
  potion-type: AWKWARD
  potion-effects:
    HEAL:
      amplifier: 2
  receptacle: mi:HEALTH_POTION_III
  reagent: GOLDEN_APPLE
  fuel: WEAK_INFUSER
  level-gain: 1
  level-cap: 50

I consider the issue resolved but I let you close it to confirm you got the help you needed.

LoaSamedi commented 1 year ago

Thanks for the reply! I didn't know that's even possible (after checking the wiki for an hour)... But it work out in the end. Thank you. BTW, will there be a future update on customizing the gui menu on different workstations? Like the station layout, custom model data etc. I just purchased this plugin yesterday, but it works fine and wonderful! Look forward for the future updates! Have a good day sir.

spigot-gillesm commented 1 year ago

I will check the wiki and add/highlight that information then, I might have forgot to specify this feature for the potions. I can try and add menu configuration files yes, it's a good idea!

I'm glad to hear everything is working fine, have a good day too!