Nukkit icon indicating copy to clipboard operation
Nukkit copied to clipboard

New blocks and items do not function at all

Open he77789 opened this issue 4 years ago • 6 comments

Expected Behavior

The new crafting blocks(cartography table, grindstone etc) can be put down and used; crossbows can be drawn and used

Actual Behavior

Crossbows revert to undrawn state immediately after drawing them, and the blocks return to your inventory immediately after placing them down

I heard some people saying that they are unimplemented, but wouldn't it just give the vanilla UI instead of custom UI, e.g. of the anvil?

he77789 avatar Aug 02 '20 15:08 he77789

Perhaps if you did your research on Nukkit first, you'd know that new stuff isn't implemented. Nukkit 1.0 is just protocol changes.

pinkpig58 avatar Aug 02 '20 15:08 pinkpig58

What I mean is that why are they outright disabled instead of just giving vanilla behavior

he77789 avatar Aug 02 '20 15:08 he77789

They're disabled because they're not implemented.

pinkpig58 avatar Aug 03 '20 10:08 pinkpig58

What I mean is that why are they outright disabled instead of just giving vanilla behavior

When you create a server software, you have to implement every function of an item at your own. You can't say minecraft to use it own mechanics, because the server and not the client controlls it.

ghost avatar Aug 03 '20 11:08 ghost

Thanks for the info.

By the way, does the Nukkit anvil system allow usage of enchanted books?

he77789 avatar Aug 03 '20 12:08 he77789

What I mean is that why are they outright disabled instead of just giving vanilla behavior

especially for creative this is very handy. They dont need any 'behavior' code to just be placeable as a voxel.

Landy005 avatar Aug 18 '20 00:08 Landy005