mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 19:46:42 +01:00
Added a creative tab and more food for seaponies
This commit is contained in:
parent
38422bda42
commit
4a1ac9fede
8 changed files with 46 additions and 1 deletions
|
@ -17,6 +17,7 @@ public interface UItemGroups {
|
||||||
RegistryKey<ItemGroup> UNICORN_ITEMS = ItemGroupRegistry.createGroupFromTag("unicorn", UItems.UNICORN_BADGE::getDefaultStack);
|
RegistryKey<ItemGroup> UNICORN_ITEMS = ItemGroupRegistry.createGroupFromTag("unicorn", UItems.UNICORN_BADGE::getDefaultStack);
|
||||||
RegistryKey<ItemGroup> PEGASUS_ITEMS = ItemGroupRegistry.createGroupFromTag("pegasus", UItems.PEGASUS_BADGE::getDefaultStack);
|
RegistryKey<ItemGroup> PEGASUS_ITEMS = ItemGroupRegistry.createGroupFromTag("pegasus", UItems.PEGASUS_BADGE::getDefaultStack);
|
||||||
RegistryKey<ItemGroup> BAT_PONY_ITEMS = ItemGroupRegistry.createGroupFromTag("bat_pony", UItems.BAT_BADGE::getDefaultStack);
|
RegistryKey<ItemGroup> BAT_PONY_ITEMS = ItemGroupRegistry.createGroupFromTag("bat_pony", UItems.BAT_BADGE::getDefaultStack);
|
||||||
|
RegistryKey<ItemGroup> SEA_PON_ITEMS = ItemGroupRegistry.createGroupFromTag("sea_pony", UItems.PEARL_NECKLACE::getDefaultStack);
|
||||||
RegistryKey<ItemGroup> CHANGELING_ITEMS = ItemGroupRegistry.createGroupFromTag("changeling", UItems.CHANGELING_BADGE::getDefaultStack);
|
RegistryKey<ItemGroup> CHANGELING_ITEMS = ItemGroupRegistry.createGroupFromTag("changeling", UItems.CHANGELING_BADGE::getDefaultStack);
|
||||||
|
|
||||||
static void bootstrap() {
|
static void bootstrap() {
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
"itemGroup.unicopia.unicorn": "Unicopia - Canterlot",
|
"itemGroup.unicopia.unicorn": "Unicopia - Canterlot",
|
||||||
"itemGroup.unicopia.pegasus": "Unicopia - Cloudsdale",
|
"itemGroup.unicopia.pegasus": "Unicopia - Cloudsdale",
|
||||||
"itemGroup.unicopia.bat_pony": "Unicopia - Hollow Shades",
|
"itemGroup.unicopia.bat_pony": "Unicopia - Hollow Shades",
|
||||||
|
"itemGroup.unicopia.sea_pony": "Unicopia - From The Depths",
|
||||||
"itemGroup.unicopia.changeling": "Unicopia - Cheese Cliffs",
|
"itemGroup.unicopia.changeling": "Unicopia - Cheese Cliffs",
|
||||||
|
|
||||||
"item.unicopia.friendship_bracelet": "Bangle of Comradery",
|
"item.unicopia.friendship_bracelet": "Bangle of Comradery",
|
||||||
|
|
10
src/main/resources/data/c/tags/items/coral_blocks.json
Normal file
10
src/main/resources/data/c/tags/items/coral_blocks.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"minecraft:tube_coral_block",
|
||||||
|
"minecraft:brain_coral_block",
|
||||||
|
"minecraft:bubble_coral_block",
|
||||||
|
"minecraft:fire_coral_block",
|
||||||
|
"minecraft:horn_coral_block"
|
||||||
|
]
|
||||||
|
}
|
10
src/main/resources/data/c/tags/items/coral_fans.json
Normal file
10
src/main/resources/data/c/tags/items/coral_fans.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"minecraft:tube_coral_fan",
|
||||||
|
"minecraft:brain_coral_fan",
|
||||||
|
"minecraft:bubble_coral_fan",
|
||||||
|
"minecraft:fire_coral_fan",
|
||||||
|
"minecraft:horn_coral_fan"
|
||||||
|
]
|
||||||
|
}
|
10
src/main/resources/data/c/tags/items/corals.json
Normal file
10
src/main/resources/data/c/tags/items/corals.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"minecraft:tube_coral",
|
||||||
|
"minecraft:brain_coral",
|
||||||
|
"minecraft:bubble_coral",
|
||||||
|
"minecraft:fire_coral",
|
||||||
|
"minecraft:horn_coral"
|
||||||
|
]
|
||||||
|
}
|
|
@ -1,6 +1,8 @@
|
||||||
{
|
{
|
||||||
"replace": false,
|
"replace": false,
|
||||||
"values": [
|
"values": [
|
||||||
"minecraft:dried_kelp_block"
|
"minecraft:dried_kelp_block",
|
||||||
|
"minecraft:glow_lichen",
|
||||||
|
"#c:coral_blocks"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
"minecraft:dried_kelp",
|
"minecraft:dried_kelp",
|
||||||
"minecraft:seagrass",
|
"minecraft:seagrass",
|
||||||
"minecraft:sea_pickle",
|
"minecraft:sea_pickle",
|
||||||
|
"#c:corals",
|
||||||
|
"#c:coral_fans",
|
||||||
{ "id": "farmersdelight:melon_popsicle", "required": false },
|
{ "id": "farmersdelight:melon_popsicle", "required": false },
|
||||||
{ "id": "farmersdelight:kelp_roll", "required": false },
|
{ "id": "farmersdelight:kelp_roll", "required": false },
|
||||||
{ "id": "farmersdelight:kelp_roll_slice", "required": false }
|
{ "id": "farmersdelight:kelp_roll_slice", "required": false }
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"unicopia:pearl_necklace",
|
||||||
|
"minecraft:nautilus_shell",
|
||||||
|
"#unicopia:food_types/raw_sea_vegitable",
|
||||||
|
"#unicopia:food_types/cooked_sea_vegitable"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue