PandaBlockName
What is this modification?
This mod introduces a completely new approach to naming blocks in Minecraft. Now, when you give blocks names in the anvil, they retain their names even after being placed in the world and subsequently broken. This opens up huge opportunities for creativity and organizing your gaming space.
Main Features
Block Name Preservation - Any block that you named in the anvil will remember its name regardless of how many times you place and break it.
Name Propagation to Plants - If you named seeds, then all fruits and new seeds grown from them will also inherit this name. This works with various types of vegetation in the game.
Smart Item Crafting - When crafting, if all used materials have the same custom name, the finished item will automatically receive the same name.
Flexible Configuration
The mod is fully configurable through the PandaBlockName.json configuration file, which is created automatically on first launch. You can finely tune which specific mechanics you want to use:
{
"StemGrowth": true,
"SeaPickleGrowth": true,
"HugeBrownMushroomGeneration": true,
"HugeMushroomFeatures": true,
"MushroomGrowth": true,
"VineGrowth": true,
"Crafting": true, // Crafting items with custom names
"SugarCaneGrowth": true,
"HugeRedMushroomGeneration": true,
"CactusGrowth": true,
"SaplingGrowth": true,
"PumpkinShearing": true,
"Enderman": true, // Endermen respect block names
"HugeFungusGeneration": true,
"Vegetation": true, // Enable/disable name propagation to vegetation
"Block": true, // Enable/disable block name preservation
"StemPlantGrowth": true,
"ChorusFlowerGrowth": true,
"BambooGrowth": true
}
Simply set the value to false to disable any unwanted function.
Compatibility
The mod works excellently together with Panda Unique Item, allowing you to create blocks with unique names and descriptions that are preserved during any manipulations with them.