This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I cannot get Minecraft 1.21 To recognize the .MCfunction file that i made. I have made sure that the data.MCmeta file was correct. Not sure about every thing else.
Here is the file path for the datapack:
.minecraft/saves/teset/datapacks/Hit Stuff/data/iaheat/functions/diamond-stock.mcfunction
And here is the .MCfunctions file:
item replace entity @p armor.chest with minecraft:diamond_chestplate item replace entity @p armor.feet with minecraft:diamond_boots item replace entity @p armor.head with minecraft:diamond_helmet item replace entity @p armor.legs with minecraft:diamond_leggings item replace entity @p hotbar.0 with minecraft:diamond_sword item replace entity @p hotbar.1 with bow item replace entity @p hotbar.3 with minecraft:golden_apple 64 item replace entity @p hotbar.7 with arrow 64 item replace entity @p hotbar.8 with arrow 64
I cant figure it out for the life of me, so i think ima need some help.
I believe that in 1.21 the folders have been renamed. Try changing the folder name from "functions" to "function".
Here is the changelog in case it helps: https://www.minecraft.net/en-us/article/minecraft-java-edition-1-21#:~:text=TAGS-,DIRECTORY RENAMES,-Some registry types
That worked! Thank You!!!
I cannot get Minecraft 1.21 To recognize the .MCfunction file that i made. I have made sure that the data.MCmeta file was correct. Not sure about every thing else.
Here is the file path for the datapack:
And here is the .MCfunctions file:
I cant figure it out for the life of me, so i think ima need some help.
I believe that in 1.21 the folders have been renamed. Try changing the folder name from "functions" to "function".
Here is the changelog in case it helps: https://www.minecraft.net/en-us/article/minecraft-java-edition-1-21#:~:text=TAGS-,DIRECTORY RENAMES,-Some registry types
That worked! Thank You!!!