This plugin adds 95% of 1.16 blocks & items and their functionality

Overview

INether


This plugin adds 95% of 1.16 blocks & items and their functionality

Implemented blocks

  • Ancient Debris
  • All types of Basalt
  • Crimson & Warped Fungus
  • Soul Soil & Soul Fire
  • Crimson & Warped Nylium
  • Block of Netherite
  • Shroom Light
  • Soul lantern & Soul Torch
  • Warped Netherwart
  • Crying Obsidian
  • Target
  • Nether Gold Ore
  • Respawn Anchor
  • All types of Blackstone
  • All types of Nether Wood
  • Nether Doors & Fence gate
  • Chain
  • Roots
  • Weeping & Twisting Vines
  • All types of nether stairs
  • Record pigstep
  • Netherite ingot & scrap
  • Netherite Armor & Tools
  • Lodestone
  • Campfire
Comments
  • Question: Custom Buttons

    Question: Custom Buttons

    Hello how are you?!

    I'm implementing buttons and tiles, no problem with the tiles but the buttons... hmm don't work properly.

    When I put them on any block no problem only... when you press them either they change position or it does this (see video) would you know why?

    self::registerBlock(new StoneButton(new BlockIdentifier(VanillaBlockIds::POLISHED_BLACKSTONE_BUTTON,0,VanillaItemsIds::POLISHED_BLACKSTONE_BUTTON),"Polished Blackstone Button",new BBI(1, BlockToolType::AXE, 0, 6)));
    self::registerBlock(new WoodenButton(new BlockIdentifier(VanillaBlockIds::CRIMSON_BUTTON,0,VanillaItemsIds::CRIMSON_BUTTON),"Crimson Button",new BBI(3, BlockToolType::AXE, 0, 6)));
    self::registerBlock(new WoodenButton(new BlockIdentifier(VanillaBlockIds::WARPED_BUTTON,0,VanillaItemsIds::WARPED_BUTTON),"Warped Button",new BBI(3, BlockToolType::AXE, 0, 6)));
    

    IDS: Items:

    public const POLISHED_BLACKSTONE_BUTTON = -296;
    public const CRIMSON_BUTTON = -260;
    public const WARPED_BUTTON = -261;
    

    Blocks:

    public const POLISHED_BLACKSTONE_BUTTON = 551;
    public const CRIMSON_BUTTON = 515;
    public const WARPED_BUTTON = 516;
    

    And yes some classes are not the same as yours I re-advanced your plugin with some modification to add blocks of versions >1.16 so I changed a little I hope you do not blame me ^^

    If you want I can fork you a version and you create a 1.17 plugin

    https://user-images.githubusercontent.com/51505384/152307157-08e136c6-7445-4fcb-8efa-13d43316497b.mp4

    opened by Steellgold 23
  • RedstoneCircuit observer is buggy with this plugin

    RedstoneCircuit observer is buggy with this plugin

    This problem is that the observer block for some strange reason updates in a very strange way making it move (looking at another position) as you can see in the video of the issue: https://github.com/tedo0627/RedstoneCircuit/issues/91 It only happens with this specific plugin, the 68 plugins that I have work correctly with the observer WARNING: This happens randomly, so you will have to restart and test several times to see how it happens

    opened by MrBlasyMSK 6
  • Netherite armor parts cannot be placed in item frames

    Netherite armor parts cannot be placed in item frames

    https://user-images.githubusercontent.com/85447029/162836263-42468dbb-7769-42ed-b37c-99c5c0861c00.mp4

    In the code there should be some part where if you are looking at an item frame or an armorstand, put it on it before yourself, i guess it can be better

    opened by MrBlasyMSK 5
  • SoulFire Bug

    SoulFire Bug

    SoulFire cant disapers.

    plce soulsand or soulsoil and tipped it with FlintandSteel

    then tip the SoulFire to disaper it.

    then go over the soulsand or soulsoil, and without fire on this place gets burned !.

    Greetz :)

    opened by galaxytwenty 4
  • Composter

    Composter

    Good evening, would it be possible to add the composter plugin inside this plugin? I know it's not implemented in 1.16 but in 1.14, but I think it would be nice.

    (it's mostly psychological, personally I like it when there are not too many plugins (and I'm really lazy to enter all this plugin in my core)

    opened by max-xoo 3
  • Duplication

    Duplication

    src/ipad54/netherblocks/items/FlintAndSteel.php

    https://user-images.githubusercontent.com/51505384/152035690-12e4bd64-d461-48dc-be6f-3f166e413071.mp4

    When you right click it, it creates a new block 😂 isn't it a bit cheat ?

    I suggest:

    $world->setBlock($blockReplace->getPosition(), VanillaBlocks::FIRE());
    
    opened by Steellgold 2
  • Crash

    Crash

    InvalidArgumentException: "Block registration 526:0 co nflicts with an existing block" (EXCEPTION) in "pmsrc/src/block/BlockFactory" at line 963ScreenElement(char= , style=ScreenElementStyle(textColor=null, backColor=null, boldMode=false, underlineMode=false, inverseMode=false, altCharsetMode=false, guardMode=false, newLine=false, fontRGB=null, backRGB=null))

    opened by HanifWadowskyy 2
  • Question

    Question

    Hey can I integrate the plugin into my CoreV6? Of course with link to your plugin ! :D Would it also be possible for me to make the Composter with in?

    LG Rudolf2000 and Great Plugin!

    opened by note3crafter 1
  • Blocks and items factories

    Blocks and items factories

    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 
    opened by qPexLegendary 3
  • You cannot craft Netherite objects

    You cannot craft Netherite objects

    image image

    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 the ingots needed to form an object.

    enhancement 
    opened by MrBlasyMSK 5
  • suggestion

    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 :)

    bug 
    opened by galaxytwenty 12
