#Aux-Value to Block States Map
1 messages · Page 1 of 1 (latest)
👀 Never thought I'd see the day a Mojangster open a forum post on this server
yes
did I do it right?
Thanks so much kayla, ik a lot of people need this
yeah 👍
Thank you kayla!
❤️
what does deprecation mean
I don't want to clog this chat as it seems very useful, but may you elaborate on some examples on where you'd need to use this?
If you don’t know what values are, for example, an open acacia door, you can use that sheet to get them
Since /fill and /setblock will not accept data as it used to do in the past
Example:Old way setblock ~ ~-1 ~ minecraft:wool 1 1 is the data part that tells which color for the wool. 1=orange
setblock ~ ~-1 ~ minecraft:wool ["color":"orange"]```The new way is eliminating the data part and only using the block properties.
This is the same thing you have to do for custom blocks if you want to set the default properties of a block. Normally when you place a custom block, you'd have your on_player_placing to capture information to set block properties. Unfortunately, fill and setblock do not allow the on_player_placing (and probably the on_placed) components to trigger. So they are just making this consistent for vanilla blocks and custom blocks.. which is another step towards maybe having data driven blocks. If that is a goal of theirs.
this should be added to a wiki page on the Minecraft learn portal and the community wiki. It would sure come in handy.
I was just looking for something like this the other day for writing a command converting script to convert old executes into new ones.
👀 Wanna make a pr to the bedrock wiki?
I don't know if I have the time right now sadly. Got a bunch of work to do atm.
Maybe later if I'm able.
I didn’t know wooden pressure plates had different redstone levels 🤭
what about items?
ItemStack doesnt have data
They are have values 0-15 but only values 0 and 1 are used for stone and wooden pressure plates
Because they are flattening the blocks, you can do give @ orange_wool and per a post I saw, preview is showing flatten things.... see see #1085227992168538113 message
I also have made a list before this. I can share it here if people are interested
ohhh, but that should have waited to flatten all the blocks before removing the data
If you have an addon that uses 1.19.60 format version can you still use data values for /setblock or /fill
They provided the work around for that... 1.19.70+
not for item stacks
have you played with it in preview? I do not have that to verify anything
?
there's a problem with this file: When the total number of aux-values of a block is not 1, 2, 4, 8, 16, 32, there is a redundant line for the block in this excel table. For example, torch, stonebrick, etc.
There's no sus sand :(
Really important question
redstone_torch 6 is in this chart, though it is not present in decompressed BDS files
Is it a bug when making the chart or dies that value exist?
(yes there is a reason to me asking that)
we generated the chart pretty quickly. I wouldn't use it for anything more than what it was intended for - which is translating values.
is there an actual documentation list coming to Minecraft Learn portal that may be more accurate? @haughty shadow Because it will be needed info not sure if its already documented somewheres or not.
Another problem is block states of item frame (minecraft:frame) in this chart are that in versions before 1.13.0.9, in which it uses "weirdo_direction" rather than facing_direction in current version
How is this chart not accurate?
We are not attempting to translate values for all past versions. This was intended as a one-time reference to help with the current transition from aux-values to block states.
yes, but "weirdo_direction" for item frame in this chart works only before 1.13.0.9
In current version it uses "facing_direction"
Some other blocks in this chart maybe have similar problems, which means that not all block states in this chart are valid in current version because some are outdated
https://docs.google.com/spreadsheets/d/1xPL2YT_jQejTaeJOCwg4c4ALFUs4vYuL6JkwdJLOD5k/edit?usp=sharing Use the "Block States" page in this doc. It is still accurate for 1.19.70 iirc
Home
Minecraft Bedrock Block/Item List
Home page
Welcome to the Block/Item List for Minecraft Bedrock.
In this page you can find each item. Each block/item will have show information about its properties. Below this page you can find several tabs about the items. Make sure to read the informati...
You said it your self that this was done really quickly, so I figured that meant there may be issues and it hasn't been property vetted?
thx
There does seem to be some mistakes ie button_pressed_bit wont accept 0 or 1 only true or false
Yeah I actually had that problem
The BS indicated on the Minecraft Wiki are correct (they were extracted from BDS files)
I suppose it could be good to add this as well to the wiki docs since the one shared earlier has 0 and 1 in place of true/false Boolean values.
https://wiki.bedrock.dev/commands/block-states.html I only added the one shared by Kayla here since I hadn't noticed the file you shared before
Im also making a lookup table which eill go live tomorrow
neat. Also the example for aux value 0 you added, shouldn't it be ["color":"white"]
Uhhh aux val 0 can be used as []
As most people would use stone 0 just replacing it witg stone [] is good
Reason Im making a lookup table is bc mobile users can easily look it up
I figured but if you make an edit I think it would be good to make a note there mentioning default values don't need to be specified such as the example you provided just for further clarity
In the bedrock wiki or somewhere else like digMC?
Yeah something like digmc, doing a trial run on my own github
I created a lookup table https://auxval-to-blockstates.netlify.app/ for mobile users
Can you make one for Mojang, cause these 2 recipes content log as Duplicates (as well as 8 more sets)
Upvote my bug issue: https://bugs.mojang.com/browse/MCPE-168717
Some states are missing from this spreadsheet, such as upper wooden slabs. I think any blocks that have non-contiguous damage values are missing states
We've moved this list to our docs site. So if there are problems or missing entries, issues can be filed. https://learn.microsoft.com/en-us/minecraft/creator/reference/content/blockreference/examples/auxvaluetoblockstatemap
wanted this so bad
Could this page be updated so it follows the new syntax = instead of :
Also is this list same as the excel sheet list you shared a while ago?
Yes and the html docs are properly updated and so is my website. Kayla and the team are on vacay hence why it isnt updated
Ah aight, was going to update the wiki doc so just checking
Feel free to log a Github issue on the learning site - that will flag a review by our technical writers.
are there any updated version of this for 1.12.80
You can use my website: https://auxval.smokeystack.dev/
do you have a separete list of items and blocks by any chance? that's what i'm looking for
Items haven't been flattened so Idk what you mean by that
i just need a list of minecraft id's, where items and blocks are separated
the spreadsheet from above has it, but it's outdated