-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
[Feature] add advanced place method to automata core when compass peripheral is equipped #593
Conversation
I am not 100% if I like this. This adds world manipulation functions to the Compass Turtle, whereas the Meta Turtles should actually be used for this The implementation of these features looks good, I don't see anything in it, I would change |
Good point, I'll try that |
However, can you review #597 first then? because merge two branch that changed same thing will be horrible |
Done |
I see some commits here |
Yeah I just added some comment, it's ready for review |
well I just noticed that |
Ready for review again |
|
||
public static void build(final ForgeConfigSpec.Builder builder) { | ||
enableUnsafe = builder.comment("By setting this value to true, I understand all operations below are danger to my adventure, and if they caused unexpected behaviour in my world, I will not consider it as AP's liability").define("enableUnsafe", false); | ||
ignoreTurtlePeripheralItemNBT = builder.comment("Ignore turtle peripheral item's NBT when equipping. **YOU WILL LOST ALL NBT ON THE ITEM**").define("ignoreTurtlePeripheralItemNBT", false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typos. lost -> lose, behaviour -> behavior (American English)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I requested this change, forgot that I requested it, then I merged the PR 😮💨
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol
PLEASE READ THE GUIDELINES BEFORE MAKING A CONTRIBUTION
What kind of change does this PR introduce? (Bug fix, feature, ...)
Feature & Bug fix
What is the current behavior? (You can also link to an open issue here)
N/A
Also going to fix
What is the new behavior (if this is a feature change)?
Now the compass turtle can place blocks around the turtle with specific facing, which makes 3D printer easier.
Does this PR introduce a breaking change? (What changes might users need to make in their scripts due to this PR?)
No
Other information: