Init
3
src/main/resources/assets/plasticgun/lang/en_us.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"item.plasticgun.arrowhead": "Central Processing Unit"
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/357_revolver"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/colt_1903"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/colt_peacemaker"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/p2022"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/snub_nosed_revolver"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/tokarev_tt_33"
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 608 B |
BIN
src/main/resources/assets/plasticgun/textures/item/colt_1903.png
Normal file
After Width: | Height: | Size: 673 B |
BIN
src/main/resources/assets/plasticgun/textures/item/colt_45.png
Normal file
After Width: | Height: | Size: 642 B |
After Width: | Height: | Size: 590 B |
BIN
src/main/resources/assets/plasticgun/textures/item/p2022.png
Normal file
After Width: | Height: | Size: 674 B |
After Width: | Height: | Size: 657 B |
After Width: | Height: | Size: 631 B |
22
src/main/resources/fabric.mod.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "plasticgun",
|
||||
"version": "${version}",
|
||||
"name": "plasticgun",
|
||||
"description": "",
|
||||
"authors": [],
|
||||
"contact": {},
|
||||
"license": "MIT",
|
||||
"icon": "assets/plasticgun/icon.png",
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"systems.brn.plasticgun.PlasticGun"
|
||||
]
|
||||
},
|
||||
"depends": {
|
||||
"fabricloader": ">=${loader_version}",
|
||||
"fabric": "*",
|
||||
"minecraft": "${minecraft_version}"
|
||||
}
|
||||
}
|