-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tag Doesn't Work in 1.20.1 And Later Versions. #667
Comments
The problem is definitely related to the Lost Cities mod. Maybe the Lost Cities tag code may be incompatible with version +1.20. |
Because in version 1.18.2, I can assign tags to blocks without any problems. |
You cannot assign tags to blocks within an array like you're trying to do. i.e. if you have a palette entry with multiple possible blocks then those blocks cannot have tags. That's simply not supported |
So, is there another way to add tags in 1.20.1 Lost Cities mod? Because it worked in 1.18.2. I can't even put coal in furnace anymore in 1.20.1. It's a bit absurd. |
No, this didn't work in 1.18.2 either. This hasn't changed. Lost Cities has never been able to assign tags to blocks that are part of a single character block array. You can assign tags to blocks that are independent of course. Both in 1.18 and 1.20. But not to blocks in a randomizer |
You don't understand. That's different. There you are using the tag on a block that has no variations. That character is always assigned to that block. And then tags work. You cannot use tags on blocks that have variations. i..e multiple possible blocks for the same palette entry |
So I understand you won't help. |
What? I'm trying to help. I'm explaining what's going on. Tags work on standalone blocks. They don't work on randomized blocks. That was also like that in 1.18. That code literally hasn't changed |
We have just confirmed that tags on a standalone block still work. Like the ";" that is defined in default.json from Lost Cities itself |
So can you give me a code example? |
{ I assigned this to the code in default.json, but it still didn't work. |
That entry is by defaulit already present in default.json (from Lost Cities). Not sure why it isn't working for you though |
I did it via kubejs. But kubejs works. |
Can you show me your datapack where you are trying to do this? |
I'm trying another way. If it doesn't work, I'll write. |
In short, the problem isn't related to TrafficCraft. There is a problem with Lost Cities version 7.3.5. |
Well I can't reproduce the problem with the latest version. I would still like to see your datapack |
So how can I get the datapack? What exactly do you want? I think you want the kubejs\data\lostcities folder. |
Well it's your datapack. So I assume you know how to get it? It's me that need to get it from you :-) |
I'll send you the .jar files of the mods I used. I will also send the kubejs\data\lostcities folder. Because I've never had anything to do with datapack. You can test it yourself by creating a world. You can find trafficcraft blocks in buildings. Test it first with 7.1.8 and then with 7.3.5. |
For some reason, I cannot assign tags to blocks in version 1.20.1. So I tried all kinds of commands. For example, I set a tag to put 10 coals in the furnace. Unfortunately it didn't spawn.
The text was updated successfully, but these errors were encountered: