Skip to content

[Recipe Issue]: Allthemodium Mesh not retaining enchantments #283

Description

Modpack Version

0.2.0

Describe the issue

reported to BBL-strainers bbl-team/Strainers#7 and they stated that the meshes do retain enchantments when upgrades via the crafting table.

The Allthemodium Mesh upgrade recipe currently removes enchantments from the input Netherite Mesh.

Steps to reproduce:

  1. Apply enchantments to a Strainers Netherite Mesh (for example Unbreaking/Efficiency/Fortune).
  2. Craft the Allthemodium Mesh upgrade using the current recipe.
  3. The resulting Allthemodium Mesh has no enchantments.

The current recipe appears to use a standard shaped crafting recipe, which creates a new item and does not copy components from the input mesh.

recipe found at "kubejs\server_scripts\mods\bbl_strainers\meshes.js"

I noticed BBL Strainers already handles mesh upgrades using the BBL Core recipe type:

"type": "bblcore:shaped_component_copy"

with:

"copy_components": [
"minecraft:enchantments"
]

This would allow the Allthemodium Mesh recipe to behave like the existing Strainers mesh upgrades while only copying enchantments.

code taken from "strainers-26.1.2-6.10.2.jar\data\strainers\recipe\diamond_mesh.json"

are you able to alter the kubejs mesh recipe to use the [bbl](bblcore:shaped_component_copy type?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions