-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from ModMaker101/dev
Shuriken
- Loading branch information
Showing
51 changed files
with
191 additions
and
80 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"format_version": "1.19.0", | ||
"minecraft:entity": { | ||
"description": { | ||
"identifier": "naruto:shuriken", | ||
"is_spawnable": false, | ||
"is_summonable": true, | ||
"is_experimental": false, | ||
"runtime_identifier": "minecraft:egg" | ||
}, | ||
"components": { | ||
"minecraft:collision_box": { | ||
"width": 0.25, | ||
"height": 0.25 | ||
}, | ||
"minecraft:projectile": { | ||
"on_hit": { | ||
"impact_damage": { | ||
"damage": 5, | ||
"knockback": true, | ||
"destroy_on_hit": true | ||
}, | ||
"remove_on_hit": {}, | ||
"particle_on_hit": { | ||
"particle_type": "iconcrack", | ||
"num_particles": 3, | ||
"on_entity_hit": true, | ||
"on_other_hit": true | ||
} | ||
}, | ||
"power": 3.0, | ||
"gravity": 0.06, | ||
"angle_offset": 0.0 | ||
}, | ||
"minecraft:physics": { | ||
}, | ||
"minecraft:pushable": { | ||
"is_pushable": true, | ||
"is_pushable_by_piston": true | ||
}, | ||
"minecraft:conditional_bandwidth_optimization": { | ||
"default_values": { | ||
"max_optimized_distance": 80.0, | ||
"max_dropped_ticks": 10, | ||
"use_motion_prediction_hints": true | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"format_version": "1.19.0", | ||
"minecraft:item": { | ||
"description": { | ||
"category": "equipment", | ||
"identifier": "naruto:shuriken" | ||
}, | ||
"components": { | ||
"minecraft:max_stack_size": 32, | ||
"minecraft:display_name": { | ||
"value": "Shuriken" | ||
}, | ||
"minecraft:icon": { | ||
"texture": "shuriken" | ||
}, | ||
"minecraft:projectile": { | ||
"projectile_entity": "naruto:shuriken" | ||
}, | ||
"minecraft:throwable": { | ||
"do_swing_animation": true, | ||
"launch_power_scale": 1.0, | ||
"max_draw_duration": 0.0, | ||
"max_launch_power": 1.0, | ||
"min_draw_duration": 0.0, | ||
"scale_power_by_draw_duration": false | ||
} | ||
}, | ||
"events": { | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
item.chase:fire_ball_justu.name= §cFire Ball Justu | ||
tile.chase:hokage.name=Hokage Sign | ||
item.naruto:fire_ball_justu.name= §cFire Ball Justu | ||
tile.naruto:hokage.name=Hokage Sign | ||
item.naruto:ramen.name=§eRamen | ||
pack.name=§2Minecraft Bedrock §eNaruto Mod | ||
pack.description=This mod adds the anime Naruto, Naruto Shippuden, and Boruto to the game. As of this moment this pack is in development. We hope to add lots more to this pack. From, ModMaker101 and kentcooper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
item.chase:fire_ball_justu.name= §c§cBoule de feu Justu | ||
item.naruto:fire_ball_justu.name= §c§cBoule de feu Justu | ||
item.naruto:ramen.name=§eRamen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
item.chase:fire_ball_justu.name=§cファイアボールジャスツ | ||
item.naruto:fire_ball_justu.name=§cファイアボールジャスツ | ||
item.naruto:ramen.name=§eラーメン |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
item.chase:fire_ball_justu.name= §cJutsu bola de fogo | ||
item.naruto:fire_ball_justu.name= §cJutsu bola de fogo | ||
item.naruto:ramen.name=§eRamen |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"format_version": "1.19.0", | ||
"minecraft:client_entity": { | ||
"description": { | ||
"identifier": "naruto:shuriken", | ||
"materials": { | ||
"default": "snowball" | ||
}, | ||
"textures": { | ||
"default": "textures/items/weapons/shuriken" | ||
}, | ||
"geometry": { | ||
"default": "geometry.item_sprite" | ||
}, | ||
"render_controllers": [ "controller.render.item_sprite" ], | ||
"animations": { | ||
"flying": "animation.actor.billboard" | ||
}, | ||
"scripts": { | ||
"animate": [ | ||
"flying" | ||
] | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
item.chase:fire_ball_justu.name=§c Огнена топка Юсту | ||
tile.chase:hokage.name=Знак Хокаге | ||
item.naruto:fire_ball_justu.name=§c Огнена топка Юсту | ||
tile.naruto:hokage.name=Знак Хокаге | ||
item.naruto:ramen.name=§e Ramen | ||
pack.name=§2 Minecraft Bedrock §e Naruto Mod | ||
pack.description=Този мод добавя анимето Наруто, Наруто Шипуден и Боруто към играта. Към този момент този пакет е в процес на разработка. Надяваме се да добавим още много към този пакет. От, ModMaker101 и kentcooper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
item.chase:fire_ball_justu.name=§c Fire Ball Justu | ||
tile.chase:hokage.name=Znamení Hokage | ||
item.naruto:fire_ball_justu.name=§c Fire Ball Justu | ||
tile.naruto:hokage.name=Znamení Hokage | ||
item.naruto:ramen.name=§e Ramen | ||
pack.name=§2 Minecraft Bedrock §e Naruto Mod | ||
pack.description=Tento mod přidává do hry anime Naruto, Naruto Shippuden a Boruto. Od této chvíle je tato sada ve vývoji. Doufáme, že do tohoto balíčku přidáme mnohem více. Od, ModMaker101 a kentcooper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
item.chase:fire_ball_justu.name=§c Ildbold Justu | ||
tile.chase:hokage.name=Hokage tegn | ||
item.naruto:fire_ball_justu.name=§c Ildbold Justu | ||
tile.naruto:hokage.name=Hokage tegn | ||
item.naruto:ramen.name=§e Ramen | ||
pack.name=§2 Minecraft Bedrock §e Naruto Mod | ||
pack.description=Denne mod tilføjer anime Naruto, Naruto Shippuden og Boruto til spillet. Lige nu er denne pakke under udvikling. Vi håber at tilføje meget mere til denne pakke. Fra, ModMaker101 og kentcooper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
item.chase:fire_ball_justu.name=§c Feuerball Justu | ||
tile.chase:hokage.name=Hokage-Zeichen | ||
item.naruto:fire_ball_justu.name=§c Feuerball Justu | ||
tile.naruto:hokage.name=Hokage-Zeichen | ||
item.naruto:ramen.name=§e Ramen | ||
pack.name=§2 Minecraft Grundgestein §e Naruto Mod | ||
pack.description=Dieser Mod fügt dem Spiel die Anime Naruto, Naruto Shippuden und Boruto hinzu. Ab diesem Moment befindet sich dieses Paket in der Entwicklung. Wir hoffen, diesem Paket noch viel mehr hinzufügen zu können. Von ModMaker101 und Kentcooper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
item.chase:fire_ball_justu.name=§c Fire Ball Justu | ||
tile.chase:hokage.name=Σημάδι Hokage | ||
item.naruto:fire_ball_justu.name=§c Fire Ball Justu | ||
tile.naruto:hokage.name=Σημάδι Hokage | ||
item.naruto:ramen.name=§ε Ramen | ||
pack.name=§2 Minecraft Bedrock §e Naruto Mod | ||
pack.description=Αυτό το mod προσθέτει τα anime Naruto, Naruto Shippuden και Boruto στο παιχνίδι. Αυτή τη στιγμή αυτό το πακέτο βρίσκεται σε εξέλιξη. Ελπίζουμε να προσθέσουμε πολλά περισσότερα σε αυτό το πακέτο. Από, ModMaker101 και kentcooper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
item.chase:fire_ball_justu.name=§c Fire Ball Justu | ||
tile.chase:hokage.name=Hokage Sign | ||
item.naruto:fire_ball_justu.name=§c Fire Ball Justu | ||
tile.naruto:hokage.name=Hokage Sign | ||
item.naruto:ramen.name=§e Ramen | ||
pack.name=§2 Minecraft Bedrock §e Naruto Mod | ||
pack.description=This mod adds the anime Naruto, Naruto Shippuden, and Boruto to the game. As of this moment this pack is in development. We hope to add lots more to this pack. From, ModMaker101 and kentcooper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
item.chase:fire_ball_justu.name=§c Fire Ball Justu | ||
tile.chase:hokage.name=Hokage Sign | ||
item.naruto:fire_ball_justu.name=§c Fire Ball Justu | ||
tile.naruto:hokage.name=Hokage Sign | ||
item.naruto:ramen.name=§e Ramen | ||
pack.name=§2 Minecraft Bedrock §e Naruto Mod | ||
pack.description=This mod adds the anime Naruto, Naruto Shippuden, and Boruto to the game. As of this moment this pack is in development. We hope to add lots more to this pack. From, ModMaker101 and kentcooper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
item.chase:fire_ball_justu.name=§c Bola de Fuego Justu | ||
tile.chase:hokage.name=Signo Hokage | ||
item.naruto:fire_ball_justu.name=§c Bola de Fuego Justu | ||
tile.naruto:hokage.name=Signo Hokage | ||
item.naruto:ramen.name=§ el ramen | ||
pack.name=§2 Minecraft Bedrock §e Naruto Mod | ||
pack.description=Este mod agrega el anime Naruto, Naruto Shippuden y Boruto al juego. A partir de este momento este paquete está en desarrollo. Esperamos agregar mucho más a este paquete. De, ModMaker101 y kentcooper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
item.chase:fire_ball_justu.name=§c Bola de Fuego Justu | ||
tile.chase:hokage.name=Signo Hokage | ||
item.naruto:fire_ball_justu.name=§c Bola de Fuego Justu | ||
tile.naruto:hokage.name=Signo Hokage | ||
item.naruto:ramen.name=§ el ramen | ||
pack.name=§2 Minecraft Bedrock §e Naruto Mod | ||
pack.description=Este mod agrega el anime Naruto, Naruto Shippuden y Boruto al juego. A partir de este momento este paquete está en desarrollo. Esperamos agregar mucho más a este paquete. De, ModMaker101 y kentcooper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
item.chase:fire_ball_justu.name=§c Tulipallo Justu | ||
tile.chase:hokage.name=Hokagen merkki | ||
item.naruto:fire_ball_justu.name=§c Tulipallo Justu | ||
tile.naruto:hokage.name=Hokagen merkki | ||
item.naruto:ramen.name=§e Ramen | ||
pack.name=§2 Minecraft Bedrock §e Naruto Mod | ||
pack.description=Tämä modi lisää peliin animet Naruto, Naruto Shippuden ja Boruto. Tällä hetkellä tämä paketti on kehitteillä. Toivomme saavamme tähän pakettiin paljon lisää. Lähettäjä: ModMaker101 ja kentcooper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
item.chase:fire_ball_justu.name=§c Boule de feu Justu | ||
tile.chase:hokage.name=Signe du Hokage | ||
item.naruto:fire_ball_justu.name=§c Boule de feu Justu | ||
tile.naruto:hokage.name=Signe du Hokage | ||
item.naruto:ramen.name=§e Ramen | ||
pack.name=§2 Minecraft Socle rocheux §e Naruto Mod | ||
pack.description=Ce mod ajoute l'anime Naruto, Naruto Shippuden et Boruto au jeu. A partir de ce moment ce pack est en développement. Nous espérons ajouter beaucoup plus à ce pack. De, ModMaker101 et Kentcooper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
item.chase:fire_ball_justu.name=§c Boule de feu Justu | ||
tile.chase:hokage.name=Signe du Hokage | ||
item.naruto:fire_ball_justu.name=§c Boule de feu Justu | ||
tile.naruto:hokage.name=Signe du Hokage | ||
item.naruto:ramen.name=§e Ramen | ||
pack.name=§2 Minecraft Socle rocheux §e Naruto Mod | ||
pack.description=Ce mod ajoute l'anime Naruto, Naruto Shippuden et Boruto au jeu. A partir de ce moment ce pack est en développement. Nous espérons ajouter beaucoup plus à ce pack. De, ModMaker101 et Kentcooper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
item.chase:fire_ball_justu.name=§c Tűzgolyó Justu | ||
tile.chase:hokage.name=Hokage jel | ||
item.naruto:fire_ball_justu.name=§c Tűzgolyó Justu | ||
tile.naruto:hokage.name=Hokage jel | ||
item.naruto:ramen.name=§e Ramen | ||
pack.name=§2 Minecraft Bedrock §e Naruto Mod | ||
pack.description=Ez a mod hozzáadja a Naruto, Naruto Shippuden és Boruto animéket a játékhoz. Jelenleg ez a csomag fejlesztés alatt áll. Reméljük, hogy még sok mindent hozzáadhatunk ehhez a csomaghoz. A ModMaker101-től és a kentcoopertől |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
item.chase:fire_ball_justu.name=§c Bola Api Justu | ||
tile.chase:hokage.name=Tanda Hokage | ||
item.naruto:fire_ball_justu.name=§c Bola Api Justu | ||
tile.naruto:hokage.name=Tanda Hokage | ||
item.naruto:ramen.name=§e Ramen | ||
pack.name=§2 Minecraft Bedrock §e Naruto Mod | ||
pack.description=Mod ini menambahkan anime Naruto, Naruto Shippuden, dan Boruto ke dalam game. Saat ini paket ini sedang dalam pengembangan. Kami berharap dapat menambahkan lebih banyak lagi ke paket ini. Dari, ModMaker101 dan kentcooper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
item.chase:fire_ball_justu.name=§c Fire Ball Justu | ||
tile.chase:hokage.name=Segno dell'Hokage | ||
item.naruto:fire_ball_justu.name=§c Fire Ball Justu | ||
tile.naruto:hokage.name=Segno dell'Hokage | ||
item.naruto:ramen.name=§e ramen | ||
pack.name=§2 Minecraft Bedrock §e Naruto Mod | ||
pack.description=Questa mod aggiunge l'anime Naruto, Naruto Shippuden e Boruto al gioco. A partire da questo momento questo pacchetto è in fase di sviluppo. Speriamo di aggiungere molto di più a questo pacchetto. Da, ModMaker101 e kentcooper |
Oops, something went wrong.