Skip to content

Commit

Permalink
more swim fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dysth committed Nov 9, 2024
1 parent fd45bc0 commit 0643333
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"target": "cobblemon:palpitoad",
"behaviour": {
"moving": {
"swim": {
"canSwimInWater": true,
"canBreatheUnderwater": true
}
},
"resting": {
"canSleep": true,
"willSleepOnBed": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"target": "cobblemon:seismitoad",
"behaviour": {
"moving": {
"swim": {
"canSwimInWater": true,
"canBreatheUnderwater": true
}
},
"resting": {
"canSleep": true,
"willSleepOnBed": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"target": "cobblemon:tympole",
"behaviour": {
"moving": {
"swim": {
"canSwimInWater": true,
"canBreatheUnderwater": true
}
},
"resting": {
"canSleep": true,
"willSleepOnBed": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"target": "cobblemon:tapufini",
"behaviour": {
"moving": {
"swim": {
"canSwimInWater": true,
"canBreatheUnderwater": true
}
},
"resting": {
"canSleep": true,
"willSleepOnBed": false,
Expand Down

0 comments on commit 0643333

Please sign in to comment.