MMOITEMS created items seperate entities to vanilla ones
Created by: CraftyLemon
When ive created a custom item to be used in recipes - e.g needing to be place in either users inventory or crafting bench - because the material its based off is a vanilla material - you can still craft the vanilla items with it
best example of this is
======================================
CRYSTAL: material: Glowstone_Dust enchants: mending: 1 hide-enchants: true name: ยง6Mana Dust lore:
- Dust of the essence of the world item-particles: particle: BARRIER disable-smelting: true disable-enchanting: true disable-repairing: true unbreakable: true displayed-type: Magical essense disable-interaction: true
================================
and so if i put 4 of these in a crafting table or player crafting square it will make a block of glowstone
not sure if there is a way to stop this already ive looked in previous issues.
if there is a simple fix i cannot find this in you wiki documentation,