xanthian / variantbarrels

Barrels for all wood types, for your decoration needs!
MIT License
4 stars 2 forks source link

Suggestion: add support for the box trot mod. It doesn't add new blocks but allows you to put barrels on your head #10

Closed Skel200 closed 1 year ago

Skel200 commented 1 year ago

https://www.curseforge.com/minecraft/mc-mods/the-box-trot

xanthian commented 1 year ago

That's not in the scope of my mod, you should put the suggestion on the-box-trot

For example , they explicitly say the vanilla barrel, if they used instanceOf BarrelBlock it may work with mine. eg. if(stack.getItem() == Items.BARREL && getIndex() == 39)

But they'll need to create models for every barrel I add, so can't see it happening.