dexman545 / Fabric-Autoswitch

Automagical switching of tools to the best one for the job, for Minecraft
https://www.curseforge.com/minecraft/mc-mods/fabric-autoswitch
GNU Lesser General Public License v3.0
24 stars 6 forks source link

[Question/Suggestion] Being able to use blocks with DataValue #43

Closed paulreob closed 1 year ago

paulreob commented 2 years ago

Hi, I am trying to use note_block[instrument=bass,note=16,powered=false]= shovel and it is not working, is it possible to use it this way, since the server I am playing has custom blocks that use noteblocks with datavalue :I

dexman545 commented 2 years ago

Blockstates are not currently supported, and the current format won't exactly like the = signs everywhere.

How are you getting the blockstate info, are you just manually writing it from the F3 menu?

paulreob commented 2 years ago

To get the blockstate I just look at the block and press F3+I and get it

dexman545 commented 1 year ago

An alpha version of this is available on Modrinth. You need to replace all =s within the [] with +s, eg. minecraft!note_block[instrument+bass]