Custom Query (84 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 84)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#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.

#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

#48 fixed "stone" is missing from the list of available blocks in Olivine parameters view jonathan jonathan
Description

When you filter for "minecraft:stone" it does not come-up in the list when you are choosing a parameter in an Olivine script block

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Note: See TracQuery for help on using queries.