#Glass blocks can be broken without Silk Touch and will drop glass blocks.

5 messages · Page 1 of 1 (latest)

cobalt harbor
#

||(really simple)||

LootJS.modifiers(event => {
  Ingredient.of('#c:glass_blocks').itemIds.forEach(id => {
    event.addBlockLootModifier(id)
      .addLoot(id)
  })
})
forest coral
daring epoch
#

yes it does

forest coral
#

and how does this work for 1.20.1?