Custom Query (84 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 84)

Ticket Resolution Summary Owner Reporter
#45 fixed Olivine should infer item type from constants jonathan jonathan
Description

The following example doesn't work:

const $weapon = item &diamond_pickaxe with {
    name → "Magic Pickaxe"

    description →
        "I hit you with my pickaxe\n" ::
        "Only pickaxe I'll ever have fer me luv!"
    modifiers → {
        health → { operator → boost; amount → 5 }
        stability → { operator → boost; amount → 2.3 }
    }
    enchantments → [
        { type → sharpness; level → 5 }
        { type → knockback; level → 2 }
        { type → unbreaking; level → 5 }
    ]
}

It works if you declare $weapon as an item

#44 fixed Non-iron buckets do not work on cooking cauldron jonathan jonathan
Description

When you right-click a bronze, copper or tin bucket full of water on a cooking cauldron, nothing happens. It should refill the cauldron like an iron bucket full of water does.

#43 fixed Mobs breakdance forever on non-solids jonathan jonathan
Description

I noticed the following:

  • A chicken breakdancing on a bed indefinitely
  • A Hollow breakdancing on a stone lantern indefinitely
  • A horse jumping endlessly on top of a tree
Note: See TracQuery for help on using queries.