Custom Query (84 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 84)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
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

#46 fixed Lava is not flowing from pipes jonathan indianwells
Description

connection was checked to refractory furnace and metal alloying furnace, but I want to get lava into buckets and it is not flowing out of the pipes. I have gone all the way down to seeing if the pipes would spit out lava with only thermal reactor and bauxite pipes, but still nothing.

#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

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