1
0
mirror of https://github.com/TechnoVisionDev/Forge-Modding-Tutorial-1.16 synced 2026-09-22 03:44:44 +00:00

Add custom creative tab

This commit is contained in:
TechnoVisionDev
2020-04-09 16:21:29 -07:00
parent dd95ad5525
commit cdb7c91668
3 changed files with 17 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
{
"item.tutorial.ruby": "Ruby"
"item.tutorial.ruby": "Ruby",
"itemGroup.tutorialTab": "Tutorial"
}