https://github.com/ate47/advancedcreativetab
Minecraft creative client mod to edit/give items
https://github.com/ate47/advancedcreativetab
creative forge gradle minecraft mod
Last synced: 7 months ago
JSON representation
Minecraft creative client mod to edit/give items
- Host: GitHub
- URL: https://github.com/ate47/advancedcreativetab
- Owner: ate47
- License: lgpl-3.0
- Created: 2016-06-28T22:09:45.000Z (over 9 years ago)
- Default Branch: 1.19.3-forge
- Last Pushed: 2023-01-19T12:21:50.000Z (over 2 years ago)
- Last Synced: 2023-02-27T09:52:18.028Z (over 2 years ago)
- Topics: creative, forge, gradle, minecraft, mod
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/advanced-extended-creative-mode
- Size: 1.15 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Advanced Creative Tab
> This mod is fully client side! You only need to be in creative to use the give/modifier action, some features/fixes can be missing if you're not using the latest version of the mod for the latest Minecraft version.
# Features
## Global
- Tooltip: Repair cost, durability
- Container (like Shulker box): Show the inventory of a container by doing **CTRL+SHIFT**## Creative
- item modifiers
- item give command
- create tab with every non obtainable item## Spectator
- `/act sptp ` - Teleport to `username` using the spectator game mode.
# Commands
- `/act [help]` - show all commands
- `/act edit` - Edit your inhand item
- `/act head [name=you]` - Give a head by a name
- `/act rename ` - Rename your inhand item
- `/act rfw` - Get a random (legit seems) fireworks
- `/act enchant [enchant] [level]` - Enchant the inhand item
- `/act format [format]` - Get formatting help
- `/act info` - Get mod information
- `/act unbreakable [true|false]` - Set the inhand item unbreakable
- `/act color` - Color command
- `/act color picker` - Set the color of the inhand item using the picker
- `/act color remove` - Remove the color of the inhand item
- `/act color set ` - Set the color of the inhand item
- `/act color set rgb ` - Set with RGB (0-255,0-255,0-255)
- `/act color set hsl ` - Set with HSL (0-355,0-100,0-100)
- `/act color set hex ` - Set with hex code, example: FF0000 is red
- `/gm [mode]` - `/gamemode [mode]`
- `/gms` - `/gamemode survival`
- `/gmc` - `/gamemode creative`
- `/gma` - `/gamemode adventure`
- `/gmsp` - `/gamemode spectator`The [Spectator Teleporter mod](https://www.curseforge.com/minecraft/mc-mods/gm3-teleporter) is integrated with the command
- `/act sptp ` - Teleport using the gamemode spectator, you need to be in spectator mode or be able to do the /gamemode spectator command
# Inventory item viewer
View inside a container using the **CTRL + SHIFT** command.

# Tool tips
By Shifting when you looking at an item in you inventory you can get some information

**Combat** : Creative tab
**Color** : Armor/Potion color
**Durability** (With colors) : How many time you can use your tool/armor
**RepairCost** : how much you need to repair/rename/enchant-it in a anvil
**Tags**(Count) : List of NBT tag of this item
**[Y]** (can be changed) : Open this item in the giver
**[N]** (can be changed) : Save this in your ACT Menu
# Menus

Mod Menu, can be get with [N] (can be changed) or in mods list with the config button
**Left Click** : Open in the giver
**Right Click** : Give in your inventory (you must be in creative)
**Shift Left Click** : Copy
**Shift Right Click** : Delete

Giver menu, can be get with [Y] (can be changed) or in the menu by clicking on an item
**Give** : Give (you must be in creative)
**Copy** : Copy give information in you clipboard
**Item Editor** : open it in the item editor
**Delete** (if you are from the menu) : Delete this from config
**Save** (if you're not from the menu) : Save this in your config
**Cancel** (if you are from the menu) : Don't save edit
**Done** (if you are from the menu) : Save edit
**Done** (if you're not from the menu) : Close the menu

Item editor, can be get with [H] (can be changed) or in the giver
Here is a list of the changes made by the buttons : (type change Item's type ...)

You can add & to use color formatting in name and description. ([wiki](https://minecraft.fandom.com/wiki/Formatting_codes) or by doing the `/act format` to get formatting info)

Update the tag and the unbreakability of the item.
## Modifiers
From the item modifier, you can set data of the item.
### Head
You can update the link, the name or download the skin of player head.

### Command block
Update name and command of command block.

Command Block editor (type = Normal/Repeating/Chain/Minecart)

### Fireworks

Fireworks editor
Firework star -> Change explosion

Explosion editor (See [Minecraft Wiki](https://www.curseforge.com/linkout?remoteUrl=https%253a%252f%252fminecraft.gamepedia.com%252fFirework_Rocket%2523Display_Properties) for more information)
### Potion
(+Tipped Arrow) Change effects, type and color

**Duration** : in tick (1/20s)
**Amplifier** : level - 1, for example Speed with an amplifier of 1 is Speed II
**Ambient** : whether or not this is an effect provided by a beacon and therefore should be less intrusive on the screen. This tag is optional and defaults to 0. Due to a bug, it has no effect on splash potions.
**Show Particules** : whether or not this effect produces particles. This tag is optional and defaults to 1. Due to a bug, it has no effect on splash potions.
([Minecraft wiki](https://minecraft.fandom.com/wiki/Player.dat_format#Potion_Effects))
### Color
You can change the leather armor color, explosion color or the color of the potion.


### Inventory
You can set the items in the inventory item

# Advanced Creative Tab

This tab contain every non-findable items in creative
GUI Dev mode: **CTRL + ALT + K**
1.x versions depleted, please use for an 1.8 version [ATEHUD instead (1.8.9)](https://minecraft.curseforge.com/projects/atehud)