no option to replace a painting with a block in block procedures

Started by gaminzomm on

Topic category: Help with modding (Java Edition)

Last seen on 09:23, 16. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
no option to replace a painting with a block in block procedures

no option to replace a painting with a block in block procedures

Last seen on 11:57, 14. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Painting is an entity. I…
Tue, 02/27/2024 - 20:22

Painting is an entity. I guess you could trigger and then place block in that x y z or use a kill command an then place blocks.

Last seen on 09:23, 16. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i wanted to ask a question ,…
Wed, 02/28/2024 - 18:40

i wanted to ask a question , how to copy nbt tag of a custom painting i made , and make a procedure that detects if a painting is placed and replace it with the exact painting, right now in game when i do /summon minecraft:painting x y z {mod:mypainting} it just shows up the default painting

Last seen on 11:57, 14. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Maybe try placing it like…
Thu, 02/29/2024 - 12:30

Maybe try placing it like this, replace the id with yours, i think mod id too:

/summon minecraft:painting ~ ~ ~ {Motive:"minecraft:skull_and_roses"}

 

Although I dont know if you need to write minecraft:painting or like something custom

Last seen on 11:57, 14. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you want to specify…
Thu, 02/29/2024 - 12:34

If you want to specify coords then you can run command: create text with then write part of command then you can insert the x y z coords and finish the command, just make sure to correctly write spaces

Last seen on 11:57, 14. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Copy nbt tag I guess get…
Thu, 02/29/2024 - 12:35

Copy nbt tag I guess get entity nbt string tag

Last seen on 09:23, 16. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Even when i run this command…
Thu, 02/29/2024 - 14:25

Even when i run this command "/summon minecraft:painting ~ ~ ~ {Motive:"minecraft:skull_and_roses"}" its still shows up the default painting kebab

Last seen on 09:23, 16. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
something to note my game…
Thu, 02/29/2024 - 14:28

something to note my game version is 1.20.1 maybe the command is different for 1.20.1

 

Last seen on 09:23, 16. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i just tested and found out…
Thu, 02/29/2024 - 14:34

i just tested and found out this command doesn't work for 1.19 and 1.20 while it does work for 1.16 so i am lost because i cant find any information on the internet about this

Last seen on 09:23, 16. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ok i just figured it out, in…
Thu, 02/29/2024 - 14:53

ok i just figured it out, in 1.20 we have to replace motive with "varient" 

but i have another problem now my procedure commands are looping

https://imgur.com/a/TdQ9rTD

these are the commands that are looping

Last seen on 11:57, 14. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So you want to replace any…
Thu, 02/29/2024 - 18:53

So you want to replace any painting with yours? Because youre doing if entity spawns, and then youre summoning an entity. So yes, they are looping.

Why would you replace it the same?

Last seen on 09:23, 16. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can i do something so that…
Tue, 03/05/2024 - 16:17

can i do something so that when the default painting gets replaced by mine it should cancel all operations

Last seen on 11:57, 14. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I dont know how to do that…
Wed, 03/06/2024 - 08:41

I dont know how to do that but i would guess its the advanced tab, cancel global trigger or something like that