#Glass blocks can be broken without Silk Touch and will drop glass blocks.
5 messages · Page 1 of 1 (latest)
does this also work with custom ores? (removed the @ and replaced it with a ping)
yes it does
look
and how does this work for 1.20.1?
5 messages · Page 1 of 1 (latest)
||(really simple)||
LootJS.modifiers(event => {
Ingredient.of('#c:glass_blocks').itemIds.forEach(id => {
event.addBlockLootModifier(id)
.addLoot(id)
})
})
does this also work with custom ores? (removed the @ and replaced it with a ping)
yes it does
look
and how does this work for 1.20.1?