Started by
Lualt
on
Topic category: Help with Minecraft modding (Java Edition)
I can't find the block to make it work my block rn are
Event trigger
if item in main hand(event/targed entity) = item(keycard)
do send to all players: "YES"
I want thatredstone activation in the place for that 'send to all' part and i want it to last 3 seconds.
And i don't want just a plane text answer i rather want a video that also show where al the blocks are
(btw i can't program in java so thats why it is in a procedure if i can't make it in a prcedure please give the code for java)
Im sorry i was writing this very fast without looking for mistakes sry for that
If you mean that you want it to send out a Redstone signal, like a Redstone block, that’s not possible yet with procedure block.
ye thats what a mean hwo can i make it without a procedure?
I mean it’s not possible without code yet.
And I don’t know how to code java so...
btw this is the java code if u want
I just said that I don’t know how to code.
What do you think giving me your code is gonna do?
Ye i know but maby other people read this
And what's the code to output a redstone signal ?
We don’t know...
I'm learning regular coding rn, in 2 months i can tell you :)
I had an issue with this also. I found a way to make the powering happen using procedures only.
I went to Block Management, added:
Update/notify Block at X Y Z.
and
Set Boolean property "waterlogged" of block at X Y Z to true.
and
Set Boolean property "waterlogged" of block at X Y Z to false.
Now change "waterlogged" to "powered" on both. Done.
I added this to a Projectile so when it is shot, a lightning bolt strikes the block powering any redstone nearby. Such as a Lightning Rod.
Hope this helps some people out there.