Owner
null
PocketMine-MP Plugin for converting items & blocks name to your language.

ConvertName PocketMine-MP Plugin for converting items & blocks name to your language. Usage Due to license issue, I don't put the language files direc

null 6 Aug 25, 2022
StickWithIt is an online food ordering website created using PHP. You can view and purchase various items as well as remove items from the cart.

StickWithIt (App Name) StickWithIt is an online food ordering website created using PHP. The database used here is MYSQL database. The tool used here

Jenil Gajjar 1 May 11, 2022
Converts any PocketMine-MP 3.0 extended blocks into PM4 native blocks!

ExtendedBlocksConverter Converts any PocketMine-MP 3.0 extended blocks into PM4 native blocks! Yes, you heard right, this plugin can convert any lefto

Covered123 6 Jun 4, 2022
PocketMine-MP plugin that adds new blocks to the server!

CustomBlockLoader PocketMine-MP plugin that adds new blocks to the server! Reference This plugin is experimental. We are not responsible for any probl

avas 5 Aug 6, 2022
A Magento 2 module that allows admins to duplicate CMS blocks and pages from their respective grids and en masse.

element119 | CMS Duplicator ?? Features ✔️ Allows merchants to duplicate CMS blocks and pages from the Action column in the admin grid ✔️ Allows merch

Kiel Pykett 13 Oct 13, 2022
Adds a compact "easy-sort" mode to Repeater and Repeater Matrix, making those fields easier to sort when there are a large number of items.

Repeater Easy Sort Adds a compact "easy-sort" mode to Repeater and Repeater Matrix, making those fields easier to sort when there are a large number o

Robin Sallis 3 Oct 10, 2021
A web application built on PHP for user to view their credit information in their mysql database

TheCreditInfo Table of Content About Inspiration Technologies Client Pages Usage About Credere is a website created to help you track your credit hist

Abdul-Baseet Shabi 0 Jul 21, 2022
Laravel Blog Package. Easiest way to add a blog to your Laravel website. A package which adds wordpress functionality to your website and is compatible with laravel 8.

Laravel Blog Have you worked with Wordpress? Developers call this package wordpress-like laravel blog. Give our package a Star to support us ⭐ ?? Inst

Binshops 279 Dec 28, 2022
Plugin to add items

CustomItem Plugin to add items No more item limit ?? Your imagnition the only barrier ?? New id new items ?? How to make texture for new item 1• Creat

Refaltor 15 Aug 16, 2022
PocketMine-MP plugin that inhibits players from dropping items.

PocketMine-MP plugin that inhibits players from dropping items. This plugin also comes with a variety of useful commands.

MCA7 3 Jul 25, 2022
DropItem3D - PocketMine-MP plugin to be able to see drop items realistic.

DropItem3D - PocketMine-MP plugin to be able to see drop items realistic.

ぼい 12 Jun 2, 2022
A plugin for PocketMine-MP improves items.

AdvancedItem ✨ A plugin for PocketMine-MP that improves items. Featured Change name of item Edit lore in line like MyItem Spigot Duplicate the item on

Block Magic Dev 3 Nov 1, 2022
A plugin to add more blocks to PocketMine

This plugin aims to add all blocks not included in PocketMine. As of right now the ExtendedBlocks plugin is required to add blocks with IDs above 255.

xSuper 26 Dec 19, 2022
Add custom armors, tools and many items!

CustomThings This plugin was created for the new version of Hiroshima and allows you to add tools, armors and items! Informations Here are the differe

null 13 Oct 16, 2021
Magento 2 Extension to cleanup admin menu and Store > Configuration area by arranging third party extension items.

Clean Admin Menu - Magento 2 Extension It will merge all 3rd party extension's menu items in backend's primary menu to a common menu item named "Exten

RedChamps 109 Jan 3, 2023
This package implements 0-1 Knapsack Problem algorithm i.e. allows to find the best way to fill a knapsack of a specified volume with items of a certain volume and value.

This package implements "0-1 Knapsack Problem" algorithm i.e. allows to find the best way to fill a knapsack of a specified volume with items of a certain volume and value.

Alexander Makarov 9 Sep 8, 2022
Kirby plugin to visually show hidden characters in all kind of input fields and their previews.

Kirby Hidden Characters Kirby plugin to visually show hidden characters in all kind of input fields and their previews. This includes white spaces and

Jakob Grommas 21 Oct 17, 2022
Highlight code blocks with league/commonmark and Shiki

Highlight code blocks with league/commonmark and Shiki This package contains a block renderer for league/commonmark to highlight code blocks using Shi

Spatie 55 Aug 27, 2022
Allow SVG images to be used in Magento CMS blocks and pages via the TinyMCE Wysiwyg Editor.

Hyvä Themes - SVG support for the Magento CMS Wysiwyg Editor Allow SVG images to be used in CMS blocks and pages via the TinyMCE Wysiwyg Editor. hyva-

Hyvä 14 Dec 15, 2022