Begin adding DynamicChest UI, and finish adding the HeadUtilities
This commit is contained in:
parent
5c70fb1291
commit
8fde794b65
23 changed files with 662 additions and 7 deletions
|
@ -9,9 +9,9 @@ modLoader="javafml" #mandatory
|
|||
loaderVersion="[40,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
|
||||
# The license for you mod. This is mandatory metadata and allows for easier comprehension of your redistributive properties.
|
||||
# Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here.
|
||||
license="All rights reserved"
|
||||
license="GPLv3"
|
||||
# A URL to refer people to when problems occur with this mod
|
||||
#issueTrackerURL="https://change.me.to.your.issue.tracker.example.invalid/" #optional
|
||||
issueTrackerURL="https://github.com/zontreck/LibZontreckMod/issues" #optional
|
||||
# A list of mods - how many allowed here is determined by the individual mod loader
|
||||
[[mods]] #mandatory
|
||||
# The modid of the mod
|
||||
|
@ -19,7 +19,7 @@ modId="libzontreck" #mandatory
|
|||
# The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
|
||||
# ${file.jarVersion} will substitute the value of the Implementation-Version as read from the mod's JAR file metadata
|
||||
# see the associated build.gradle script for how to populate this completely automatically during a build
|
||||
version="1.0.5.0228230925" #mandatory
|
||||
version="${file.jarVersion}" #mandatory
|
||||
# A display name for the mod
|
||||
displayName="LibZontreck" #mandatory
|
||||
# A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/
|
||||
|
@ -42,7 +42,8 @@ authors="Zontreck" #optional
|
|||
|
||||
# The description text for the mod (multi line!) (#mandatory)
|
||||
description='''
|
||||
This mod provides common code to all of zontreck's mods. It by itself does absolutely nothing
|
||||
This mod provides common code to all of zontreck's mods.
|
||||
|
||||
'''
|
||||
# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.
|
||||
[[dependencies.libzontreck]] #optional
|
||||
|
|
BIN
src/main/resources/assets/libzontreck/textures/gui/chest_gui.png
Normal file
BIN
src/main/resources/assets/libzontreck/textures/gui/chest_gui.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
BIN
src/main/resources/assets/libzontreck/textures/gui/gui.aseprite
Normal file
BIN
src/main/resources/assets/libzontreck/textures/gui/gui.aseprite
Normal file
Binary file not shown.
Reference in a new issue