Skip to content

Commit

Permalink
Re-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Programmer Astolfo committed Oct 8, 2023
0 parents commit 3f345d7
Show file tree
Hide file tree
Showing 120 changed files with 7,213 additions and 0 deletions.
555 changes: 555 additions & 0 deletions .classpath

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.gradle/
build/
run/
1 change: 1 addition & 0 deletions .mcreator/generatorGradleCache

Large diffs are not rendered by default.

Binary file added .mcreator/modElementThumbnails/AstolfoArmor.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 .mcreator/modElementThumbnails/AstolfoAttracotr.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 .mcreator/modElementThumbnails/AstolfoBiome.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 .mcreator/modElementThumbnails/AstolfoCasual.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 .mcreator/modElementThumbnails/AstolfoItem.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 .mcreator/modElementThumbnails/AstolfoRepellent.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 .mcreator/modElementThumbnails/AstolfoSchoolgirl.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 .mcreator/modElementThumbnails/AstolfoTab.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 .mcreator/modElementThumbnails/Boykisser.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 .mcreator/modElementThumbnails/Despawn.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 .mcreator/modElementThumbnails/DespawnProc.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 .mcreator/modElementThumbnails/DuplicateAstolfos.png
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.
Binary file added .mcreator/modElementThumbnails/Felix.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 .mcreator/modElementThumbnails/MonsterWhite.png
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.
1 change: 1 addition & 0 deletions .mcreator/setupInfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
buildFileVersion=47.1.0
256 changes: 256 additions & 0 deletions .mcreator/workspaceBackups/astolfo.mcreator-backup_20231008_104410
Original file line number Diff line number Diff line change
@@ -0,0 +1,256 @@
{
"mod_elements": [
{
"name": "AstolfoCasual",
"type": "livingentity",
"sortid": 2,
"compiles": true,
"locked_code": false,
"registry_name": "astolfo_casual",
"metadata": {
"files": [
"src/main/java/me/programmerastolfo/astolfo/client/renderer/AstolfoCasualRenderer.java",
"src/main/resources/data/astolfo/forge/biome_modifier/astolfo_casual_biome_modifier.json",
"src/main/java/me/programmerastolfo/astolfo/entity/AstolfoCasualEntity.java",
"src/main/resources/assets/astolfo/models/item/astolfo_casual_spawn_egg.json"
]
}
},
{
"name": "AstolfoSchoolgirl",
"type": "livingentity",
"sortid": 1,
"compiles": true,
"locked_code": false,
"registry_name": "astolfo_schoolgirl",
"metadata": {
"files": [
"src/main/java/me/programmerastolfo/astolfo/client/renderer/AstolfoSchoolgirlRenderer.java",
"src/main/resources/data/astolfo/forge/biome_modifier/astolfo_schoolgirl_biome_modifier.json",
"src/main/resources/assets/astolfo/models/item/astolfo_schoolgirl_spawn_egg.json",
"src/main/java/me/programmerastolfo/astolfo/entity/AstolfoSchoolgirlEntity.java"
]
}
},
{
"name": "AstolfoArmor",
"type": "livingentity",
"sortid": 3,
"compiles": true,
"locked_code": false,
"registry_name": "astolfo_armor",
"metadata": {
"files": [
"src/main/java/me/programmerastolfo/astolfo/entity/AstolfoArmorEntity.java",
"src/main/java/me/programmerastolfo/astolfo/client/renderer/AstolfoArmorRenderer.java",
"src/main/resources/data/astolfo/forge/biome_modifier/astolfo_armor_biome_modifier.json",
"src/main/resources/assets/astolfo/models/item/astolfo_armor_spawn_egg.json"
]
}
},
{
"name": "DuplicateAstolfosProc",
"type": "procedure",
"sortid": 4,
"compiles": true,
"locked_code": false,
"registry_name": "duplicate_astolfos_proc",
"metadata": {
"files": [
"src/main/java/me/programmerastolfo/astolfo/procedures/DuplicateAstolfosProcProcedure.java"
],
"dependencies": [
{
"name": "arguments",
"type": "cmdcontext"
},
{
"name": "x",
"type": "number"
},
{
"name": "y",
"type": "number"
},
{
"name": "z",
"type": "number"
},
{
"name": "world",
"type": "world"
}
]
}
},
{
"name": "DuplicateAstolfos",
"type": "command",
"sortid": 5,
"compiles": true,
"locked_code": false,
"registry_name": "duplicate_astolfos",
"metadata": {
"files": [
"src/main/java/me/programmerastolfo/astolfo/command/DuplicateAstolfosCommand.java"
]
}
},
{
"name": "Felix",
"type": "livingentity",
"sortid": 6,
"compiles": true,
"locked_code": false,
"registry_name": "felix",
"metadata": {
"files": [
"src/main/resources/assets/astolfo/models/item/felix_spawn_egg.json",
"src/main/resources/data/astolfo/forge/biome_modifier/felix_biome_modifier.json",
"src/main/java/me/programmerastolfo/astolfo/entity/FelixEntity.java",
"src/main/java/me/programmerastolfo/astolfo/client/renderer/FelixRenderer.java"
]
}
},
{
"name": "DespawnProc",
"type": "procedure",
"sortid": 7,
"compiles": true,
"locked_code": false,
"registry_name": "despawn_proc",
"metadata": {
"files": [
"src/main/java/me/programmerastolfo/astolfo/procedures/DespawnProcProcedure.java"
],
"dependencies": [
{
"name": "arguments",
"type": "cmdcontext"
}
]
}
},
{
"name": "Despawn",
"type": "command",
"sortid": 8,
"compiles": true,
"locked_code": false,
"registry_name": "despawn",
"metadata": {
"files": [
"src/main/java/me/programmerastolfo/astolfo/command/DespawnCommand.java"
]
}
},
{
"name": "MonsterWhitePlayerFinishesUsingItem",
"type": "procedure",
"sortid": 9,
"compiles": true,
"locked_code": false,
"registry_name": "monster_white_player_finishes_using_item",
"metadata": {
"files": [
"src/main/java/me/programmerastolfo/astolfo/procedures/MonsterWhitePlayerFinishesUsingItemProcedure.java"
],
"dependencies": [
{
"name": "entity",
"type": "entity"
}
]
}
},
{
"name": "MonsterWhite",
"type": "item",
"sortid": 10,
"compiles": true,
"locked_code": false,
"registry_name": "monster_white",
"metadata": {
"files": [
"src/main/resources/assets/astolfo/models/item/monster_white.json",
"src/main/java/me/programmerastolfo/astolfo/item/MonsterWhiteItem.java"
]
}
},
{
"name": "AstolfoItem",
"type": "item",
"sortid": 11,
"compiles": true,
"locked_code": false,
"registry_name": "astolfo_item",
"metadata": {
"files": [
"src/main/java/me/programmerastolfo/astolfo/item/AstolfoItemItem.java",
"src/main/resources/assets/astolfo/models/item/astolfo_item.json"
]
}
},
{
"name": "AstolfoTab",
"type": "tab",
"sortid": 12,
"compiles": true,
"locked_code": false,
"registry_name": "astolfo_tab",
"metadata": {
"files": []
}
}
],
"variable_elements": [],
"sound_elements": [
{
"name": "astolfo_yahoo",
"files": [
"astolfo-yahoo"
],
"category": "ambient",
"subtitle": "Yahoo!"
}
],
"language_map": {
"en_us": {
"subtitles.astolfo_yahoo": "Yahoo!",
"item.astolfo.astolfo_armor_spawn_egg": "Astolfo Armor Spawn Egg",
"item.astolfo.felix_spawn_egg": "Felix Spawn Egg",
"item.astolfo.astolfo_casual_spawn_egg": "Astolfo Casual Spawn Egg",
"entity.astolfo.felix": "Felix",
"entity.astolfo.astolfo_casual": "Astolfo Casual",
"entity.astolfo.astolfo_schoolgirl": "Astolfo Schoolgirl",
"item.astolfo.astolfo_item": "me.programmerastolfo.astolfo.items.AstolfoItem",
"entity.astolfo.astolfo_armor": "Astolfo Armor",
"subtitles.fate_apocrypha": "",
"item_group.astolfo.astolfo_tab": "Astolfo Mod",
"item.astolfo.astolfo_schoolgirl_spawn_egg": "Astolfo Schoolgirl Spawn Egg",
"item.astolfo.monster_white": "Monster Energy White"
}
},
"foldersRoot": {
"name": "~",
"children": []
},
"workspaceSettings": {
"modid": "astolfo",
"modName": "astolfo",
"version": "1.0.0",
"author": "astolfo, MCreator",
"websiteURL": "https://mcreator.net",
"license": "Academic Free License v3.0",
"disableForgeVersionCheck": true,
"serverSideOnly": false,
"requiredMods": [],
"dependencies": [],
"dependants": [],
"mcreatorDependencies": [],
"currentGenerator": "forge-1.20.1",
"modElementsPackage": "me.programmerastolfo.astolfo",
"lockBaseModFiles": false
},
"mcreatorVersion": 202300336712
}
Loading

0 comments on commit 3f345d7

Please sign in to comment.