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

Implement enchanting tables #548

Merged
merged 112 commits into from
Jul 16, 2022
Merged

Implement enchanting tables #548

merged 112 commits into from
Jul 16, 2022

Conversation

JustTalDevelops
Copy link
Member

@JustTalDevelops JustTalDevelops commented Jul 10, 2022

Resolves #502.

JustTalDevelops and others added 30 commits May 15, 2022 17:06
# Conflicts:
#	server/session/handler_item_stack_request.go
#	server/session/player.go
#	server/session/session.go
#	server/session/world.go
# Conflicts:
#	cmd/blockhash/main.go
#	server/block/wood_fence_gate.go
Copy link
Member

@Sandertv Sandertv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've got a couple of comments, most of them should be pretty trivial to resolve and are small nitpicks or things to make the code just a bit more readable.

In general: Really good job! The documentation throughout the enchantment logic is super helpful and makes it a lot easier to see what's going on. As far as I could tell, the enchantment logic made sense. If anyone who has knowledge about enchantment tables could have another glance over that, that would be appreciated.

server/item/armour.go Outdated Show resolved Hide resolved
server/item/enchantment.go Outdated Show resolved Hide resolved
server/item/stack.go Show resolved Hide resolved
server/session/handler_enchanting.go Outdated Show resolved Hide resolved
server/session/handler_enchanting.go Outdated Show resolved Hide resolved
server/block/model/enchanting_table.go Show resolved Hide resolved
server/session/handler_enchanting.go Outdated Show resolved Hide resolved
server/session/handler_enchanting.go Outdated Show resolved Hide resolved
server/session/handler_enchanting.go Outdated Show resolved Hide resolved
Copy link
Member

@Sandertv Sandertv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. Feel free to merge this at your own discretion if you've made sure all is working as intended!

@DaPigGuy DaPigGuy merged commit 9fe8209 into master Jul 16, 2022
@DaPigGuy DaPigGuy deleted the feature/enchanting-tables branch July 16, 2022 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement enchanting tables
5 participants