INether icon indicating copy to clipboard operation
INether copied to clipboard

This plugin implements the functionality of items & blocks that were added in 1.16

Results 9 INether issues
Sort by recently updated
recently updated
newest added

in PM5 all those block i have Placed with INether are UpdatedBlocks

Please add special factories for easy getting items and blocks. Using `BlockFactory::getInstance()->get($blockId, 0)` is very bulky. Using `NetherBlocks::BLOCK_NAME` is most convenient.

enhancement

![image](https://user-images.githubusercontent.com/85447029/163175672-a5bd04c7-b375-41ea-b3c5-5ab0797909c4.png) ![image](https://user-images.githubusercontent.com/85447029/163175719-cd9f9a17-43c4-451b-a891-b458476e53e6.png) I would like to add the option to craft Netherite objects in 2 ways, Vanilla which would be 1* img and 2 is Custom which is basically using...

enhancement

Crimson & Warped Doors !. $warpeddoor = (new warpedDoor(new BID(500, 0, 756), new BlockBreakInfo(0.5, BlockToolType::AXE, 0))); self::registerBlockGlobally($warpeddoor); $crimsondoor = (new Door(new BID(499, 0, 755),"crimson_door", new BlockBreakInfo(0.5, BlockToolType::AXE, 0))); BlockFactory::getInstance()->register($crimsondoor); Thanks...

bug

pocketmine\utils\ConfigLoadException: "Failed to parse config C:/Users/Administrator/Desktop/test/plugin_data/INether/config.yml: yaml_parse(): parsing error encountered during parsing: did not find expected key (line 35, column 2), context while parsing a block mapping (line 2, column...

pocketmine\utils\ConfigLoadException: "Failed to parse config C:/Users/Administrator/Desktop/test/plugin_data/INether/config.yml: yaml_parse(): parsing error encountered during parsing: did not find expected key (line 35, column 2), context while parsing a block mapping (line 2, column...