Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ write
Method
write
src/periphery/Periphery.java:73–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
public
static
void
write() {
74
Periphery.writeConfig();
75
Periphery.writePlaces();
76
}
77
78
public
static
String[] detectTexturePacks() {
79
File file =
new
File(SC_TEXTURE_FOLDER + File.separator);
Callers
3
initOutput
Method · 0.95
initSetup
Method · 0.95
Main
Method · 0.95
Calls
2
writeConfig
Method · 0.95
writePlaces
Method · 0.95
Tested by
no test coverage detected