Dehydrate6684
  • Joined on 2023-09-03
Dehydrate6684 reopened issue VoxeLibre/VoxeLibre#3931 2023-12-16 15:11:16 +01:00
Breaking Nodes with Tool's Last Use
Dehydrate6684 commented on issue VoxeLibre/VoxeLibre#3931 2023-12-16 15:11:13 +01:00
Breaking Nodes with Tool's Last Use

I am reopening this issue until the bug is fixed in the engine.

Issue at engine

Dehydrate6684 commented on pull request VoxeLibre/VoxeLibre#3999 2023-11-25 10:20:45 +01:00
Add stonecutter functionality

Seems like the output count for the copper recipes are wrong.

https://minecraft.fandom.com/wiki/Block_of_Copper https://minecraft.fandom.com/wiki/Stonecutter

One copper block should produce…

Dehydrate6684 commented on pull request VoxeLibre/VoxeLibre#3999 2023-11-25 09:58:45 +01:00
Add stonecutter functionality

I found a bug. It allows for item duplication.

Steps to Reproduce:

  1. Place an item that can be stone cutted e.g. stone.
  2. Select one of the options.
  3. Hit Escape/Quit the form-spec. 4.…
Dehydrate6684 commented on issue VoxeLibre/VoxeLibre#3978 2023-11-11 06:39:31 +01:00
Some (all?) mobs do not correctly interact with lava

I would like to add a "missing feature" similar to this. Mobs only drown when their bottom collides with the water where the expected behavior is only when mob's "eye" is covered by the water.

Dehydrate6684 commented on pull request VoxeLibre/VoxeLibre#3938 2023-11-05 07:12:46 +01:00
Update trapdoor climbable behavior

How's it going? Are you going to finish it, or you would like somebody to pick this up? You could enable edits from maintainers if you want.

Sorry I was a little busy lately but I manage to…

Dehydrate6684 pushed to trapdoor-ladder at Dehydrate6684/MineClone2 2023-11-05 07:11:36 +01:00
e5a260b563 Added vines and skulk vines to ladder group
9b2b8ee56e Removed direction checks
Compare 2 commits »
Dehydrate6684 closed issue VoxeLibre/VoxeLibre#3953 2023-10-20 16:18:34 +02:00
Wiki Page for Testing Pull Request
Dehydrate6684 pushed to trapdoor-ladder at Dehydrate6684/MineClone2 2023-10-18 02:05:20 +02:00
b320d008ca Unhardcoded nil
Dehydrate6684 commented on pull request VoxeLibre/VoxeLibre#3938 2023-10-18 02:00:55 +02:00
Update trapdoor climbable behavior

This is due to the param2 of ladder. This way I can access the values I need without transforming the value for the array.

That being said probably could have minus one and it will still work.

Dehydrate6684 commented on issue VoxeLibre/VoxeLibre#3953 2023-10-10 03:57:33 +02:00
Wiki Page for Testing Pull Request

I think it might be useful to add some images to assist with some of the instruction.

For example

master is where the changes are going, and User/MineClone2:feature_branch is the actual…

Dehydrate6684 pushed to trapdoor-ladder at Dehydrate6684/MineClone2 2023-10-10 03:39:56 +02:00
23468cc2dd Used vector.offset instead of add/subtract
Dehydrate6684 commented on pull request VoxeLibre/VoxeLibre#3938 2023-10-09 08:01:50 +02:00
Update trapdoor climbable behavior

In my opinion, this should be implemented for all climbables, regardless of what MC does.

I think we should create an issue tracker for this and put this in a different pull request. However,…

Dehydrate6684 pushed to trapdoor-ladder at Dehydrate6684/MineClone2 2023-10-09 07:58:32 +02:00
0c48a46f7c Updated code based on reviews
Dehydrate6684 commented on pull request VoxeLibre/VoxeLibre#3938 2023-10-01 10:32:08 +02:00
Update trapdoor climbable behavior

The others are needed otherwise it will cause the game to crash.

Dehydrate6684 commented on pull request VoxeLibre/VoxeLibre#3938 2023-10-01 10:08:29 +02:00
Update trapdoor climbable behavior

I copied from the code above. I am not sure what is should be so I just left it there.

Dehydrate6684 commented on pull request VoxeLibre/VoxeLibre#3938 2023-10-01 10:06:09 +02:00
Update trapdoor climbable behavior

As of right now (on your branch), whenever placing a trapdoor, reagrdless of it's position, it gets placed as open, and closes right away, which is pretty annoying in my opinion, as it also…

Dehydrate6684 opened issue VoxeLibre/VoxeLibre#3953 2023-09-27 02:59:48 +02:00
Wiki Page for Testing Pull Request
Dehydrate6684 commented on pull request VoxeLibre/VoxeLibre#3947 2023-09-27 02:55:22 +02:00
Fix Server crash (Issue #3939)

master is where the code is going, and Michieal/MineClone2_For_PRs:Bamboo_Fix_PointedThing is the actual code branch to test. You use the code branch link to go to the repository branch's…

Dehydrate6684 commented on issue VoxeLibre/VoxeLibre#3931 2023-09-26 16:34:34 +02:00
Breaking Nodes with Tool's Last Use

From what I have been told, this is an engine bug. On the last usage, when it breaks, it doesn't have a reference to the tool so doesn't know if it's the correct tool that was used.

I read…