Costum block for schematics

Started by Super_m on

Topic category: Help with modding (Java Edition)

Last seen on 00:23, 19. Dec 2023
Joined Aug 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Costum block for schematics

So I played around a bit with structures and they do work when generating vanilla blocks, but when I tried replacing block id's with the modded blocks the structures aren't spawning anymore. There's also a problem that it seems items have diferent id's from one world to the other. Did anyone else ever got this problem?

Last seen on 00:23, 19. Dec 2023
Joined Aug 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
hewwwo?
Wed, 08/01/2018 - 19:19

hewwwo?

Last seen on 00:23, 19. Dec 2023
Joined Aug 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
so apperently it does work…
Wed, 08/01/2018 - 20:28

so apperently it does work but it's spawning items instead of blocks.

so that means there's something wrong with my block id's does anyone know ho to resolve this issue

Last seen on 10:28, 10. May 2021
Joined Mar 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try replacing "ById" with …
Thu, 08/02/2018 - 11:22

Try replacing "ById" with "FromName" and replace the id with "testenvironmentmod:<mod element name(no caps, no spaces) >

Watch this tutorial from kan:

https://youtu.be/5WqIb7N9sTU