yuoft / Endless

无尽贪婪的非官方1.16.5版本
Other
4 stars 4 forks source link

Singularity Tag #27

Open Luftom opened 1 year ago

Luftom commented 1 year ago

I am trying to use a singularity in a craft. I saw the website saying that ".withTag({type: "diamond"})" should work (I just changed the "diamond" to the type of singularity that i want) but when I join the game it recognize as a singularity with no tag and idk what I am doing wrong. If you can say what I am doing wrong and the right way to do it, thank you! Captura de tela 2023-06-10 121953

AsexyMTF commented 1 year ago

I found the same problem,XD

ChatloupidUwU commented 1 year ago

The problem is that the singularity doesn't exist, because none of what the mod adds is dynamic, it's all hard-coded ! The only singularities to exist are those in the Creative Tab, which have an NBT text (like diamonds) to use them in scripts or with the /give command and stuff.

If you want another material of singularity, one that is not directly in the mod, either use ContentTweaker to make it, or find a mod that adds it already (I remember ExtendedCrafting offers a very easy way to create singularities from any material from every mod, with customized colors, but only one color and not changing)