KubeJS

KubeJS

61M Downloads

Modify existing blocks and items

LatvianModder opened this issue ยท 4 comments

commented

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
commented

What about attack_damage, attack_speed, armor, and armor_toughness from https://minecraft.gamepedia.com/Attribute ?

commented

Is this still on the backburner?

commented

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)