BenWoodworth / FastCraft

Craft Minecraft items in one click
GNU General Public License v3.0
32 stars 17 forks source link

CustomItems compatibility #195

Open benfiratkaya opened 3 years ago

benfiratkaya commented 3 years ago

Description

Do you add CustomItems compatibility?

https://www.spigotmc.org/resources/%E2%9B%8F-custom-items-%E2%9C%85-1-8-1-17-%E2%9C%85-make-new-items-blocks-with-new-textures-recipes-triggers-more.63848/

Server Details

Errors

BenWoodworth commented 3 years ago

Could you share what's not working right? Maybe giving a config that I can test with

benfiratkaya commented 3 years ago

Not showing CustomItems crafts in FastCraft menu. I can crafting in CraftingTable menu but I can't see in FastCraft menu.

BenWoodworth commented 3 years ago

Okay! Can you give me a CustomItems config I can use?

benfiratkaya commented 3 years ago

Recipe system:

recipes:
- shape:
  - bbx
  - bcx
  - xcx
  shaped: true
  items:
  - item: platinum
    amount: 1
    allowDamaged: false
    key: b
  - item: minecraft:IRON_INGOT
    amount: 1
    allowDamaged: false
    key: c
benfiratkaya commented 3 years ago

any update?

BenWoodworth commented 3 years ago

Sorry for the late reply! I've been pretty busy so it might be a while. When I get a chance I'll take a look to see what it'll take to add compatibility then share details here