Skip to content

Commit

Permalink
Remove Worn Notebook datapack entry
Browse files Browse the repository at this point in the history
Closes #10
  • Loading branch information
62832 committed Nov 27, 2023
1 parent 670d735 commit 1004b04
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ minecraft {
configureEach {
workingDirectory(project.file("run"))
property("forge.logging.markers", "REGISTRIES")
property("forge.logging.console.level", "debug")
property("forge.logging.console.level", "info")

mods {
create(modId) {
Expand Down Expand Up @@ -197,6 +197,8 @@ spotless {
json {
target("src/*/resources/**/*.json")
targetExclude("src/generated/resources/**")
prettier().config(mapOf("parser" to "json"))
biome()
indentWithSpaces(2)
endWithNewline()
}
}
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencyResolutionManagement {
create("libs") {
plugin("forge", "net.minecraftforge.gradle").version("6.0.+")
plugin("mixin", "org.spongepowered.mixin").version("0.7.+")
plugin("spotless", "com.diffplug.spotless").version("6.20.0")
plugin("spotless", "com.diffplug.spotless").version("6.22.0")

val minecraftVersion = "1.20.1"
version("minecraft", minecraftVersion)
Expand Down
4 changes: 2 additions & 2 deletions src/data/java/gripe/_90/arseng/data/LocalisationProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ protected void addTranslations() {

add(
"arseng.page.source_cell_housing",
"ME Source Cells can be crafted with an ME Source Cell Housing. They will store many jars' worth of source.");
"ME Source Cells can be crafted with an ME Source Cell Housing. They will store many jars' worth of source within an Applied Energistics 2 ME system.");
add(
"arseng.page.source_acceptor",
"The ME Source Converter converts source into AE energy. Attach to an ME network and feed it source with a relay.");
"The ME Source Converter converts source into AE energy. Attach it to an ME network and feed it source with a relay in order to power the network itself simply using source.");
add("arseng.page.source_acceptor_description", "The Source Converter comes in both block and cable part form.");
}
}

This file was deleted.

0 comments on commit 1004b04

Please sign in to comment.