Hey all,
I'm trying to get a macro working. It is an addition onto @ScarabCoder 's LWC macro - but it includes the lwc block and how many blocks.
I'm trying to get HITID working with a door - nothing seems to work.
I use IF(HITID = "object")
@&block = "block"
I've tried wood_door, door, wooden_door, oak_door, wooden_door_oak, wood_door_oak, basically everything. Anyone know what to put? ._.
Thread Tools
Thread Tools
-
ScarabCoder BuilderBuilder ⛰️ Ex-Mayor ⚒️⚒️
Actually, it should really be:
IF(%HITID% == "object")
I was not aware that such a variable existed, I'll be using that and update my macro :)-
Informative x 1 - List
-
-
ScarabCoder BuilderBuilder ⛰️ Ex-Mayor ⚒️⚒️
Next time, though, you should probably PM me (I know this wasn't directed to me) or post on my LWC Automatic Removal Request thread.
-
Informative x 1 - List
-
-
Still doesn't work
EDIT: Chest which was working before isn't working now :p so it is IF(HITID = "object") -
ScarabCoder BuilderBuilder ⛰️ Ex-Mayor ⚒️⚒️
Wrong place to ask!
-
ScarabCoder BuilderBuilder ⛰️ Ex-Mayor ⚒️⚒️
Post a thread in the "For Sale" section of the forum
-
ScarabCoder BuilderBuilder ⛰️ Ex-Mayor ⚒️⚒️
HITNAME is always exactly what shows up on the tooltip (without adding any tool names). ITEMID is the Minecraft internal name for it.