TinyModularThings / UniqueEnchantments

Have some Unique Enchantments for yourself
https://www.curseforge.com/minecraft/mc-mods/unique-enchantments
Other
18 stars 16 forks source link

i cant found ameliorated sharpness's enchant id #93

Closed wibonsue closed 1 year ago

wibonsue commented 1 year ago

Hello i need to find ameliorated sharpness's enchant i tried /enchant and looked all enchants there but literally there was every any other enchants other than ameliorated sharpness what is ameliorated sharpness's enchant id or how do i look ?

Speiger commented 1 year ago

https://github.com/TinyModularThings/UniqueEnchantments/blob/1.19/src/main/java/uniquee/enchantments/simple/AmelioratedSharpness.java#L20C26-L20C47

Speiger commented 1 year ago

if 1.19.2 is not correct simply switch to the mc version you use, the classpath is the same.

wibonsue commented 1 year ago

its 1.16.5 how can i get it to my inventory with /enchant command? /enchant ameliorated_sharpness didnt worked

wibonsue commented 1 year ago

/enchant uniquee_ameliorated_sharpness also this and /enchant uniquee:ameliorated_sharpness this didnt worked to

Speiger commented 1 year ago

@Xaikii your turn... Layer 8 issue

Xaikii commented 1 year ago

/enchant PLAYERNAME uniquee:all

wibonsue commented 1 year ago

let me try real quick

Speiger commented 1 year ago

a typical PICNIC issue, TL:DR RTFM

wibonsue commented 1 year ago

It said you are not holding any item and when i tried to hold some enchanted book it said enchanted books cannot be support that enchant or something what should i do ? @Xaikii

Xaikii commented 1 year ago

It said you are not holding any item and when i tried to hold some enchanted book it said enchanted books cannot be support that enchant or something what should I do ? @Xaikii

That command is used to enchantment an item that can take that Enchantment.

To give yourself an enchanted book with an Enchantment: /give @p enchanted_book{StoredEnchantments:[{id:'enchantmentIDhere',lvl:5}]} 1

wibonsue commented 1 year ago

2023-09-18_22 57 01 it said same error again :/

It said you are not holding any item and when i tried to hold some enchanted book it said enchanted books cannot be support that enchant or something what should I do ? @Xaikii

That command is used to enchantment an item that can take that Enchantment.

To give yourself an enchanted book with an Enchantment: /give @p enchanted_book{StoredEnchantments:[{id:'enchantmentIDhere',lvl:5}]} 1

Xaikii commented 1 year ago

/give @p enchanted_book{StoredEnchantments:[{id:'uniquee:all',lvl:5}]} 1 Use this command exactly

Xaikii commented 1 year ago

NVM, issue on my side: /give @p enchanted_book{StoredEnchantments:[{id:'uniquee:ameliorated_sharpness',lvl:5}]} 1

Xaikii commented 1 year ago

If this doesnt work, then something is wrong on your side

wibonsue commented 1 year ago

no it just gives me normal enchanted book and every other uniquee enchants like vitae or something i can get them from /give but all "Ameliorated" enchants like ameliorated sharpness,ameliorated smite, Ameliorated bane of arthropod not showing on /enchant i can get any other enchants from uniquee but only ameliorated ones cant.

NVM, issue on my side: /give @p enchanted_book{StoredEnchantments:[{id:'uniquee:ameliorated_sharpness',lvl:5}]} 1

wibonsue commented 1 year ago

oh this one worked thanks.

/give @p enchanted_book{StoredEnchantments:[{id:'uniquee:all',lvl:5}]} 1 Use this command exactly