Topic category: Help with Minecraft modding (Java Edition)
So, I am making a mod that is basically Dauntless inside of Minecraft. It has been relatively easy so far, but I am having trouble with a few things.
1: Grenades. Is there a way to make impact grenades that explode when they hit any block?
1A: Extension to grenades. Is there a way to make it so that 1: It can force any mob to stop moving?
1B: Is there any way to make a grenade that does frost damage specifically?
2: Is there a way to make a block that is like a beacon that can heal nearby players (or give strength or removes negative potion effects) (like 4 blocks from it)? I have the block modelled. It is just I need help 1: making it glow green and 2: it giving instant health or strength
4: How could I make chain blades work? Like having them thrown and do damage (and come back), but also be able to be used as a melee weapon.
5: How do I make the item look bigger (and how it should) when being held in the player's hand?
also, By the way, I already tried researching this. it ain't there
Try making a procedure for projectiles, or creating a new entity that follows something along the lines of hitting a solid block/coming in contact with an entity, and then make an explosion.
1A: If you mean freeze the mob, you can create an effect that on tick, overrides the entity's Z and X vector movements to 0
Follow along. If it's a blockbench item, you can do that directly in Blockbench. Alternatively, you can export your JSON file of whatever item into blockbench, edit it in display settings, and then port it back in.