#Is it possible to modify weapon damage/attack speed
17 messages · Page 1 of 1 (latest)
subtract?
and how dit it worked ?
it didnt work 😅
exacly
StartupEvents.registry('item', event => {
event.create("hentai_sword", "sword")
.texture("minecraft:item/iron_sword")
.attackDamageBonus(34.)
.speedBaseline(-2.4)
.tooltip("ayaya ayaya")
}) try this
i hope i didn't get banned
i r read custom items
sorry
ItemEvents.modification(event => {
event.modify('minecraft:ender_pearl', item => {
item.maxStackSize = 64
item.fireResistant = true
item.rarity = "UNCOMMON"
item.attackSpeed = 1.6
})})
should work