Modify existing blocks and items
LatvianModder opened this issue ยท 4 comments
Block properties:
- material
- materialColor
- hasCollision
- lightEmission
- explosionResistance
- destroyTime
- requiresCorrectToolForDrops
- isRandomlyTicking (?)
- friction
- speedFactor
- jumpFactor
- canOcclude (?)
- isAir (?)
- isValidSpawn (?)
- isRedstoneConductor (?)
- isSuffocating (?)
- isViewBlocking (?)
- hasPostProcess (?)
- emissiveRendering (?)
Item properties:
- category
- rarity
- craftingRemainingItem
- maxDamage
- maxStackSize
- food (?)
- isFireResistant
What about attack_damage, attack_speed, armor, and armor_toughness from https://minecraft.gamepedia.com/Attribute ?
This is done, actually, see
and
Event IDs are item.modification
and block.modification
^^
What about attack_damage, attack_speed, armor, and armor_toughness from https://minecraft.gamepedia.com/Attribute ?
I'd recommend opening another issue for this, as these attributes are separate from these other properties, and in some cases dictated by the Item's Tier
(which KubeJS does have a wrapper for)