Skip to content

Commit

Permalink
fix: fix some max values in mappings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeV220 committed Dec 24, 2023
1 parent 130d423 commit 1871daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@
{
"name": "Registry.ParticleTypeRegistry",
"min": 13,
"max": 19.2,
"max": 99,
"mappings": [
{
"from": 13,
Expand Down Expand Up @@ -467,7 +467,7 @@
{
"name": "Registry.BlockRegistry",
"min": 17,
"max": 19.2,
"max": 99,
"mappings": [
{
"from": 17,
Expand Down

0 comments on commit 1871daf

Please sign in to comment.