Add stuff
@@ -17,6 +17,70 @@
|
||||
"item.plasticgun.colt_peacemaker": "Colt Peacemaker",
|
||||
"item.plasticgun.p2022": "P2022",
|
||||
"item.plasticgun.snub_nosed_revolver": "Snub Nosed Revolver",
|
||||
"item.plasticgun.tokarev_tt_33": "Tokarev TT-33"
|
||||
"item.plasticgun.tokarev_tt_33": "Tokarev TT-33",
|
||||
"item.plasticgun.ak_47": "AK-47",
|
||||
"item.plasticgun.awp": "AWP",
|
||||
"item.plasticgun.rpg9": "RPG-9",
|
||||
"item.plasticgun.forcegun": "Force Gun",
|
||||
"item.plasticgun.rpg_shell_incendiary": "RPG Shell Incendiary",
|
||||
"item.plasticgun.rpg_shell": "RPG Shell",
|
||||
"item.plasticgun.force_container": "Force Container",
|
||||
"item.plasticgun.grenade": "Grenade",
|
||||
"item.plasticgun.grenade_incendiary": "Incendiary Grenade",
|
||||
"item.plasticgun.shuriken": "Shuriken",
|
||||
"item.plasticgun.grenade_m67": "M67 Fragmentation Grenade",
|
||||
"item.plasticgun.grenade_mk2": "Mk 2 Fragmentation Grenade",
|
||||
"item.plasticgun.grenade_an_m14": "AN-M14 Incendiary Grenade",
|
||||
"item.plasticgun.grenade_m3d": "M34 White Phosphorus Incendiary Fragmentation Grenade",
|
||||
"item.plasticgun.grenade_m18": "M18 Smoke Grenade",
|
||||
"item.plasticgun.grenade_l109a1": "L109A1 Fragmentation Grenade",
|
||||
"item.plasticgun.grenade_m84": "M84 Stun Grenade (Flashbang)",
|
||||
"item.plasticgun.grenade_rgd_5": "RGD-5 Fragmentation Grenade",
|
||||
"item.plasticgun.grenade_thermite": "Thermite Grenade",
|
||||
"item.plasticgun.grenade_f1": "F1 Soviet Fragmentation Grenade",
|
||||
"item.plasticgun.grenade_mk3a2": "Mk3A2 Offensive Grenade",
|
||||
"item.plasticgun.grenade_m7a3": "M7A3 CS Gas Grenade",
|
||||
"item.plasticgun.grenade_no_69": "No. 69 British Offensive Grenade",
|
||||
"item.plasticgun.grenade_rgo": "RGO Fragmentation Grenade",
|
||||
"item.plasticgun.grenade_k417": "K417 Fragmentation Grenade",
|
||||
"item.plasticgun.wooden_shuriken": "Wooden Shuriken",
|
||||
"item.plasticgun.stone_shuriken": "Stone Shuriken",
|
||||
"item.plasticgun.iron_shuriken": "Iron Shuriken",
|
||||
"item.plasticgun.golden_shuriken": "Golden Shuriken",
|
||||
"item.plasticgun.diamond_shuriken": "Diamond Shuriken",
|
||||
"item.plasticgun.netherite_shuriken": "Netherite Shuriken",
|
||||
|
||||
"gun.description.damage_coefficient": "Damage coefficient: %d",
|
||||
"gun.description.explosion_coefficient": "Explosion coefficient: %d",
|
||||
"gun.description.repulsion_efficient": "Repulsion coefficient: %d",
|
||||
"gun.description.incendiary_yes": "Is incendiary",
|
||||
"gun.description.incendiary_no": "Is not incendiary",
|
||||
"gun.description.incendiary": "Is incendiary",
|
||||
"gun.description.caliber": "Caliber: %d",
|
||||
"gun.description.damage_absolute": "Gun damage (speed 1): %d hp",
|
||||
"gun.description.damage_with_coefficient": "Gun damage with coefficient (speed 1): %d hp",
|
||||
"gun.description.damage": "Damage: %d hp",
|
||||
"gun.description.speed": "Speed: %d b/t",
|
||||
"gun.description.clip_size": "Magazine size: %d rounds",
|
||||
"gun.description.has_scope": "Has scope",
|
||||
"gun.description.reload_cooldown": "Reload cooldown: %d ticks",
|
||||
"gun.description.reload_cycles": "Reload cycles: %d clicks",
|
||||
"gun.description.shoot_cooldown": "Shooting cooldown: %d",
|
||||
"gun.description.explosion_power": "Explosion power: %d",
|
||||
"gun.description.repulsion_power": "Repulsion power: %d",
|
||||
"gun.description.magazine_count": "Magazine: %d/%d",
|
||||
"gun.description.magazine_bullet": "Magazine bullet: %s",
|
||||
"gun.description.explosion_time": "Fuse: %d ticks",
|
||||
|
||||
"gun.description.flashbang_duration": "Flashbang: %d seconds",
|
||||
"gun.description.stun_duration": "Stun: %d seconds",
|
||||
"gun.description.smoke_ticks": "Smoke: %d ticks",
|
||||
"gun.description.effect_radius": "Radius: %d blocks",
|
||||
"gun.description.particle_count": "Particles per tick: %d particles",
|
||||
"gun.description.fragmentation_grenade": "Fragmentation: %d",
|
||||
|
||||
"guns.groups.guns": "Guns",
|
||||
"guns.groups.ammo": "Ammo",
|
||||
"guns.groups.grenades": "Grenades",
|
||||
"guns.groups.shurikens": "Shurikens"
|
||||
}
|
@@ -3,4 +3,4 @@
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/357_revolver"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -3,4 +3,4 @@
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/762_tokarev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/ak_47"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/awp"
|
||||
}
|
||||
}
|
@@ -3,4 +3,4 @@
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/colt_1903"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -3,4 +3,4 @@
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/colt_45"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -3,4 +3,4 @@
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/colt_peacemaker"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/diamond_shuriken"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/force_container"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/forcegun"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/golden_shuriken"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/grenade"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/grenade_an_m14"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/grenade_f1"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/grenade_incendiary"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/grenade_k417"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/grenade_l109a1"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/grenade_m18"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/grenade_m3d"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/grenade_m67"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/grenade_m7a3"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/grenade_m84"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/grenade_mk2"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/grenade_mk3a2"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/grenade_no_69"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/grenade_rgd_5"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/grenade_rgo"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/grenade_thermite"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/iron_shuriken"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/netherite_shuriken"
|
||||
}
|
||||
}
|
@@ -3,4 +3,4 @@
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/p2022"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/rpg9"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/rpg_shell"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/rpg_shell_incendiary"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/shuriken"
|
||||
}
|
||||
}
|
@@ -3,4 +3,4 @@
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/snub_nosed_revolver"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/stone_shuriken"
|
||||
}
|
||||
}
|
@@ -3,4 +3,4 @@
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/tokarev_tt_33"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "plasticgun:item/wooden_shuriken"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 608 B After Width: | Height: | Size: 610 B |
BIN
src/main/resources/assets/plasticgun/textures/item/ak_47.png
Normal file
After Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 673 B After Width: | Height: | Size: 669 B |
Before Width: | Height: | Size: 642 B After Width: | Height: | Size: 642 B |
Before Width: | Height: | Size: 590 B After Width: | Height: | Size: 594 B |
After Width: | Height: | Size: 175 B |
After Width: | Height: | Size: 292 B |
After Width: | Height: | Size: 156 B |
After Width: | Height: | Size: 292 B |
After Width: | Height: | Size: 334 B |
After Width: | Height: | Size: 373 B |
Before Width: | Height: | Size: 674 B After Width: | Height: | Size: 677 B |
Before Width: | Height: | Size: 657 B After Width: | Height: | Size: 663 B |
Before Width: | Height: | Size: 631 B After Width: | Height: | Size: 628 B |