Skip to content

Commit

Permalink
Companion Pack Initial Commit
Browse files Browse the repository at this point in the history
Initial try at this. Not sure if this will work or not
  • Loading branch information
Skywalker8510 committed Nov 30, 2024
1 parent b544fa7 commit 2bb5001
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pocketsand companion pack/assets/pocketsand/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"item.pocketsand.pocket_sand": "Pocket Sand"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pocketsand:item/pocket_sand"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "pocketsand:pocket_sand"
}
},
"pattern": [
"###",
"###",
"###"
],
"result": {
"count": 1,
"id": "minecraft:sand"
}
}
6 changes: 6 additions & 0 deletions pocketsand companion pack/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 48,
"description": "Companion textures for pocket sand mod"
}
}
Binary file added pocketsand companion pack/pack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2bb5001

Please sign in to comment.