INether
INether copied to clipboard
This plugin implements the functionality of items & blocks that were added in 1.16
in PM5 all those block i have Placed with INether are UpdatedBlocks
https://streamable.com/hy3ffk
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.
  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...
suggestion
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...
API 5 support plaze
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...