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

How to use a id that has a data value assigned to it? #15

Open
whatwhyletmeconnect opened this issue Dec 1, 2021 · 1 comment
Open

Comments

@whatwhyletmeconnect
Copy link

image
Sorry if this was explained somewhere! Just cant figure out

@TheBeems
Copy link
Owner

TheBeems commented Dec 6, 2021

As stated in the help command:

"fill", "Fills an area with blocks.", "First place two marks on the map, then type 'fill' to fill it with the standard building block.\nOr use 'fill <blockid> <blockdata>' to specify the block to fill with."],

You can only pass a number as an argument to a function (functions like fill). So when you want to use a blockid and a blockdata, you have to pass them separately instead of using the colon per your example. So fill 251 15 for Black Concrete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants