Skip to content

Commit

Permalink
Slows down LLamas to bandaid fix Colourful Llama mod bug with speed a…
Browse files Browse the repository at this point in the history
…ttributes Fixes #39
  • Loading branch information
Darkosto committed Jan 2, 2025
1 parent d34b8b0 commit 64c5e89
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"type": "gateways:standard",
"count": 4,
"entity": "colourfulllamas:llama",
"nbt": "{\"pehkui:scale_data_types\":{\"pehkui:hitbox_width\":{scale:1.0f},\"pehkui:width\":{scale:1.0f},\"pehkui:height\":{scale:1.0f}},DeathLootTable:\"skyfactory_5:gateway_entities\",ArmorItems:[{},{},{},{id:\"simplehats:fro\",Count:1b,tag:{display:{color:16352035},Unbreakable:1b}}],Tags:[\"gateway_entity\"]}",
"finalize_spawn": true
"nbt": "{Attributes:[{Name:\"generic.movementSpeed\",Base:0.0d}],\"pehkui:scale_data_types\":{\"pehkui:hitbox_width\":{scale:1.0f},\"pehkui:width\":{scale:1.0f},\"pehkui:height\":{scale:1.0f}},DeathLootTable:\"skyfactory_5:gateway_entities\",ArmorItems:[{},{},{},{id:\"simplehats:fro\",Count:1b,tag:{display:{color:16352035},Unbreakable:1b}}],Tags:[\"gateway_entity\"]}",
"finalize_spawn": false
}
],
"rewards": [
Expand All @@ -47,7 +47,8 @@
"type": "gateways:standard",
"count": 4,
"entity": "colourfulllamas:llama",
"nbt": "{\"pehkui:scale_data_types\":{\"pehkui:hitbox_width\":{scale:0.95f},\"pehkui:width\":{scale:1.5f},\"pehkui:height\":{scale:1.5f}},DeathLootTable:\"skyfactory_5:gateway_entities\",ArmorItems:[{},{},{},{id:\"simplehats:fro\",Count:1b,tag:{display:{color:16352035},Unbreakable:1b}}],Tags:[\"gateway_entity\"]}"
"nbt": "{Attributes:[{Name:\"generic.movementSpeed\",Base:0.0d}],\"pehkui:scale_data_types\":{\"pehkui:hitbox_width\":{scale:0.95f},\"pehkui:width\":{scale:1.5f},\"pehkui:height\":{scale:1.5f}},DeathLootTable:\"skyfactory_5:gateway_entities\",ArmorItems:[{},{},{},{id:\"simplehats:fro\",Count:1b,tag:{display:{color:16352035},Unbreakable:1b}}],Tags:[\"gateway_entity\"]}",
"finalize_spawn": false
}
],
"modifiers": [
Expand Down Expand Up @@ -98,7 +99,8 @@
"type": "gateways:standard",
"count": 4,
"entity": "colourfulllamas:llama",
"nbt": "{\"pehkui:scale_data_types\":{\"pehkui:hitbox_width\":{scale:0.8f},\"pehkui:width\":{scale:2f},\"pehkui:height\":{scale:2f}},DeathLootTable:\"skyfactory_5:gateway_entities\",ArmorItems:[{},{},{},{id:\"simplehats:fro\",Count:1b,tag:{display:{color:16352035},Unbreakable:1b}}],Tags:[\"gateway_entity\"]}"
"nbt": "{Attributes:[{Name:\"generic.movementSpeed\",Base:0.0d}],\"pehkui:scale_data_types\":{\"pehkui:hitbox_width\":{scale:0.8f},\"pehkui:width\":{scale:2f},\"pehkui:height\":{scale:2f}},DeathLootTable:\"skyfactory_5:gateway_entities\",ArmorItems:[{},{},{},{id:\"simplehats:fro\",Count:1b,tag:{display:{color:16352035},Unbreakable:1b}}],Tags:[\"gateway_entity\"]}",
"finalize_spawn": false
}
],
"modifiers": [
Expand Down

0 comments on commit 64c5e89

Please sign in to comment.