Commit a76e4e3
committed
Fix ACK/NAK. Not finished yet.
Remove fnbt from NuGet and using my own with bug-fix for lists. Now loading any anvil world should work. Made a pull-reqest for fnbt and will switch back when a new release is in NuGet.1 parent 91fb516 commit a76e4e3Copy full SHA for a76e4e3
14 files changed
+138-81Lines changed: 138 additions & 81 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- external
- src/MiNET
- MiNET.Client
- MiNET.Test
- MiNET
- Net
Expand file treeCollapse file tree
Open diff view settings
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
Collapse file
src/MiNET/MiNET.Client/MiNET.Client.csproj
Copy file name to clipboardExpand all lines: src/MiNET/MiNET.Client/MiNET.Client.csproj+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
38 | | - |
39 | | - |
40 | | - |
41 | 37 | |
42 | 38 | |
43 | 39 | |
| ||
59 | 55 | |
60 | 56 | |
61 | 57 | |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
62 | 62 | |
63 | 63 | |
64 | 64 | |
|
Collapse file
src/MiNET/MiNET.Test/MiNET.Test.csproj
Copy file name to clipboardExpand all lines: src/MiNET/MiNET.Test/MiNET.Test.csproj+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
40 | 40 | |
41 | 41 | |
42 | 42 | |
43 | | - |
44 | | - |
45 | | - |
46 | | - |
47 | 43 | |
48 | 44 | |
49 | 45 | |
| ||
72 | 68 | |
73 | 69 | |
74 | 70 | |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
75 | 75 | |
76 | 76 | |
77 | 77 | |
|
Collapse file
src/MiNET/MiNET.Test/MinetAnvilTest.cs
Copy file name to clipboardExpand all lines: src/MiNET/MiNET.Test/MinetAnvilTest.cs+40-5Lines changed: 40 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
49 | 49 | |
50 | 50 | |
51 | 51 | |
| 52 | + |
| 53 | + |
52 | 54 | |
53 | 55 | |
54 | 56 | |
| ||
61 | 63 | |
62 | 64 | |
63 | 65 | |
| 66 | + |
64 | 67 | |
65 | | - |
66 | | - |
| 68 | + |
67 | 69 | |
68 | 70 | |
69 | 71 | |
| ||
157 | 159 | |
158 | 160 | |
159 | 161 | |
160 | | - |
| 162 | + |
161 | 163 | |
162 | 164 | |
163 | 165 | |
164 | 166 | |
165 | 167 | |
166 | 168 | |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
167 | 176 | |
168 | | - |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
169 | 182 | |
170 | | - |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
171 | 206 | |
172 | 207 | |
173 | 208 | |
Collapse file
+19Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
| 37 | + |
| 38 | + |
37 | 39 | |
38 | 40 | |
39 | 41 | |
| ||
106 | 108 | |
107 | 109 | |
108 | 110 | |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
109 | 125 | |
110 | 126 | |
111 | 127 | |
112 | 128 | |
| 129 | + |
| 130 | + |
| 131 | + |
113 | 132 | |
114 | 133 | |
115 | 134 | |
|
Collapse file
src/MiNET/MiNET/MiNET.csproj
Copy file name to clipboardExpand all lines: src/MiNET/MiNET/MiNET.csproj+9-4Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
35 | 35 | |
36 | 36 | |
37 | 37 | |
38 | | - |
39 | | - |
40 | | - |
41 | | - |
42 | 38 | |
43 | 39 | |
44 | 40 | |
| ||
280 | 276 | |
281 | 277 | |
282 | 278 | |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
283 | 288 | |
284 | 289 | |
285 | 290 | |
|
Collapse file
src/MiNET/MiNET/MiNetServer.cs
Copy file name to clipboardExpand all lines: src/MiNET/MiNET/MiNetServer.cs+46-60Lines changed: 46 additions & 60 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
444 | 444 | |
445 | 445 | |
446 | 446 | |
447 | | - |
448 | | - |
449 | | - |
450 | | - |
451 | | - |
452 | | - |
453 | | - |
| 447 | + |
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
454 | 453 | |
455 | | - |
| 454 | + |
456 | 455 | |
457 | | - |
458 | | - |
| 456 | + |
459 | 457 | |
460 | 458 | |
461 | | - |
| 459 | + |
462 | 460 | |
463 | | - |
464 | | - |
465 | | - |
| 461 | + |
466 | 462 | |
467 | | - |
468 | | - |
469 | | - |
470 | | - |
471 | | - |
472 | | - |
473 | | - |
474 | | - |
475 | | - |
476 | | - |
477 | | - |
478 | | - |
479 | | - |
480 | | - |
481 | | - |
482 | | - |
| 463 | + |
| 464 | + |
483 | 465 | |
484 | | - |
485 | | - |
486 | | - |
| 466 | + |
| 467 | + |
| 468 | + |
| 469 | + |
| 470 | + |
| 471 | + |
487 | 472 | |
488 | 473 | |
489 | 474 | |
| ||
496 | 481 | |
497 | 482 | |
498 | 483 | |
499 | | - |
| 484 | + |
| 485 | + |
| 486 | + |
| 487 | + |
500 | 488 | |
501 | | - |
502 | | - |
| 489 | + |
503 | 490 | |
504 | | - |
| 491 | + |
| 492 | + |
| 493 | + |
| 494 | + |
505 | 495 | |
506 | | - |
507 | 496 | |
508 | | - |
| 497 | + |
| 498 | + |
| 499 | + |
| 500 | + |
| 501 | + |
509 | 502 | |
510 | | - |
511 | | - |
512 | | - |
513 | | - |
514 | 503 | |
515 | 504 | |
516 | 505 | |
| ||
573 | 562 | |
574 | 563 | |
575 | 564 | |
576 | | - |
| 565 | + |
577 | 566 | |
578 | 567 | |
579 | | - |
| 568 | + |
580 | 569 | |
581 | | - |
582 | | - |
| 570 | + |
583 | 571 | |
584 | | - |
585 | | - |
586 | | - |
587 | | - |
| 572 | + |
| 573 | + |
588 | 574 | |
589 | | - |
| 575 | + |
| 576 | + |
| 577 | + |
| 578 | + |
590 | 579 | |
591 | | - |
| 580 | + |
| 581 | + |
592 | 582 | |
593 | | - |
594 | | - |
595 | | - |
596 | | - |
597 | | - |
598 | | - |
| 583 | + |
599 | 584 | |
| 585 | + |
600 | 586 | |
601 | 587 | |
602 | 588 | |
| ||
671 | 657 | |
672 | 658 | |
673 | 659 | |
674 | | - |
| 660 | + |
675 | 661 | |
676 | 662 | |
677 | 663 | |
|
Collapse file
+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
106 | 106 | |
107 | 107 | |
108 | 108 | |
| 109 | + |
109 | 110 | |
110 | 111 | |
111 | 112 | |
| ||
128 | 129 | |
129 | 130 | |
130 | 131 | |
| 132 | + |
| 133 | + |
131 | 134 | |
132 | 135 | |
133 | 136 | |
Collapse file
+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
| 10 | + |
10 | 11 | |
11 | 12 | |
12 | 13 | |
| ||
38 | 39 | |
39 | 40 | |
40 | 41 | |
| 42 | + |
| 43 | + |
41 | 44 | |
42 | 45 | |
43 | 46 | |
|
0 commit comments