Version History
Potion generator Safari browser work around
Thanks to a helpful user I was able to track down a bug with the potion generator on Safari browsers.
https://www.gamergeeks.net/apps/minecraft/give-command-generator/potions
patch1.20.2 Potion generator overhaul
Potion generator overhaul
An overhaul of the potion generator, which better handles Minecraft 1.20.2. It also adds several improvements such as summon item and motion for summon potion. Effects are now more streamlined, as the list was getting very long.
https://www.gamergeeks.net/apps/minecraft/give-command-generator/potions
added1.20.2 Potion generator overhaul
A salty update for potions and active effects on mobs
If you wondered why potions no longer worked and active mob affects were missing, it was because Mojang changed the way it worked. The 1.20.2 patch update renamed Effects to effects, CustomPotionEffects to custom_potion_effects, ActiveEffects to active_effects. Small but breaking changes. Thanks to redditor Thesuperdog225 for reporting this one.
This is a rushed out update, import for these nbt tags are a little broken. An update is planned to fix, but that will take a lot more time.
Also included in this update, data merge has been added for signs. I was planning more for this update but it was important to get potions working again as it is one of the more popular tools.
added1.20.2 Support for Potions CustomPotionEffects
Area cloud affect updated and other bug fixes
Area cloud affect has been updated, potion effects now work correctly and color can now be set for entity_effect. There are other color particle syntax and this will be the focus of next future update. Thanks to redditors TheOceanMango and ChaotiXu for motivation on this one. https://www.gamergeeks.net/apps/minecraft/summon/area-effect-cloud
Fixed, note particle generator default values so colors are generated correctly with out need to manual set. Thanks to redditor LyoGyo once again reporting another improvement. https://www.gamergeeks.net/apps/minecraft/particle-note-command-generator
Fixed, Locked containers don't lock. Due to a tag in the wrong place containers wouldn't lock correctly. Thanks to redditor GhostIsBeHere https://www.gamergeeks.net/apps/minecraft/give-command-generator/chests-shulkers
Fixed: Item Tag bug, Tags:["tags"] instead of tags:1b. Thanks to redditor deleted, with so many tags it's tricky to know how they all work. Probably will need a little more work in this area. https://www.gamergeeks.net/apps/minecraft/give-command-generator
patchchest generator lock
patchgive item tag bool
Minecraft pre-release 1.20 data
The next Minecraft release 1.20 is almost here and this update adds the new items, blocks, and mobs to the tools database based on the anticipated pre-release data. The tools are still set to 1.19, but 1.20 can be selected from the version selector in most cases. It is a chance to preview the chances before setting the tools to 1.20 after release.
https://www.gamergeeks.net/apps/minecraft/new-blocks-in-1.20-java-edition
Next
We need an armor generator for the new armor trims, there's a fair bit to do for this to work so it maybe a few weeks before this gets released.
addedPre-release 1.20 data
Fireworks, Flags and Potions update
Quality of life improvements to the give command generators.
Fireworks
Added nbt Motion to the summon fireworks generator. This will allow firing rockets in various directions. Thanks to LyoGyo for that suggestion over on reddit.
https://www.gamergeeks.net/apps/minecraft/give-command-generator/fireworks
Flags
Added more tri-colour flags to the banner generator, Armenia, Benin, Bulgaria, Croatia, Madagascar, Namibia, Nigeria, Oman, Peru, Romania Flags. Thanks to Gugalcrom123 for the suggestion over on reddit.
https://www.gamergeeks.net/apps/minecraft/banners/country-flags
Potions
Small patch of give potion generator, when selecting version potions would become cobblestone and also effects would not updated. Thanks to tothamon for pointing that out over on reddit.
https://www.gamergeeks.net/apps/minecraft/give-command-generator/potions
addedFireworks, motion on summon
patchGive potion version changing
Save function toggle issue
patchSave function toggle issue
More Particles
Particle generator now has the viewer filter argument, an option that sets which users can see the particles. Added extra arguments for the unique particles dust_color_transition, sculk_charge, shriek, and vibration. Some minor changes and tweaks in the particle command tool. There is still a few particles to add next, these make use of block or item data.
https://www.gamergeeks.net/apps/minecraft/particle-command-generator
Small but difficult patch of give and mob commands nbt Tags requiring quotes, thanks to ultimatewolfsbane pointing that out over on reddit.
https://www.gamergeeks.net/apps/minecraft/mob-generator
patchTags array requires quotes
Effect Command Generator
This update adds a generator for effects command, with easy target selector. For both Minecraft Java and Bedrock, as there are different command syntax for both versions. Also have some different effects not available in the other.
https://www.gamergeeks.net/apps/minecraft/effect-command-generator
A big thank to the on going supporters, Nyaeris, Loser, Mika, TaimoorTariq
patchSlow load bug
Loader Update
Internal updates to the app loader, that's the one with the rotating cog. Changes to how extra assets are loaded, this is always a problem so please post if you have an issue and I'll investigate. Small changers to command generator framework. A fix to the team command generator advanced text generator.
addedLoader internal changes
Bugs and Cats Variants
This week's update focuses on bug and improvements, with the help of the wonderful people on reddit and pmc.
Cats in 1.19 had a nbt change from CatType to variants, along with switching from ids to strings.
https://www.gamergeeks.net/apps/minecraft/mob-generator/summon-cat
Snowyboi (pmc) discovered the odd behaviour of falling blocks needing quotes on the block state nbt values, usually minecraft doesn't require these for values when there are no spaces. Both summon falling block and setblock have some odd quirks and probably will need more work over time.
https://www.gamergeeks.net/apps/minecraft/falling-block-command-generator
GameDokter51 (pmc) points out that shulker had an overflow issue. I've restructured the internal data that should prevent this.
https://www.gamergeeks.net/apps/minecraft/give-command-generator/chests-shulkers
A big thank to the ongoing gamergeeks donors, Nyaeris, Ethyriel, Loser
patchSummon falling block nbt block state data
patchShulker content internal improvements
Team and Tag
This week's update focuses on small things that were missing and pointed out by people on both reddit and pmc.
Cyber_Killer_ (pmc) and BingoOnBreak (reddit) both suggested the mob team tag be added. This tag allows mobs to be added automatically to a team on summon. Commands can later target those mobs by the team selector. Very useful and had been missing for some time.
/team add blueTeam
/summon minecraft:chicken ~ ~ ~ {Team:blueTeam}
/kill @e[team=blueTeam]
https://www.gamergeeks.net/apps/minecraft/mob-generator
Indigen0us suggested we add Tags for items, so now items can be given an comma separated list of tags. Similar to team, these tags can be used to target items with various commands. I also noticed Tags was broken on Mobs, so that has been added correctly this time.
GameDokter51 (pmc) and GhostIsBeHere (reddit) both pointed out that the item enchantment Swift Sneak was missing. I'm not sure how that once sneaked by, but I've added it now.
https://www.gamergeeks.net/apps/minecraft/give-command-generator
In the background I've been working on improving automated tests, currently there are over 100 tests that are run to check I didn't break anything (and yet things still sometimes break!)
A big thank you to gamergeeks support donators, Nyaeris, Ethyriel, Loser, Mika
addedTags
addedEnchantment Swift Sneak
Minecraft Prerelease 1.19 update 2
Added new disk and horns. I found that some of the scripts were not compressing correct and bloating out, so I've been able correct that, which will allow faster side loads for some users. Some other minor bug fixes
Armor Stands
I've been working on armor stand functionally the last few weeks, learning how to build a 3d model for preview. It needs a little more polish before release, optimistically it could be out next week. This also creates the initial work to allow for more entities in the future, such as lit tnt and projectiles.
Once again thank you for all the suggestions, I've pinned quite a few to my wall (literal paper, pins and wall).
addedPrerelease updates for 1.19, additional known new blocks and mobs.
Minecraft Prerelease 1.19 update
It's been some time since a solid update, as I've mostly been improving things in the background. The last few weeks I've been preparing a pre 1.19 update, so we can be ready when 1.19 is finally released.
You will need to select 1.19 manually from the version drop downs for the new items/mobs to appear.
The 4 new mobs are fascinating and have lots of interesting behaviours, the frogs have a variant option to set in the mob generator.
https://www.gamergeeks.net/apps/minecraft/mob-generator/summon-frog
Items are mostly mangrove and swamp related blocks. You can see a quick list of the new blocks here
https://www.gamergeeks.net/apps/minecraft/new-blocks-in-1.19-java-edition
Thank you to everyone that leaves suggestions and helps me through bugs. I don't always reply, but if you see "feature request" or "bug" tag next to your post, you have been noticed (I will also usually upvote).
Thanks everyone, stay awesome
addedPrerelease updates for 1.19, with known new blocks and mobs.
Maintenance
More performance improvements to autocomplete dropdown
patchMore performance improvements to autocomplete dropdown
Maintenance
Performance improvements to autocomplete dropdown
patchPerformance improvements to autocomplete dropdown
Save Data
3 years after it was requested, I finally added a save feature. It was super complicated to build the basic functionality, and after a month (and a short break) the beta is ready.
In the initial release there is a limit of 3 save slots, this was done as I'm not sure how well the database will handle 10 thousand daily visits (this limit has been waived for supporters). Hopefully I can raise this for free accounts in the future, but it will depend on database running costs.
Development
It took quite some time to build the save and load functions, which rely on the command import functionality, so having command import working was essential and was the focus of 2021. Moving into 2022 the plan is to build on save data with improving user interface and adding features for a better experience. The next bunch of updates will focus on bug fixes and immediate small improvements.
addedUser save data
Maintenance
Minor updates of existing libraries
patchMinor updates of name and lore editor
Minecraft 1.18
Minor updates for 1.18, tools now select 1.18 by default. A few other minor changes in the final release.
added1.18 minor block state changes
Multi purpose patch date
General bug fixes and improvements on existing tools. More to come, I have a small list of things to fix so updates are focused on them at the moment.
patchUX Improvements to Barrels, Chests, Shulkerbox options (credit: reddit/calamariclam_II). Fixed Bundles.
Reset Mobs Command Generator
Thursdays are usually update day, a few minor bug fixes on give command generator import. Getting mob generator ready for import by adding reset button. After that save becomes a bit more of a goal.
patchImprovements to import, notability player heads and potions.
New Knowledge Books Give Command Generator
Adding to the list of useful give generators, this one has a complete list of recipes for quick recipe look up.
addedKnowledge Books Give Command Generator.
Improved Falling Block Tool
A bunch of improvements to the falling block tool. This update merges the block state and falling tab together, as the tool is much more the same tool with options. Also added import falling block command. In the background, unit testing is slowing being rolled out over all tools so as to increase stability in future releases.
addedSummon Falling Block generator import and ux improvements.
Falling Butter
New minecraft tool Summon Falling Block Generator, an upgrade of the set block tool (credit: reddit/creepern1111). Also added product and mill production for Albion Online animal farm calculator.
addedSummon Falling Block generator.
Boring Updates
A few quality of life updates, as the site grows we need better ways of moving around the site.
patchPostion Ambient, ShowParticles, ShowIcon switched to bool
Loader Updated
Making way for more tools is the focus of this update with an overhaul of the way scripts are managed, compiled and load, including a new loader. Okay so super boring, but a big update that hopefully breaks nothing and changes things only in the background. This is the start of a lot lot more. Also new mega menu.
patchPrevent new line on name
patchIssue with potion command not generating.
patchIssue with some items not showing.
New Setblock Tool
This update mainly addresses the item vs block bug in the give command generator. When it comes to potatoes vs potato, one if for setblock and one is for the give command, which gets a little confusing when searching. So over the past several weeks I've been rebuilding the database spiting it into items, blocks and both.
It's a bit of an uninteresting background update, but on the plus side I've also added a setblock tool which includes blockstates, which can be useful for some and also allows for some debugging.
https://www.gamergeeks.net/apps/minecraft/setblock-command-generator
addedSetblock generator.
addedSplit the object database into blocks and items. Updated autocomplete.
New Tool, Chests and Shulker Box
A command generator that sets the contents for chests, shulker boxes, barrels, hoppers and more. Give a full shulker box or setblock a chest with items.
https://www.gamergeeks.net/apps/minecraft/give-command-generator/chests-shulkers
Mostly give functionally, so we really need a full setblock tool to complete this ... guess what I'm working on next :-D
addedContainer generator for chests, shulkerboxes, droppers and more.
patchFixed player head js bug (credit: reddit/Treycker)
Summon potion, improved summon fireworks
This update prepares the way for update v1.4 as the next tool will be chest/shulkers. I've reworked a bit of the ui for summon and eventually setblock command.
addedSummon potion, improved summon fireworks
patchImport attributes, cando and other repeater elements issue
patchAttributes removed min/max limitations, these can add up to anything (credit: reddit/cheluu_02)
patchRemoved quotation marks from negative values (credit: reddit/kadenbcampbell)
patchServer prefix undefined bug (credit: reddit/Commission-Either)
addedFireworks generator
addedHide item dyed color
patchGeneric color picker improvements
patchGeneric color picker improvements (preparing for fireworks)
patchEnchanted Books, prefixes not working
addedCustom textures for Player Heads
patchUUID changes (more to come)
Hey everyone, small update to make life easier for you server command wizzes. Under the extras tab, there is now server prefix, you can type your own and select a few options (prefix all, command only ,blocks/effects only).
For everyone the latest batch of 1.17 blocks and items have been added, mossy cave and glow squids.
addedBetter server prefixes
added21w05 Mossy cave blocks, glowsquids (1.17)
addedJson nbt tag data debug function
addedJson nbt tag data validation function
patchMinor patch for attributes (and simular)
addedPotion js error
added20w51 Axolotls (1.17)
added20w49 blocks and items (1.17)
patchNBT Color to color
patchImport attributes across versions
patchBugged knockbackResistance 1.15
addedImport nbt improvements, attributes, adventure mode and few other tags
addedReset button
added1.17 blocks and entities in 20w45
addedCustomModelData
addedImport for enchantment books, playerheads, potions
patchMinor nbt StoredEnchantments generation error
addedImport command frame work (early access)
addedAsset loading optimisaton
addedEntityTag Invisible for item frames and armor stands
Minecraft Give generator v1.1 , Player heads and Enchanting Books
This update added generators for enchanted books and playerheads.
Enchanted books allow the addition of stored enchantments, similar to enhancements on items.
https://www.gamergeeks.net/apps/minecraft/give-command-generator/enchanted-books
Player heads allows to set the player name for head skin, also included some presets.
https://www.gamergeeks.net/apps/minecraft/give-command-generator/player-heads
Next update will be minor improvements based on feedback and a few small additions. Maybe more presets for player heads.
addedPlayer head generator
addedBook of enchanting generator
addedToggle simple fonts for devices that can't handle complex font rendering.
patchMinor improvements to name and lore parser
addedPotions and tipped arrows generator
patchImproved relevancy on search for item/block suggest
patch1.12 not selecting 1.12 output format (credit: reddit/TheLifelessNerd)
added1.16 Name and Lore hex colors
addedNew Name and Lore layout, toggle full width, nbt optimizations
patchJson encoder and decoder improvements for IntArray, and single quote optimization (should fix some issues)
patch1.16 Attributes UUID generation changes
addedShow max survival level on enchantments
addedEnchantments and Attributes now filter for version
addedEnchantment Soul Speed
addedMake an item look enchanted (but with no enchantments)
added1.16 blocks and items (initial load with more updates on the way)
patchReloaded 891 blocks and items icons (yes it was a grind)
addedRepair Cost (credit: reddit/PyroSweets)
patchAttribute, allow negatives
patchChange attribute UUID generation
addedName and Lore obfuscated and strike-through text option
addedNotes and ux improvements
patchAllowed text styles on the same line (credit: planetminecraft/dran_k)
addedMinecraft Java 1.15
addedAll the attribute (removed type filter)
addedMinecraft formated json encoding method, option for minecraft/standard (extras)
addedName item short/long option for servers (extras)
patchImproved Lore nbt generation and removed superfluous elements
addedCan place/destroy rules
addedBlock/item search optimisation and free form entry
addedDamage
addedName to attributes, improved ui
added1.14 new stairs, slabs and walls
added1.14 lore colors and styles
patch1.14 lore NBT
addedEnchant item recommendation icons
patchRemoved min/max for enchantments
patch1.14 is now default
addedDye leather armor color NBT
added1.14 blocks and entities (work in progress)
addedMoved display flags and added extra's tab
patchImproved block search performance
patchSome missing blocks and block issues for 1.12 and 1.13
addedColored name text NBT
addedJavascript load improvements
addedAttributes buffs/debuffs system NBT
addedWarning for long commands
patch1.12 command error due to missing itemdata integer
added1.13 missing blocks and entities
addedBasic Bedrock command
addedPages for each version
addedHideflags option, and updated the item preview to show enchantments and unbreakable tag.
addedFull overhaul, 1.12 and 1.13 commands
addedEnchantments, name and lore text.
addedInitial build, with search and basic command generator