diff --git a/src/main/resources/assets/plasticgun/models/item/colt_45.json b/src/main/resources/assets/plasticgun/models/item/colt_45.json new file mode 100644 index 0000000..1e8b701 --- /dev/null +++ b/src/main/resources/assets/plasticgun/models/item/colt_45.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "plasticgun:item/colt_45" + } +} \ No newline at end of file