Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 158
    • Issues 158
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Issues
  • #1976

Closed
Open
Created Jul 18, 2025 by Bob123360@Bob123360

grindstone, 2 bugs.

Summary

bug 1 Grindstone ignores the "Repairable: false" item Option

bug 2 Grindstone resets "Repair Cost" this is a vanilla feature | please add an option to disable the use of grind stone on said item like the "PreventAnvil" option

Steps to reproduce

Bug 1:

Screen_Recording_2025-07-17_194705

item config:

  Id: bow
  Display: Repair Bug Bow
  MaxDurability: 300
  Durability: 200
  Options:
    PreventCrafting: true
    PreventAnvil: true
    Repairable: false
  Skills:
  - message{message=hi} @self ~onHold

This will make a bow that

  • Can't be repair via Crafting, or Anvil, but can be repaired with the Grindstone
  • Once it goes through the grind stone it can be repaired at an Anvil
  • Skills will continue to work

Bug 2

Screen_Recording_2025-07-17_200623

item config:

  Id: bow
  Display: Repair 10 Cost Bow
  MaxDurability: 300
  Durability: 200
  RepairCost: 10
  Options:
    PreventCrafting: true
    PreventSmithing: true
    PreventAnvil: false
    PreventEnchanting: true
  Skills:
  - message{message="hi again"} @self ~onHold

This will make a bow that

  • Can't be repair via Crafting, can be repaired on an Anvil at a high exp cost. But can be repaired with the Grindstone for free; AND it will reset the repair cost of the item as it's the vanilla behavior of Grindstones third line below "Repairing and disenchanting"
  • Skills will continue to work

Current behavior

Bug 1

Makes what should be "unrepairable" items repairable

Bug 2

Makes what should be highly expensive to repair items free to repair

Intended correct behavior & Proposed fixes

Bug 1

Grindstone respects the "Repairable: false" option, and isn't repairable

Bug 2

Request to add an "PreventGrindstone:true" to make items that can ONLY be repaired at an Anvil, and another usage of making it unable to be disenchanted

Versions

image

Attached Files

Screen_Recording_2025-07-17_194705

Screen_Recording_2025-07-17_200623

image
Edited Jul 18, 2025 by Bob123360
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking