Let's say I have created an item, after I use it,
it will do a certain action, for example,
spawning particles on the player's position over the span of 20 ticks, without the use button being held down by the player.
How would that be done?
I have made a post shader with all of it's files (in post and program) being finished, it's just an edited creeper post shader for now.
How do I load it ingame?
Minecraft.getInstance().gameRenderer.loadEffect(new ResourceLocation("thedefused:shaders/post/creep.json"));
This just gives an error due to it trying to find program in minecraft:shaders/program
However, I have seen multiple mods use post shaders.
how?
Let's say I want an explosion or critical hit particle with 2 times the scale, without creating a whole new particle, I saw some discussions that it is possible in earlier versions, however, those methods are outdated, how do I do that now?
Say if I want to check if a block has an AGE property, how would that be done with any block?
Not an AGE property of a singular block. Specifically if a block even has such a property.