first commit

This commit is contained in:
2025-02-18 15:25:17 +01:00
commit 37cf0e8062
7403 changed files with 1227142 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{
"type": "choice",
"keys": ["size"],
"default": "random",
"choices": [
"tiny",
"small",
"normal",
"large",
"giant"
],
"isAspect": true,
"aspectFormat": "size-{{choice}}"
}

View File

@ -0,0 +1,5 @@
{
"values": [
"pokesizes:load"
]
}

View File

@ -0,0 +1,2 @@
tellraw @a "Loaded Beezy's Size Variations v1.0.0!"
schedule function pokesizes:loop2t 2t

View File

@ -0,0 +1,3 @@
execute as @e[type=cobblemon:pokemon,pehkui.scale=1,nbt=!{Pokemon:{size:"normal"}}] run function pokesizes:sizescale
schedule function pokesizes:loop2t 2t

View File

@ -0,0 +1,2 @@
scale set pehkui:base 1.3

View File

@ -0,0 +1,2 @@
scale set pehkui:base 1.1

View File

@ -0,0 +1,2 @@
scale set pehkui:base 0.9

View File

@ -0,0 +1,2 @@
scale set pehkui:base 0.8

View File

@ -0,0 +1,6 @@
scale delay set 0 @e[type=cobblemon:pokemon]
execute if entity @s[nbt={Pokemon:{size:"tiny"}}] run function pokesizes:scale_tiny
execute if entity @s[nbt={Pokemon:{size:"small"}}] run function pokesizes:scale_small
execute if entity @s[nbt={Pokemon:{size:"large"}}] run function pokesizes:scale_large
execute if entity @s[nbt={Pokemon:{size:"giant"}}] run function pokesizes:scale_giant
#tellraw @a "sizescale triggeredd"

View File

@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 15,
"description": "Cobblemon Size Variation Datapack by Beezy. Thank you HennySea on Cobblemon Disc for help optimizing!"
}
}