> For the complete documentation index, see [llms.txt](https://marblegate.gitbook.io/rising-uppercut-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://marblegate.gitbook.io/rising-uppercut-wiki/faq.md).

# FAQ

### What does this mod do?

This mod adds **Kinetic Guantlet** to Minecraft:

![The Kinetic Gauntlet](/files/-MgYbAdXrtImFSJWQ-Ve)

And it also adds a set of gauntlet enchantment:

![Gauntlet Enchantments](/files/-MgYeQnh83QAn2PM1DUf)

### **Can I change cooldown time or attack damage of gauntlet?**

Yes. Guantlet is highly configurable. Please check the configuration file on `.minecraft/config`.

### How can I check details of gauntlet enchantment?

For Forge Version, by using [Enchantment Description](https://www.curseforge.com/minecraft/mc-mods/enchantment-descriptions) Mod, you can see brief introduction of each gauntlet enchantment.

For both forge and fabric, If you want to check detailed information of certain effect, just go to Rising Uppercut Wiki (**Yes it's here**).

> It is highly recommand to use the search bar of Rising Uppercut wiki.

### What if I encountered a bug or crash.

If you encountered a bug or a crash(if it's possibly casued by this mod), please report it in "Comment" section of CurseForge Page or to Github Issue.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://marblegate.gitbook.io/rising-uppercut-wiki/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
