Skip to content

Commit

Permalink
added textures
Browse files Browse the repository at this point in the history
  • Loading branch information
RobotDaniel committed Jan 20, 2024
1 parent 9b7d3f1 commit 141a188
Show file tree
Hide file tree
Showing 32 changed files with 802 additions and 5 deletions.
520 changes: 520 additions & 0 deletions Workspace/.classpath

Large diffs are not rendered by default.

Binary file modified Workspace/.gradle/7.5.1/checksums/checksums.lock
Binary file not shown.
Binary file not shown.
Empty file.
Binary file modified Workspace/.gradle/7.5.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified Workspace/.gradle/7.5.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file not shown.
Binary file modified Workspace/.gradle/7.5.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified Workspace/.gradle/7.5.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file not shown.
Empty file.
Binary file modified Workspace/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified Workspace/.gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Empty file.
1 change: 1 addition & 0 deletions Workspace/.mcreator/generatorGradleCache

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Workspace/.mcreator/setupInfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
buildFileVersion=40.2.10/1.0.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
{
"mod_elements": [
{
"name": "AmthystHelmetTickEvent",
"type": "procedure",
"compiles": true,
"locked_code": false,
"registry_name": "amthyst_helmet_tick_event",
"metadata": {
"files": [
"src/main/java/net/mcreator/moretools/procedures/AmthystHelmetTickEventProcedure.java"
],
"dependencies": [
{
"name": "entity",
"type": "entity"
}
]
}
},
{
"name": "Amthyst",
"type": "armor",
"compiles": true,
"locked_code": false,
"registry_name": "amethyst",
"metadata": {
"files": [
"src/main/resources/assets/moretools/models/item/amethyst_boots.json",
"src/main/resources/assets/moretools/models/item/amethyst_helmet.json",
"src/main/resources/assets/moretools/models/item/amethyst_chestplate.json",
"src/main/resources/assets/moretools/models/item/amethyst_leggings.json",
"src/main/java/net/mcreator/moretools/item/AmthystItem.java"
]
}
},
{
"name": "Amyhelmet",
"type": "recipe",
"sortid": 2,
"compiles": true,
"locked_code": false,
"registry_name": "amyhelmet",
"metadata": {
"files": [
"src/main/resources/data/moretools/recipes/amethyst_helmet.json"
]
}
},
{
"name": "AmythystCHEST",
"type": "recipe",
"sortid": 1,
"compiles": true,
"locked_code": false,
"registry_name": "amythyst_chest",
"metadata": {
"files": [
"src/main/resources/data/moretools/recipes/amythyst_chest.json"
]
}
},
{
"name": "Amyleggings",
"type": "recipe",
"sortid": 3,
"compiles": true,
"locked_code": false,
"registry_name": "amyleggings",
"metadata": {
"files": [
"src/main/resources/data/moretools/recipes/amyleggings.json"
]
}
},
{
"name": "Amyboots",
"type": "recipe",
"sortid": 4,
"compiles": true,
"locked_code": false,
"registry_name": "amyboots",
"metadata": {
"files": [
"src/main/resources/data/moretools/recipes/amyboots.json"
]
}
}
],
"variable_elements": [],
"sound_elements": [],
"language_map": {
"en_us": {
"item.moretools.amethyst_leggings": "Amthyst Leggings",
"item.moretools.amethyst_boots": "Amthyst Boots",
"item.moretools.amethyst_helmet": "Amthyst Helmet",
"item.moretools.amethyst_chestplate": "Amthyst Chestplate"
}
},
"foldersRoot": {
"name": "~",
"children": []
},
"workspaceSettings": {
"modid": "moretools",
"modName": "moreTools",
"version": "1.0.0",
"author": "daniel, MCreator",
"websiteURL": "https://mcreator.net",
"license": "Academic Free License v3.0",
"disableForgeVersionCheck": true,
"serverSideOnly": false,
"requiredMods": [],
"dependencies": [],
"dependants": [],
"mcreatorDependencies": [],
"currentGenerator": "forge-1.18.2",
"modElementsPackage": "net.mcreator.moretools",
"lockBaseModFiles": false
},
"mcreatorVersion": 202300336712
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
{
"mod_elements": [
{
"name": "AmthystHelmetTickEvent",
"type": "procedure",
"compiles": true,
"locked_code": false,
"registry_name": "amthyst_helmet_tick_event",
"metadata": {
"files": [
"src/main/java/net/mcreator/moretools/procedures/AmthystHelmetTickEventProcedure.java"
],
"dependencies": [
{
"name": "entity",
"type": "entity"
}
]
}
},
{
"name": "Amthyst",
"type": "armor",
"compiles": true,
"locked_code": false,
"registry_name": "amethyst",
"metadata": {
"files": [
"src/main/resources/assets/moretools/models/item/amethyst_helmet.json",
"src/main/resources/assets/moretools/models/item/amethyst_chestplate.json",
"src/main/java/net/mcreator/moretools/item/AmthystItem.java",
"src/main/resources/assets/moretools/models/item/amethyst_boots.json",
"src/main/resources/assets/moretools/models/item/amethyst_leggings.json"
]
}
},
{
"name": "Amyhelmet",
"type": "recipe",
"sortid": 2,
"compiles": true,
"locked_code": false,
"registry_name": "amyhelmet",
"metadata": {
"files": [
"src/main/resources/data/moretools/recipes/amethyst_helmet.json"
]
}
},
{
"name": "AmythystCHEST",
"type": "recipe",
"sortid": 1,
"compiles": true,
"locked_code": false,
"registry_name": "amythyst_chest",
"metadata": {
"files": [
"src/main/resources/data/moretools/recipes/amythyst_chest.json"
]
}
},
{
"name": "Amyleggings",
"type": "recipe",
"sortid": 3,
"compiles": true,
"locked_code": false,
"registry_name": "amyleggings",
"metadata": {
"files": [
"src/main/resources/data/moretools/recipes/amyleggings.json"
]
}
},
{
"name": "Amyboots",
"type": "recipe",
"sortid": 4,
"compiles": true,
"locked_code": false,
"registry_name": "amyboots",
"metadata": {
"files": [
"src/main/resources/data/moretools/recipes/amyboots.json"
]
}
}
],
"variable_elements": [],
"sound_elements": [],
"language_map": {
"en_us": {
"item.moretools.amethyst_leggings": "Amthyst Leggings",
"item.moretools.amethyst_boots": "Amthyst Boots",
"item.moretools.amethyst_helmet": "Amthyst Helmet",
"item.moretools.amethyst_chestplate": "Amthyst Chestplate"
}
},
"foldersRoot": {
"name": "~",
"children": []
},
"workspaceSettings": {
"modid": "moretools",
"modName": "moreTools",
"version": "1.0.0",
"author": "daniel, MCreator",
"websiteURL": "https://mcreator.net",
"license": "Academic Free License v3.0",
"disableForgeVersionCheck": true,
"serverSideOnly": false,
"requiredMods": [],
"dependencies": [],
"dependants": [],
"mcreatorDependencies": [],
"currentGenerator": "forge-1.18.2",
"modElementsPackage": "net.mcreator.moretools",
"lockBaseModFiles": false
},
"mcreatorVersion": 202300336712
}
17 changes: 17 additions & 0 deletions Workspace/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Workspace</name>
<comment></comment>
<projects/>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments/>
</buildCommand>
</buildSpec>
<linkedResources/>
<filteredResources/>
</projectDescription>
13 changes: 13 additions & 0 deletions Workspace/.settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#
#Sat Jan 20 18:28:14 GMT 2024
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17
org.eclipse.jdt.core.compiler.source=17
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.compliance=17
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
Binary file modified Workspace/build/libs/modid-1.0.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions Workspace/build/reobfJar/log.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Java Launcher: /home/daniel/Desktop/MCreator/MCreator20233/jdk/bin/java
Arguments: '--in-jar, /home/daniel/MCreatorWorkspaces/moretools/build/libs/modid-1.0.jar, --out-jar, /home/daniel/MCreatorWorkspaces/moretools/build/reobfJar/output.jar, --srg-in, /home/daniel/MCreatorWorkspaces/moretools/build/createMcpToSrg/output.tsrg, --live'
Arguments: '--in-jar, /home/daniel/Documents/GitHub/MoreTools-Armor/Workspace/build/libs/modid-1.0.jar, --out-jar, /home/daniel/Documents/GitHub/MoreTools-Armor/Workspace/build/reobfJar/output.jar, --srg-in, /home/daniel/Documents/GitHub/MoreTools-Armor/Workspace/build/createMcpToSrg/output.tsrg, --live'
Classpath:
- /home/daniel/.mcreator/gradle/caches/forge_gradle/maven_downloader/net/md-5/SpecialSource/1.11.0/SpecialSource-1.11.0-shaded.jar
- /home/daniel/.mcreator/gradle/caches/forge_gradle/minecraft_user_repo/net/minecraftforge/forge/1.18.2-40.2.10_mapped_official_1.18.2/forge-1.18.2-40.2.10_mapped_official_1.18.2-recomp.jar
Expand Down Expand Up @@ -86,7 +86,7 @@ Classpath:
- /home/daniel/.mcreator/gradle/caches/modules-2/files-2.1/org.antlr/antlr-runtime/3.5.2/cd9cd41361c155f3af0f653009dcecb08d8b4afd/antlr-runtime-3.5.2.jar
- /home/daniel/.mcreator/gradle/caches/modules-2/files-2.1/org.abego.treelayout/org.abego.treelayout.core/1.0.3/457216e8e6578099ae63667bb1e4439235892028/org.abego.treelayout.core-1.0.3.jar
- /home/daniel/.mcreator/gradle/caches/modules-2/files-2.1/org.glassfish/javax.json/1.0.4/3178f73569fd7a1e5ffc464e680f7a8cc784b85a/javax.json-1.0.4.jar
Working directory: /home/daniel/MCreatorWorkspaces/moretools/build/reobfJar
Working directory: /home/daniel/Documents/GitHub/MoreTools-Armor/Workspace/build/reobfJar
Main class: net.md_5.specialsource.SpecialSource
====================================
Loading mappings
Expand Down
Binary file modified Workspace/build/reobfJar/output.jar
Binary file not shown.
Binary file modified Workspace/build/tmp/compileJava/previous-compilation-data.bin
Binary file not shown.
7 changes: 4 additions & 3 deletions Workspace/moretools.mcreator
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"registry_name": "amethyst",
"metadata": {
"files": [
"src/main/resources/assets/moretools/models/item/amethyst_boots.json",
"src/main/resources/assets/moretools/models/item/amethyst_helmet.json",
"src/main/resources/assets/moretools/models/item/amethyst_chestplate.json",
"src/main/resources/assets/moretools/models/item/amethyst_leggings.json",
"src/main/java/net/mcreator/moretools/item/AmthystItem.java"
"src/main/java/net/mcreator/moretools/item/AmthystItem.java",
"src/main/resources/assets/moretools/models/item/amethyst_boots.json",
"src/main/resources/assets/moretools/models/item/amethyst_leggings.json"
]
}
},
Expand Down Expand Up @@ -115,6 +115,7 @@
"dependants": [],
"mcreatorDependencies": [],
"currentGenerator": "forge-1.18.2",
"credits": "Created using mod maker MCreator - https://mcreator.net/about",
"modElementsPackage": "net.mcreator.moretools",
"lockBaseModFiles": false
},
Expand Down
Binary file added textures/Amethis helmet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/amethyst_chestplate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/ameythyst_leggings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/amythyst_boots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/amythyst_layer_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/amythyst_layer_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 141a188

Please sign in to comment.