Add-on creators should be able to add custom inventories to blocks like Chests, Furnaces, Brewing stations... This could be done using the existing "minecraft:inventory" component. The JSON could look like this:
{
"slotCount": 5,
"slotGuiPixelPositions" : [{"x":100, "y":250}, ...], "inventoryTexture":"mycustomblock_inventory" // this would be an atlas(textures.json) reference
}
Even if you are unable to create custom shape inventories, acess to the existing inventory shapes of chests, furnaces, brewing stations... would already be a great improvement. Maybenone could create a custom texture to overlay on the furnace inventory for a custom block.
This change would also make hoppers automatically compatible with custom inventories (if not configured otherwise) without creating unnecessary tick lag.
Thank you for considering.
0 Comments
Please sign in to leave a comment.
Post a new comment: