Skip to content

Commit 404b522

Browse files
version bump v2.0.0
update to mc version 1.21
1 parent f65fa0f commit 404b522

File tree

18 files changed

+23
-23
lines changed

18 files changed

+23
-23
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The MuffinTime Datapack
2-
This datapack is used to change resources of totems while using [muffintime-resource-pack](https://github.com/RealMuffinTime/muffintime-resource-pack). For Minecraft Version `1.20.x`.
2+
This datapack is used to change resources of totems while using [muffintime-resource-pack](https://github.com/RealMuffinTime/muffintime-resource-pack). For Minecraft Version `1.21.x`.
33

44
It's is possible to change Totem textures via the command `/function muffintime:<totem_type>`.
55
Currently `<totem_type>` can be one of:

VERSIONS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### Version [v2.0.0](https://github.com/RealMuffinTime/muffintime-data-pack/releases/tag/v2.0.0) - 2024-06-29
2+
###### Changes
3+
- Changed functions and item_modifiers to account for changes in MC 1.21
4+
- Renamed functions/item_modifiers to function/item_modifier to account for changes in MC 1.21
5+
16
### Version [v1.0.0](https://github.com/RealMuffinTime/muffintime-data-pack/releases/tag/v1.0.0) - 2024-02-02
27
###### New stuff
38
- Added functions and item_modifiers to change totems CustomModelData
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
item modify entity @s weapon.mainhand muffintime:ahegao
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
item modify entity @s weapon.mainhand muffintime:blue
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
item modify entity @s weapon.mainhand muffintime:green
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
item modify entity @s weapon.mainhand muffintime:red
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
item modify entity @s weapon.mainhand muffintime:yellow

data/muffintime/functions/ahegao.mcfunction

Lines changed: 0 additions & 2 deletions
This file was deleted.

data/muffintime/functions/blue.mcfunction

Lines changed: 0 additions & 2 deletions
This file was deleted.

data/muffintime/functions/green.mcfunction

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)