You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fabric multi-version support using Stonecutter (#33)
* Some initial work
Signed-off-by: IxPrumxI <walidaqeel@gmail.com>
* Drop 1.18.2 and below. Working 1.21.4 build
Signed-off-by: IxPrumxI <walidaqeel@gmail.com>
* Working 1.19+ builds
Signed-off-by: IxPrumxI <walidaqeel@gmail.com>
* Switch to 1.21.4
Signed-off-by: IxPrumxI <walidaqeel@gmail.com>
* Runnable
Signed-off-by: IxPrumxI <walidaqeel@gmail.com>
* Fix for idea plugin and build script changes
* Cleanup comments
* Working 1.17+ builds. Development guide for Fabric.
* Cleaning up imports
* Enable build action for fabric-stonecutter
* Remove dependency graph
* Add a script for re-creating symlink in windows
* Chat suggestions and Skin info
* Test commit
* Stonecutter 0.7
Disables TextPlaceholder integration
* Buildable with `gradle build -x fabirc:build` only 1.21.4 working
* Fix mixin failure on 1.19.2
* Use project.property in gradle and remove loom MPO
* Fix mixin for all versions
* Suppress warning
* Check to CallbackInfoReturnable due to warning
* Fix advancement mixin for all versions
* Fix translation bug on older adventure versions
* Refactor FabricDeathModule to use ServerLivingEntityEvents instead of mixins
* Fix the real issue with CommandManagerMixin
* Fix issues with spectator action in Fabric
* Bump stonecutter to 0.7.1
* 1.21.5 and 1.21.6-1.21.8 and a few bug fixes
* CI builds for fabric
* Set active fabric version to 1.21.6
* Bump Stonecutter to 0.7.3
* Disabled `:fabric:compileJava` task, Now `gradle build` works fine.
* Fix mapped sources for fabric and updates link scripts
Also ignores the symlinks for the fabric versions
* Update development instructions for setting up mapped sources
* Remove unused import
* Remove idea module testing code
* Re-enable TextPlaceholderIntegration
* TextPlaceholderIntegration had wrong minecraft version
* Drop fabric-stonecutter changes in build.yaml
* Fabric adventure utility
* Bump Stonecutter to 0.7.4
* Forgot licence
* Update FabricPlayer#skinInfo to use skin parts
* Remove MixinExtras from fabric
* Update bungeecord-api to 1.21-R0.4-SNAPSHOT
* Fix import issues
* Suppress adventure removal warning
* Fix build
* Mixin into ServerPlayerEntity to support locale under 1.20.2
* Add task to delete mapped source for Fabric
* Fix locale mixin
* Change compatibility level to 17
* Remove TextColor usage
* Remove unused import
* Remove FabricCommandHandler#getSender to use ServerCommandSource#getEntity instead
* Update kyori's ANSI library to 1.1.0 in older versions
* Refactor FabricAdventureUtil to FabricComponentFactory
* Implement player model parts correctly in lower versions
* Fix an issue with PlayerAdvancementTrackerMixin in 1.20.1
* Add error when FabricDiscordSRV is null on server startup
* Bump adventure-platform-mod to 6.5.1 for 1.21.6
---------
Signed-off-by: IxPrumxI <walidaqeel@gmail.com>
if (-not ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)) {
3
+
Write-Host"Script needs to be run as Administrator. Restarting with elevated privileges..."
0 commit comments