Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/en/contributing/translate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ For translators who will edit this page:

- You are required to translate the Guidelines as they change.
- General guidelines should be translated but not edited.
- Learn how to use Markdown from writing_guides.mdx
- Learn how to use Markdown from [Writing Guides](.contributing/writing_guides)
*/}
10 changes: 5 additions & 5 deletions content/docs/en/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Introduction
description: Necessary knowledge for modding Hytale.
description: Essential knowledge for modding Hytale.
---

Hytale is a voxel-based sandbox RPG game by **Hypixel Studios**, as described on the [Hytale website](https://hytale.com/):
Expand All @@ -10,10 +10,10 @@ Hytale is a voxel-based sandbox RPG game by **Hypixel Studios**, as described on
> of dungeons, secrets, and a variety of creatures, then shape it block by block.

Hytale has been built from the ground up with modding and user-generated content in mind.
The goal of **Hytale Modding** is to provide an excellent resource such that anybody
is able to mod Hytale for themselves, regardless of skill level or specialization.
The goal of **Hytale Modding** is to provide an excellent resource so that
anyone can mod Hytale themselves, regardless of skill level or specialization.

It is important to note that modding Hytale is not restricted to programming plugins.
Programming, visual scripting, texturing, 3D modelling, modifying assets, etc. are all modding.
It is important to note that modding Hytale is not restricted to programming plugins only.
Programming, visual scripting, texturing, 3D modelling, modifying assets, etc., are all modding.

<u>In Hytale, anyone can be a modder.</u>
11 changes: 8 additions & 3 deletions content/docs/en/quick-start.mdx
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
---
title: Quick Start
description: Setting up a standard Hytale project.
description: How to start modding.
icon: CircleQuestionMark
---

Welcome to the Hytale modding documentation! Here you'll find everything you need to know about creating your own mods for Hytale.

### Where to start
If you don't know anything about modding Hytale or even Java, or
you would like to brush up on your knowledge, here are some links that will help you with that.
- [Java Basics](./guides/java-basics/00-introduction)
- [Learning to learn](.guides/learning-to-learn)
- [Setting up your dev environment](./guides/plugin/setting-up-env)
- [Entity Component System (ECS)](./guides/ecs/entity-component-system)
- [Publishing your mod](./publishing)

### Useful Links

### Video tutorials
If you want to study modding in detail through videos, here are links to YouTube channels where you will find guides on this.
- [Kaupenjoe's Modding Videos](https://www.youtube.com/@ModdingByKaupenjoe)
- [TroubleDEV's Modding Videos](https://www.youtube.com/@TroubleDEV)
Loading