Modded Fences and Walls not Connecting To Each Other.

Started by MCDragon on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 18:22, 20. Aug 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Modded Fences and Walls not Connecting To Each Other.

I'm making a mod which includes fences and walled, both of which connect to full blocks or block faces how ever they do not connect to other fences/walls. I read two other posts where the blocks were given tags to fix this, but I can't be bothered to do that as it would be extremely time taking since my mod will included a ton of new blocks including fences and walls.

Last seen on 10:52, 15. Jul 2024
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use tags, they are super…
Wed, 06/22/2022 - 12:32

Use tags, they are super useful.

Last seen on 18:22, 20. Aug 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't know how to use tags…
Wed, 06/22/2022 - 15:48

I don't know how to use tags, and if I were to use tags on all of my mod elements I would end up spending a lot of time just on tags. I just hope that the developers can fix this issue in the next update or two.

Last seen on 10:52, 15. Jul 2024
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
First off, mods take time -…
Thu, 06/23/2022 - 00:23

First off, mods take time - and everything you learn will make your next mod easier to create. Having the tags set up from the beginning would make your job a little easier right now, however the task at hand is not even a 10 minute task. When I say tags a super useful, I also mean they are super easy to use as well:

tag

FIELD [A] : This is the tag that you wish to add or modify.
FIELD [B] : The namespace is where the tag is 'located' - using "minecraft" will add to the existing vanilla tag, "forge" will add to existing forge tags that other mods can read such as ingot, nugget, etc, "mod" will add the tag to your mod namespace.
FIELD [C] : The tag type is just an extenstion of the tag registry name.
FIELD [D] : Elements under the tag - when adding to a tag (using forge or minecraft namespace), any element you add in the field will be appended to the existing tag. Using the mod namespace will create the tag and begin to fill the tag with the elements in the field. While searching for elements, you can use shift-click and ctrl-click shortcuts to select multiple entries at the same time - this will greatly reduce the time taken to add entries.

Resources for the Vanilla minecraft tags and Forge tags can be found below, and I hope this aids in your endeavours.

Vanilla tags: https://minecraft.fandom.com/wiki/Tag
Forge tags: https://forge.gemwire.uk/wiki/Tags

Last seen on 18:22, 20. Aug 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I see, thank you. I shall…
Thu, 06/23/2022 - 03:58

I see, thank you. I shall attempt this.

Last seen on 18:22, 20. Aug 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It has worked! Thank you for…
Thu, 06/23/2022 - 04:15

It has worked! Thank you for the help, however... is there no way to add a tag to a block directly? Adding it to the tag might become... rough.

Last seen on 10:52, 15. Jul 2024
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
No, you have to add it via…
Thu, 06/23/2022 - 05:00

No, you have to add it via the tag element you created.

Last seen on 19:44, 23. Sep 2024
Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
fences work well, but walls…
Tue, 11/08/2022 - 13:02

fences work well, but walls don't want to connect