Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A list of minor and slightly minor flaws #270

Open
hikaru1337 opened this issue Jul 29, 2022 · 5 comments
Open

A list of minor and slightly minor flaws #270

hikaru1337 opened this issue Jul 29, 2022 · 5 comments
Labels
bug Something isn't working future This feature will be worked on in the future priority: medium Moderately important

Comments

@hikaru1337
Copy link

hikaru1337 commented Jul 29, 2022

A list of shortcomings related to the game itself or other problems.

I think it would be time to make a list in which there will be all the minor errors related to the kernel, so as not to lose anything.
Bugs were found on this build: https://github.com/ObsidianMC/Obsidian/actions/runs/2754445504
Some errors may have already been found, so I apologize in advance.

  1. CRITICAL. After the first start of the kernel, and then switching on 2 times, and logging on to the server, it simply does not load chunks, and the model falls down.
    At the same time, all commands are executed.
  2. The /gamemode creative command works even when the user does not have /op rights... Although the /stop command does not work.
  3. Make /time command behave like vanilla #282
  4. When logging in to the server: (the server does not restart)
  • My spawned underdragon via Spawnentity has disappeared
  • Things lying on the ground are gone
  • The first slot always becomes the active item
  1. If you click on the grass, snow, leana with the right mouse button, 2 blocks will be put instead of one
    (the block will be put in the place where the grass was, the second block is put in the direction where the cursor looks when the first block was put)

  2. White block of land. If you put a block of land, it will turn white...

  3. Blocks can be put up. Put 2 blocks in height and put the grass in the other direction or also up, and it will fly.
    Blocks that this shouldn't work with:

  • Grass, flowers.
  • Rails
  • Snow
  • Stairs
    7.Blocks that do not connect (at the same time have strange textures)
  • Fences (stone wooden)
  • Iron bars
  1. If the grass has a height of 2 blocks, break the upper or lower part, then the 2nd part will not break.

  2. If you go to your inventory in the creative, hold down shift, and press the delete items button, then in fact the inventory should be cleared, which does not happen.

  3. Leans have the form of a square block, literally. (if you put a block next to them, then leana will take a normal look)

  4. You can not write on the Plates

  5. CRITICAL. If you put an anvil or sand in such a way that it falls from a height, your model will simply stop moving (solved by re-entering the server)

  6. If there is less than 1 block of height between the sand or anvil from which they will fall, they will fall faster than usual.

  7. Only a completely whole anvil works, you cannot interact with others.

  8. Blocks can be placed up even if they are placed under themselves

  9. Gravel has no physics. (does not fall)

  10. An empty stove, a captille, a melting furnace and a potion maker has animations and sounds when she cooks something. (when re-entering, the light from it disappears)

  11. The stove does not accept these wooden things (wood of other types as well)

    1. oak_wood
    2. stripped_oak_log
    3. oak_slab
    4. oak_stairs
    5. oak_log
    6. oak_button
    7. oak_sign
    8. oak_planks
    9. oak_boat
    10. oak_trapdoor
    11. oak_pressure_plate
    12. oak_door
  12. Fire does not spread

  13. The hoe makes the sounds of a plowed field, but nothing happens

  14. Wheat can be planted as seeds...

  15. Items that don't have actions yet

    1. Bone meal does not plant grass
    2. The bow does not shoot
    3. The fishing rod does not fish
    4. Ender-Pearl
    5. Ender's Eye
    6. Bubble of Experience
    7. Mob Summoning eggs
    8. Fireworks
    9. Buckets with animals do not have animals and do not spread
    10. Chorus
    11. The book and pen are not signed
    12. Charming
    13. Jukebox
    14. Mechanisms tab
    15. crystal end
    16. The bell
    17. Picture
    18. Bed
    19. Blacksmith's Table
    20. Cartographer's desk
    21. Archer's table
    22. Stonecutter
    23. Trident
    24. Crossbow
    25. Funnel
    26. Boat
    27. Rails
    28. Potion
    29. Meal
    30. Portals
  16. The chest, the ender-chest and the barrel have strange properties. He keeps things wrong in himself.

  17. The door has a strange texture

  18. Beds are placed in 1 block
    26.When opening the chapel, the interface of the blacksmith's table opens

  19. When opening the cartographer's table and the archer's table, the Sharpener interface opens.

  20. If you put a musical block, a smokehouse will be put

  21. If you right-click on a bush with sweet berries, they will disappear, but they will not be in the inventory

  22. When mining land, not just the earth falls, but the Turf.

  23. When you try to throw a block, it falls under you.

  24. If you move away to a distance of 9 blocks, the fallen block becomes invisible at this distance.

  25. For some reason, when you break a tree, for some reason it cannot be picked up.

  26. If the distance between the broken block and the ground is not more than 1, then it does not fall, but simply spawns from below.

  27. The scream does not have the properties to break faster, so when you break a cobblestone with a pickaxe, in fact you break it with your hand.

  28. An axe also has no properties to break a tree faster.

  29. Do not pour water from a bucket into the boiler.

  30. A strange source. I don't know how I did it myself, but now I can't repeat it (it also works with lava)

  1. pour water
  2. as soon as the water starts to flow out, put the block closing the source
  3. break the block, and you will have water on the sides, which seems to be the source, but it cannot be extracted.
  1. Torches do not break under the action of water

I apologize for possible errors in the text, this is not my main language, and I tried to remove some errors in the text myself.

@Naamloos
Copy link
Member

Thank you! are you cool with me making separate issues for these later today? cheers :)

@hikaru1337
Copy link
Author

Thank you! are you cool with me making separate issues for these later today? cheers :)

Yes of course :)

@hikaru1337
Copy link
Author

32 number updated. If you break any blocks that fall from a height. It is they who cannot be picked up, not just the tree.

@Naamloos Naamloos added bug Something isn't working future This feature will be worked on in the future priority: medium Moderately important labels Sep 15, 2022
@XanderStoffels
Copy link
Contributor

The second point is now fixed as well.

@Craftplacer
Copy link
Collaborator

I took the liberty of formatting the issue a bit, I have also move one of the points to another issue: #282

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working future This feature will be worked on in the future priority: medium Moderately important
Projects
None yet
Development

No branches or pull requests

4 participants