Skip to content

Commit d05f26a

Browse files
authored
Merge pull request #95 from Theawesomeboophis/Blazemod-Slime-Fix
[Blazemod] Update Slimes thanks to Theawesomeboophis' work
2 parents c352f86 + e310a54 commit d05f26a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Kenan-Modpack/blazemod/monsters/blob_monster.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"weight": "40750 g",
2929
"hp": 1,
3030
"speed": 60,
31-
"material": [ "flesh" ],
31+
"material": [ "slime" ],
3232
"symbol": "o",
3333
"color": "light_green",
3434
"phase": "LIQUID",
@@ -59,7 +59,7 @@
5959
"weight": "200 kg",
6060
"hp": 1,
6161
"speed": 60,
62-
"material": [ "flesh" ],
62+
"material": [ "slime" ],
6363
"symbol": "O",
6464
"color": "light_gray",
6565
"phase": "LIQUID",
@@ -90,7 +90,7 @@
9090
"weight": "120 kg",
9191
"hp": 1,
9292
"speed": 60,
93-
"material": [ "flesh" ],
93+
"material": [ "slime" ],
9494
"symbol": "O",
9595
"color": "green",
9696
"phase": "LIQUID",

0 commit comments

Comments
 (0)