
WardrobeArtem
Activity overview
Latest activity by WardrobeArtem-
WardrobeArtem created a post,
Ability to nest shulkerboxes in /gamemode creative
Creative players can already do this with chests And nesting shulkerboxes is possible with commands Would be especially useful for saved creative inventory hotbars
-
WardrobeArtem created a post,
Hit cooldown predicate
I want this ↓ { "condition": "minecraft:entity_properties", "entity": "this", "predicate": { "flags": { "is_on_cooldown": true } }} Returns true if the weapon i...
-
WardrobeArtem created a post,
/gamerule announceAdvancements & /gamerule disableAdvancements
/gamerule announceAdvancements I think this gamerule should have 3 options: - default - disables chat announcement - disables both chat announcement and toast pop-up ----------------------- /gameru...
-
WardrobeArtem created a post,
/gamerule redstoneTickSpeed int
Default value is 2, as far as I remember How many game ticks it takes for a redstone tick to happpen Uses: When set to x=0 - Disables redstone - Possibly good for builders, so that doors&trapdoors ...
-
WardrobeArtem commented,
I feel like turtle eggs should also fit in this gamerule
-
WardrobeArtem created a post,
/gamemode spectator GUI rework
It is a lesser known fact, that in vanila minecraft in spectator gamemode, a "Spectator Menu" can be accessed by pressing any of inventory slots keys (default 1 through 0) or middle mouse button. T...
-
WardrobeArtem created a post,
/trigger descriptions for command suggestions
SInce /trigger is meant to be executed by the end user, it would be nice to add descriptive command suggestions. By command suggestions I mean, when you type "/" above the console there would be a ...
-
WardrobeArtem commented,
/execute as @e[nbt={Inventory:[{id:"minecraft:grass_block"}]}] run say hi All entities with grass block will say "hi"