Custom Query (84 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 84)

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

#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.

Note: See TracQuery for help on using queries.