Skip to content

Commit

Permalink
Particle changes (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
PondWader committed Jul 18, 2023
1 parent 37015f4 commit 787107d
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 23 deletions.
13 changes: 9 additions & 4 deletions data/pc/1.19.2/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,15 @@
}
]
],
"30": [
"container",
[
{
"name": "rotation",
"type": "f32"
}
]
],
"39": [
"container",
[
Expand All @@ -191,10 +200,6 @@
"name": "positionType",
"type": "string"
},
{
"name": "origin",
"type": "position"
},
{
"name": "entityId",
"type": [
Expand Down
13 changes: 9 additions & 4 deletions data/pc/1.19.3/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,15 @@
}
]
],
"30": [
"container",
[
{
"name": "rotation",
"type": "f32"
}
]
],
"39": [
"container",
[
Expand All @@ -192,10 +201,6 @@
"name": "positionType",
"type": "string"
},
{
"name": "origin",
"type": "position"
},
{
"name": "entityId",
"type": [
Expand Down
13 changes: 9 additions & 4 deletions data/pc/1.19.4/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,15 @@
}
]
],
"33": [
"container",
[
{
"name": "rotation",
"type": "f32"
}
]
],
"42": [
"container",
[
Expand All @@ -247,10 +256,6 @@
"name": "positionType",
"type": "string"
},
{
"name": "origin",
"type": "position"
},
{
"name": "entityId",
"type": [
Expand Down
13 changes: 9 additions & 4 deletions data/pc/1.19/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,15 @@
}
]
],
"30": [
"container",
[
{
"name": "rotation",
"type": "f32"
}
]
],
"39": [
"container",
[
Expand All @@ -191,10 +200,6 @@
"name": "positionType",
"type": "string"
},
{
"name": "origin",
"type": "position"
},
{
"name": "entityId",
"type": [
Expand Down
19 changes: 12 additions & 7 deletions data/pc/1.20/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,16 @@
}
]
],
"42": [
"31": [
"container",
[
{
"name": "rotation",
"type": "f32"
}
]
],
"40": [
"container",
[
{
Expand All @@ -240,17 +249,13 @@
}
]
],
"43": [
"41": [
"container",
[
{
"name": "positionType",
"type": "string"
},
{
"name": "origin",
"type": "position"
},
{
"name": "entityId",
"type": [
Expand Down Expand Up @@ -296,7 +301,7 @@
}
]
],
"95": [
"93": [
"container",
[
{
Expand Down

0 comments on commit 787107d

Please sign in to comment.