2018-06-29 14:51:57 +02:00
|
|
|
# No Mod
|
2018-02-07 00:53:05 +01:00
|
|
|
|
2018-06-29 14:51:57 +02:00
|
|
|
No mod is the best way to write secure and reliable mods. Write nothing; share nowhere.
|
2018-02-07 00:53:05 +01:00
|
|
|
|
|
|
|
## Getting Started
|
|
|
|
|
|
|
|
Start by not writing any code.
|
|
|
|
|
|
|
|
```
|
2018-02-07 02:30:09 +01:00
|
|
|
|
2018-02-07 00:53:05 +01:00
|
|
|
```
|
|
|
|
|
2018-06-29 14:51:57 +02:00
|
|
|
This is just an example mod, but imagine it doing anything you want. Adding new features is easy too:
|
2018-02-07 00:53:05 +01:00
|
|
|
|
|
|
|
```
|
2018-02-07 02:30:09 +01:00
|
|
|
|
2018-02-07 00:53:05 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
The possibilities are endless.
|
|
|
|
|
2018-06-29 14:51:57 +02:00
|
|
|
### Building the Mod
|
2018-02-07 00:53:05 +01:00
|
|
|
|
2018-06-29 14:51:57 +02:00
|
|
|
Now that you have not done anything it's time to build your mod:
|
2018-02-07 00:53:05 +01:00
|
|
|
|
|
|
|
```
|
2018-02-07 02:30:09 +01:00
|
|
|
|
2018-02-07 00:53:05 +01:00
|
|
|
```
|
|
|
|
|
2018-06-29 14:51:57 +02:00
|
|
|
Yep. That's it. You should see the following things in-game:
|
2018-02-07 00:53:05 +01:00
|
|
|
|
|
|
|
```
|
2018-02-07 02:30:09 +01:00
|
|
|
|
2018-02-07 00:53:05 +01:00
|
|
|
```
|
|
|
|
|
2018-06-29 14:51:57 +02:00
|
|
|
### Sharing
|
2018-02-07 00:53:05 +01:00
|
|
|
|
2018-06-29 14:51:57 +02:00
|
|
|
While you still have not done anything it's time to share your mod. By running the following command you can share your mod absolutely nowhere.
|
2018-02-07 00:53:05 +01:00
|
|
|
|
|
|
|
```
|
2018-02-07 02:30:09 +01:00
|
|
|
|
2018-02-07 00:53:05 +01:00
|
|
|
```
|
|
|
|
|
2018-06-29 14:51:57 +02:00
|
|
|
It's that simple.
|
2018-02-07 00:53:05 +01:00
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
|
|
|
You don't.
|