Skip to content

Commit

Permalink
gen
Browse files Browse the repository at this point in the history
  • Loading branch information
JT122406 committed Nov 25, 2023
1 parent ed75704 commit 79d33d2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "generations_core:item/placeholder"
"layer0": "generations_core:item/legend_items/dark_crystal"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "generations_core:item/placeholder"
"layer0": "generations_core:item/legend_items/light_crystal"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"#generations_core:pokeball_chests"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"values": [
"generations_core:pokeball_chest",
"generations_core:greatball_chest",
"generations_core:ultraball_chest",
"generations_core:masterball_chest"
]
}
3 changes: 3 additions & 0 deletions common/src/main/resources/architectury.common.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"accessWidener": "generationscore.accesswidener"
}

0 comments on commit 79d33d2

Please sign in to comment.