CloudburstMC / Nukkit

Cloudburst Nukkit - Nuclear-Powered Minecraft: Bedrock Edition Server Software
https://cloudburstmc.org
GNU General Public License v3.0
1.22k stars 419 forks source link

New blocks and items do not function at all #1563

Open he77789 opened 4 years ago

he77789 commented 4 years ago

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?

pinkpig58 commented 4 years ago

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.

he77789 commented 4 years ago

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

pinkpig58 commented 4 years ago

They're disabled because they're not implemented.

ghost commented 4 years ago

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.

he77789 commented 4 years ago

Thanks for the info.

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

Landy005 commented 4 years ago

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.