-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b7d3f1
commit 141a188
Showing
32 changed files
with
802 additions
and
5 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file modified
BIN
-22 Bytes
(44%)
Workspace/.gradle/7.5.1/dependencies-accessors/dependencies-accessors.lock
Binary file not shown.
Empty file.
Binary file modified
BIN
+82.3 KB
(500%)
Workspace/.gradle/7.5.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified
BIN
-22 Bytes
(44%)
Workspace/.gradle/7.5.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file modified
BIN
-22 Bytes
(44%)
Workspace/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file not shown.
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
buildFileVersion=40.2.10/1.0.1 |
122 changes: 122 additions & 0 deletions
122
Workspace/.mcreator/workspaceBackups/moretools.mcreator-backup_20240120_182759
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
122 changes: 122 additions & 0 deletions
122
Workspace/.mcreator/workspaceBackups/moretools.mcreator-backup_20240120_184732
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Workspace/build/tmp/compileJava/previous-compilation-data.bin
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.