Skip to content

Commit

Permalink
adapt: adapt 1.20.72
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsubasa6848 committed Mar 27, 2024
1 parent 1ecbd93 commit ab4a4b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SDK-GMLIB
Submodule SDK-GMLIB updated 56 files
+1 −1 GMLIB/Event/Entity/ActorChangeDImensionEvent.h
+1 −1 GMLIB/Event/Entity/DeathMessageEvent.h
+1 −1 GMLIB/Event/Entity/DragonRespawnEvent.h
+1 −1 GMLIB/Event/Entity/ItemActorEvent.h
+1 −1 GMLIB/Event/Entity/ItemActorSpawnEvent.h
+1 −1 GMLIB/Event/Entity/MobHurtEvent.h
+1 −1 GMLIB/Event/Entity/MobPickupItemEvent.h
+1 −1 GMLIB/Event/Entity/ProjectileCreateEvent.h
+1 −1 GMLIB/Event/Level/ExplodeEvent.h
+1 −1 GMLIB/Event/Level/WeatherUpdateEvent.h
+1 −1 GMLIB/Event/Packet/ClientLoginEvent.h
+1 −1 GMLIB/Event/Packet/TextPacketEvent.h
+1 −1 GMLIB/Event/Player/PlayerChangeDimensionEvent.h
+1 −1 GMLIB/Event/Player/PlayerSleepEvent.h
+18 −0 GMLIB/Event/Registries/CreativeItemsInitEvent.h
+1 −1 GMLIB/Event/Registries/JsonItemInitEvent.h
+1 −1 GMLIB/Event/Registries/ResourcePackInitEvent.h
+1 −1 GMLIB/Files/Config/JsonConfig.h
+1 −1 GMLIB/Files/FileUtils.h
+1 −1 GMLIB/Files/JsonFile.h
+1 −1 GMLIB/Files/Language/I18n/JsonI18n.h
+1 −1 GMLIB/Files/Language/JsonLanguage.h
+1 −1 GMLIB/Files/Language/LangLanguage.h
+1 −1 GMLIB/Files/Language/McLang.h
+2 −1 GMLIB/Files/Language/ResourceLanguage.h
+40 −18 GMLIB/GMLIB.h
+7 −0 GMLIB/Macros.h
+1 −1 GMLIB/Mod/Addons/CustomDamageCause.h
+1 −1 GMLIB/Mod/Addons/CustomPacks.h
+1 −1 GMLIB/Mod/Addons/VanillaFix.h
+1 −1 GMLIB/Mod/CustomGenerator/CustomBiome.h
+1 −1 GMLIB/Mod/CustomItem/CustomItem.h
+1 −1 GMLIB/Mod/CustomItem/JsonItem.h
+1 −1 GMLIB/Mod/CustomRecipe/CustomRecipe.h
+1 −1 GMLIB/Mod/CustomRecipe/JsonRecipe.h
+2 −1 GMLIB/Mod/CustomRecipe/Recipe/CustomFurnaceRecipe.h
+2 −1 GMLIB/Mod/CustomRecipe/Recipe/CustomShapedRecipe.h
+4 −3 GMLIB/Mod/CustomRecipe/Recipe/CustomShapelessRecipe.h
+4 −4 GMLIB/Mod/CustomRecipe/Recipe/CustomShulkerBoxRecipe.h
+1 −1 GMLIB/Server/ActorAPI.h
+1 −1 GMLIB/Server/BinaryStreamAPI.h
+13 −3 GMLIB/Server/CompoundTagAPI.h
+1 −1 GMLIB/Server/FakeListAPI.h
+1 −1 GMLIB/Server/FloatingTextAPI.h
+1 −1 GMLIB/Server/FormAPI/NpcDialogueForm.h
+1 −1 GMLIB/Server/FormAPI/ServerSettingForm.h
+43 −8 GMLIB/Server/ItemStackAPI.h
+1 −1 GMLIB/Server/LevelAPI.h
+1 −1 GMLIB/Server/PlaceholderAPI.h
+3 −6 GMLIB/Server/PlayerAPI.h
+1 −1 GMLIB/Server/ScoreboardAPI.h
+1 −1 GMLIB/Server/SpawnerAPI.h
+1 −1 GMLIB/Server/UserCache.h
+2 −0 GMLIB/include_lib.h
+211 −71 GMLIB/include_mc.h
+ Lib/GMLIB.lib
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "native",
"author": "GroupMountain",
"description": "Free Camera",
"version": "0.9.0",
"version": "0.10.0",
"dependencies": [
{
"name": "GMLIB"
Expand Down
6 changes: 3 additions & 3 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "github.com/GroupMountain/FreeCamera",
"version": "0.9.0",
"version": "0.10.0",
"info": {
"name": "FreeCamera",
"description": "Free Camera Plugin on Bedrock Dedicated Server",
Expand All @@ -11,9 +11,9 @@
"FreeCamera"
]
},
"asset_url": "https://github.com/GroupMountain/FreeCamera/releases/download/v0.9.0/FreeCamera-windows-x64.zip",
"asset_url": "https://github.com/GroupMountain/FreeCamera/releases/download/v0.10.0/FreeCamera-windows-x64.zip",
"dependencies": {
"github.com/GroupMountain/GMLIB": ">=0.9.8"
"github.com/GroupMountain/GMLIB": ">=0.10.0"
},
"files": {
"place": [
Expand Down

0 comments on commit ab4a4b2

Please sign in to comment.