Add particles
Add missing Textures Add client functionality
This commit is contained in:
@@ -75,6 +75,8 @@
|
||||
"item.plasticgun.netherite_shuriken": "Netherite Shuriken",
|
||||
"item.plasticgun.kevlar_vest": "Kevlar vest",
|
||||
"item.plasticgun.flak_vest": "Flak vest",
|
||||
"effect.plasticgun.stun": "Stun",
|
||||
"effect.plasticgun.flashbang": "Flashbang",
|
||||
"trinkets.slot.chest.vest": "Vest",
|
||||
"tag.item.trinkets.chest.vest": "Vest slot compatible",
|
||||
"gun.description.damage_coefficient": "Damage coefficient: %d",
|
||||
|
BIN
src/main/resources/assets/plasticgun/textures/icon.png
Normal file
BIN
src/main/resources/assets/plasticgun/textures/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 440 B |
Binary file not shown.
After Width: | Height: | Size: 588 B |
Binary file not shown.
After Width: | Height: | Size: 267 B |
Binary file not shown.
After Width: | Height: | Size: 168 B |
Binary file not shown.
After Width: | Height: | Size: 181 B |
@@ -7,7 +7,7 @@
|
||||
"authors": [],
|
||||
"contact": {},
|
||||
"license": "MIT",
|
||||
"icon": "assets/plasticgun/icon.png",
|
||||
"icon": "assets/plasticgun/textures/icon.png",
|
||||
"accessWidener" : "plasticgun.accesswidener",
|
||||
"mixins": [
|
||||
"plasticgun.mixins.json"
|
||||
@@ -16,11 +16,15 @@
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"systems.brn.plasticgun.PlasticGun"
|
||||
],
|
||||
"client": [
|
||||
"systems.brn.plasticgun.companion.PlasticGunClient"
|
||||
]
|
||||
},
|
||||
"depends": {
|
||||
"fabricloader": ">=${loader_version}",
|
||||
"fabric": "*",
|
||||
"minecraft": "${minecraft_version}"
|
||||
"minecraft": "${minecraft_version}",
|
||||
"trinkets": ">=${trinkets_version}"
|
||||
}
|
||||
}
|
||||
|
@@ -7,7 +7,6 @@
|
||||
"AbstractSkeletonEntityGunMixin",
|
||||
"ZombieGrenadeMixin"
|
||||
],
|
||||
"client": [],
|
||||
"server": [],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
Reference in New Issue
Block a user