-
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
Programmer Astolfo
committed
Oct 8, 2023
0 parents
commit 3f345d7
Showing
120 changed files
with
7,213 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,3 @@ | ||
.gradle/ | ||
build/ | ||
run/ |
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.
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.
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.
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
BIN
+194 Bytes
.mcreator/modElementThumbnails/MonsterWhitePlayerFinishesUsingItem.png
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=47.1.0 |
256 changes: 256 additions & 0 deletions
256
.mcreator/workspaceBackups/astolfo.mcreator-backup_20231008_104410
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,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 | ||
} |
Oops, something went wrong.