sprinlebomb

This commit is contained in:
SquareScreamYT 2024-03-21 13:54:26 +08:00 committed by GitHub
parent 50ee33f189
commit c3e0609dac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 20 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Created by SquareScreamYT <@918475812884344852> and RealerRaddler <@914371295561535508>
Thanks to Alice <@697799964985786450>, nousernamefound <@316383921346707468>, Adora the Transfem <@778753696804765696> and Fioushemastor <@738828785482203189> for helping :)
v1.10.1
v1.10.2
you can support me at my youtube: https://youtube.com/@sqec
@ -328,6 +328,12 @@ Changelog (v1.10.1)
Changelog (v1.10.2)
- added chocolate chip, sprinkles and topping explosions
*/
/*
@ -6420,3 +6426,16 @@ elements.tapioca_leaves = {
state: "solid",
density: 1050
}
elements.sprinkle_bomb = {
color: ["#eb726a", "#ebca6a", "#88eb6a", "#6aaceb", "#eb6ade"],
behavior: [
"XX|XX|XX",
"XX|XX|XX",
"XX|M1 AND EX:10>sprinkles|XX",
],
category: "food",
state: "solid",
density: 1300,
excludeRandom: true,
cooldown: defaultCooldown
}