Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.34 KB

Module.md

File metadata and controls

56 lines (34 loc) · 1.34 KB

Module Inner Pastels

Library mod to share helper functions between Softer Pastels, Desolated Pastels, and any other future projects from asoji [probably]

src/main/kotlin
└───gay.asoji.innerpastels
    ├───blocks
    ├───client
    │   └───imgui
    ├───crab
    ├───datagen
    ├───items
    ├───misc
    ├───register
    └───tags

If you could think of a way to make all the package descriptors a bit better at explaining what they are, please feel free to make a PR with the documentation tag. plsandthx

Package gay.asoji.innerpastels

Main root package

Package gay.asoji.innerpastels.crab

Crab in the code 🦀

Package gay.asoji.innerpastels.blocks

Custom Block classes or Block helpers

Package gay.asoji.innerpastels.client

Client related classes, mainly contains the ImGui impl

Package gay.asoji.innerpastels.datagen

Helpers for Data Generation

Package gay.asoji.innerpastels.items

Custom Item classes or Item Helpers

Package gay.asoji.innerpastels.misc

Any code or helpers that don't fall under any clear category

Package gay.asoji.innerpastels.register

Helper classes and functions for registry registers

Package gay.asoji.innerpastels.tags

Custom Block and Item tags