Skip to content

Rewrite turtle block destroying - #560

Open
SquidDev wants to merge 2 commits into
dan200:masterfrom
SquidDev-CC:hotfix/turtle-destroy
Open

Rewrite turtle block destroying#560
SquidDev wants to merge 2 commits into
dan200:masterfrom
SquidDev-CC:hotfix/turtle-destroy

Conversation

@SquidDev

Copy link
Copy Markdown
Contributor
  • Try to make drop capturing a little more generic. This now allows for capturing a block's drop at a given position, as well as any drop within a bounding box (for things which don't play nicely).
  • Use as much of Minecraft's block breaking logic as possible, hopefully simplifying things and making it more consistent with other mods.

 - Try to make drop capturing a little more generic. This now allows for
capturing a block's drop at a given position, as well as any drop
within a bounding box (for things which don't play nicely).
- Use as much of Minecraft's block breaking logic as possible,
hopefully simplifying things and making it more consistent with other
mods.
ccserver pushed a commit to ccserver/ComputerCraft that referenced this pull request Sep 16, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@SquidDev@dmarcuse