Skip to content

Latest commit

 

History

History
100 lines (85 loc) · 3.01 KB

File metadata and controls

100 lines (85 loc) · 3.01 KB

Minecraft

Source code for all my Minecraft projects.

Overview

Each project has its own folder, with every version stored separately, along with any additional development files in /assets/. For a detailed overview, see the File Tree below.

All my projects are available on Modrinth.

Each project folder has its own README.md file included.

File Tree

.
├── Axeable-Lacugrove-Bookshelf
│   ├── <Version>+<Minecraft_Version>
│   │   ├── data/minecraft/tags/blocks/mineable
│   │   │   └── axe.json
│   │   ├── pack.mcmeta
│   │   └── pack.png
│   ├── assets
│   │   └── ...
│   └── README.md
│
├── Fortunate-Gleaming-Ore
│   ├── <Version>+<Minecraft_Version>
│   │   ├── data/things/loot_tables/blocks
│   │   │   ├── gleaming_ore.json
│   │   │   └── deepslate_gleaming_ore.json
│   │   ├── pack.mcmeta
│   │   └── pack.png
│   ├── assets
│   │   └── ...
│   └── README.md
│
├── Hell-On-Earth-Unpublished
│   ├── hell_on_earth-<Version>-fabric-<Minecraft_Version>.jar
│   └── README.md
│
├── Hoable-Wet-Menger-Sponge
│   ├── <Version>+<Minecraft_Version>
│   │   ├── data/minecraft/tags/blocks/mineable
│   │   │   └── hoe.json
│   │   ├── pack.mcmeta
│   │   └── pack.png
│   ├── assets
│   │   └── ...
│   └── README.md
│
├── Make-Uncrafting-Table-Mineable
│   ├── <Version>+<Minecraft_Version>
│   │   ├── data/minecraft/tags/blocks/mineable
│   │   │   └── axe.json
│   │   └── pack.mcmeta
│   ├── assets
│   │   └── ...
│   └── README.md
│
├── Still-Life-Biome-Name-Fix
│   ├── <Version>+<Minecraft_Version>
│   │   ├── assets/minecraft/lang
│   │   │   └── en_us.json
│   │   ├── pack.mcmeta
│   │   └── pack.png
│   ├── assets
│   │   └── pack.png
│   └── README.md
│
├── Visible-Gleaming-Ore
│   ├── <Version>+<Minecraft_Version>
│   │   ├── assets/things/textures/block
│   │   │   ├── gleaming_ore.png
│   │   │   └── deepslate_gleaming_ore.png
│   │   ├── pack.mcmeta
│   │   └── pack.png
│   ├── assets
│   │   └── ...
│   └── README.md
│
├── LICENSE
└── README.md

72 directories, 70 files

Contributing

Feel free to fork this repository and submit issues or pull requests if you have any suggestions or improvements. If you encounter any bugs or have feature requests, please open an issue.

Credits

Created by Nikoboi

Textures made in GIMP

License

This project is licensed under the GNU General Public License V3. See LICENSE for details.