Skip to content

Commit fad7b2c

Browse files
committed
refactor: add warning in env setup and building
1 parent 9caa8e4 commit fad7b2c

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

content/docs/en/guides/plugin/build-and-test.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ authors:
55
- name: "Michael B"
66
---
77

8+
<Callout type="warning">
9+
This guide is outdated and will be updated soon. Whilst this guide is still accurate, there are now better alternatives for building your mod.
10+
</Callout>
11+
812
If you followed along with the [Setting Up Your Development Environment](./setting-up-env) page, you should now be able to build your project.
913

1014
## Building Your Mod

content/docs/en/guides/plugin/setting-up-env.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ authors:
66
link: "https://itsneil.dev"
77
---
88

9+
<Callout type="warning">
10+
This guide is outdated and will be updated soon. Whilst this guide is still accurate, there are now better alternatives for setting up your environment.
11+
</Callout>
12+
13+
914
This guide will walk you through setting up a complete development environment for Hytale modding, including all necessary tools and dependencies.
1015

1116
## Prerequisites

0 commit comments

Comments
 (0)