Source code for all my Minecraft projects.
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.
.
├── 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
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.
Created by Nikoboi
Textures made in GIMP
This project is licenced under the GNU General Public License V3. See LICENSE for details.