rpgwarehouse-marketplace-forge-1.20.1-1.0.3-b134.jar
Curse Maven Snippet
What's new
Block tags (Pickaxe Mineability)
- Tag File Created: Added the pickaxe tag file at
src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.jsoncontaining the shop block ID"rpgmarketplace:shop". - Result: Players can now mine and break the shop block quickly using any pickaxe tier.
Block Destruction & Chest Reversion
- Broken by Player: Overrode
playerDestroyinMarketplaceShopBlock.javato set the broken block to an emptyBlocks.CHESTinstead of air. - Closed by Admin: Updated right-click handling in
MarketplaceShopBlock.javato set unregistered or closed shops toBlocks.CHESTinstead ofBlocks.OBSIDIAN. - System Messages: Updated the shop closure translations in all lang JSON files to notify the player that the shop was converted to a chest.
Billboard Render Translations
- Translatable Text: Modified
MarketplaceShopBlockEntityRenderer.javato replace hardcoded strings like"Bundle - See Shop for Details"and literal currency codes with translatable components:rpgmarketplace.gui.bundle_detailsrpgmarketplace.gui.price_billboard(binds price and localized currency name)rpgmarketplace.currency.<name>(for dynamic currency naming like "Emerald")
This mod has no additional files

