Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vianpyro committed Feb 16, 2021
1 parent 06246e6 commit ee51f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Create a new empty [Python](https://www.python.org/downloads/) file.
* Import the library in your new [Python](https://www.python.org/downloads/) file like this :
```py
from Minecraft_Datapacks_Generator import *
from minecraft_datapacks_generator import *
```
* Create and compile your own datapack.
* Once the datapack is generated, paste it in the *datapacks* folder of your [Minecraft](https://www.minecraft.net/download) world.
Expand All @@ -15,7 +15,7 @@ from Minecraft_Datapacks_Generator import *

### Example:
```python
from wmcpy import Datapack, import_from_file
from minecraft_datapacks_generator import *

my_datapack_title = 'My_Datapack'
subfolder_title = Datapack(my_datapack_title).subfolder_title
Expand Down

0 comments on commit ee51f40

Please sign in to comment.