Unbiunium
-
We definitely don't need another tier of armor or weapons, especially a gem set. That's just my opinion though.
-
NBT in custom recipes would be an awesome addition! I have some data pack projects of my own that have hit a roadblock, because I couldn't get an easy way to give items with NBT to my players! Many...
-
I'm pretty sure this would make sense; how does nature deal with these little devils? Composting them shouldn't be an issue at all. +1 Although the likelihood of this happening is near impossible, ...
-
You can /give an item with any level of enchantment, though values over 32,767 overflow into negatives, and can have unintended consequences. In 1.13, the NBT involved is as follows: {Enchantments:...
-
Alternatively, we can summon arrows in front of entities with a custom damage. That will leave an arrow in the player model, but we can edit that out too with resource packs. /execute at <target> r...
-
Creative mode is supposed to die to that. Creative mode players take void damage (hence why you die in the void as well) so this is an intended feature. If you wish to kill all entities except play...
-
A command that just "adds a dimension?" That sounds like a lot of effort involved on the developer-side of things...
-
Combine the data command with an execute command. /execute as <target> run data merge entity @s <NBT>
-
This is surprisingly simple, and I like the idea! Now: would this be per-player, per-profile, or per-world?
-
You can use creepers that have a Fuse of 0, and a customizable explosion radius (goes up to 127.) /summon creeper ~ ~ ~ {Fuse:0,ExplosionRadius:10}