Skip to content

Commit

Permalink
Migrate logbegone to json
Browse files Browse the repository at this point in the history
  • Loading branch information
muon-rw committed Sep 28, 2024
1 parent 9646680 commit 537728a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Medieval MC [NEOFORGE] 1.21.1/config/logbegone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"logbegone": {
"phrases": [
"########## GL ERROR ##########",
"Radium Class Analysis Error: Class org.betterx",
"65539: Invalid key -1",
"@ Pre render",
"@ Render",
"@ Post render",
"Disconnecting VANILLA connection attempt",
"Attempted to load class net/minecraft/client",
"UUID of added entity already exists: EntityDragonPart",
"Empty or non-existent pool",
"invalid entry \"credits\"",
"Ignored non-lowercase namespace",
"Ignoring unknown attribute",
"does not belong to a known attribute. This entry will be ignored",
"Detected setBlock in a far chunk"
],
"regex": [
"Disconnecting VANILLA connection attempt",
".*(Unknown block '.*' in '.*' element '.*' at index).*",
".*(GL_INVALID_(OPERATION|VALUE|ENUM)).*"
]
}
}

0 comments on commit 537728a

Please sign in to comment.