mirror of
https://github.com/runelite/plugin-hub.git
synced 2025-12-23 22:48:49 -05:00
add friendly-guide (#8255)
* Create friendly-guide * Add friendly-guide to toml dependency list * Update friendly-guide * Update friendly-guide Not sure where I'm using java.lang.system.out/err/in other than tests, but I removed from there as well. * Update friendly-guide * Update friendly-guide Load the dialog conditions and requirements explicitly * Update friendly-guide Replace reflection with hardcoded map * Update friendly-guide * Update friendly-guide address issues found in build
This commit is contained in:
@@ -137,7 +137,7 @@ dependencies {
|
||||
because "osrs-archipelago"
|
||||
}
|
||||
thirdParty("org.tomlj:tomlj:1.1.1") {
|
||||
because "resource-packs"
|
||||
because "resource-packs, friendly-guide"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
3
plugins/friendly-guide
Normal file
3
plugins/friendly-guide
Normal file
@@ -0,0 +1,3 @@
|
||||
repository=https://github.com/NicholasDenaro/osrs-friendly-guide.git
|
||||
commit=5d63a17966e928af70c778bc3da8d781ac7782fc
|
||||
authors=NicholasDenaro
|
||||
Reference in New Issue
Block a user