Skip to content

Commit

Permalink
Merge pull request #10 from ModMaker101/dev
Browse files Browse the repository at this point in the history
Shuriken
  • Loading branch information
ModMaker101 authored Jul 4, 2023
2 parents 102552f + 1a5b261 commit fac1fe2
Show file tree
Hide file tree
Showing 51 changed files with 191 additions and 80 deletions.
Binary file removed n Behavior.mcpack
Binary file not shown.
2 changes: 1 addition & 1 deletion n Behavior/blocks/hokage.block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"format_version": "1.19.50",
"minecraft:block": {
"description": {
"identifier": "chase:hokage",
"identifier": "naruto:hokage",
"menu_category": {
"category": "construction",
"group": "itemGroup.name.planks"
Expand Down
2 changes: 1 addition & 1 deletion n Behavior/entities/jutsu/fire_ball_jutsu.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"format_version": "1.19.0",
"minecraft:entity": {
"description": {
"identifier": "chase:fire_ball_jutsu",
"identifier": "naruto:fire_ball_jutsu",
"is_spawnable": false,
"is_summonable": false,
"is_experimental": false,
Expand Down
2 changes: 1 addition & 1 deletion n Behavior/entities/jutsu/teleport_kunai.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"format_version": "1.12.0",
"minecraft:entity": {
"description": {
"identifier": "chase:teleport_kuani",
"identifier": "naruto:teleport_kuani",
"is_spawnable": false,
"is_summonable": false,
"is_experimental": false,
Expand Down
50 changes: 50 additions & 0 deletions n Behavior/entities/weapons/shuriken.json
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
}
}
}
}
}
3 changes: 2 additions & 1 deletion n Behavior/functions/treechopper.mcfunction
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
execute as @e[type=item,name="oak log"] ~~~ setblock ~~1~ air 0 destroy
execute as @e[type=item,name="oak log"] ~~~ setblock ~~1~ air 0 destroy
execute as @e[type=item,name="birch log"] ~~~ setblock ~~1~ air 0 destroy
execute as @e[type=item,name="spruce log"] ~~~ setblock ~~1~ air 0 destroy
execute as @e[type=item,name="jungle log"] ~~~ setblock ~~1~ air 0 destroy
Expand All @@ -7,6 +7,7 @@ execute as @e[type=item,name="dark oak log"] ~~~ setblock ~~1~ air 0 destroy
execute as @e[type=item,name="crimson stem"] ~~~ setblock ~~1~ air 0 destroy
execute as @e[type=item,name="warped stem"] ~~~ setblock ~~1~ air 0 destroy
execute as @e[type=item,name="mangrove log"] ~~~ setblock ~~1~ air 0 destroy
execute as @e[type=item,name="cherry log"] ~~~ setblock ~~1~ air 0 destroy
execute as @e[type=item,name="stripped oak log"] ~~~ setblock ~~1~ air 0 destroy
execute as @e[type=item,name="stripped birch log"] ~~~ setblock ~~1~ air 0 destroy
execute as @e[type=item,name="stripped spruce log"] ~~~ setblock ~~1~ air 0 destroy
Expand Down
4 changes: 2 additions & 2 deletions n Behavior/items/fire_ball_jutsu.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"format_version": "1.16.100",
"minecraft:item": {
"description": {
"identifier": "chase:fire_ball_jutsu",
"identifier": "naruto:fire_ball_jutsu",
"category": "Equipment"
},
"components": {
Expand Down Expand Up @@ -65,7 +65,7 @@
"events": {
"laiser": {
"shoot": {
"projectile": "chase:fire_ball_jutsu",
"projectile": "naruto:fire_ball_jutsu",
"launch_power": 1
},
"run_command": {
Expand Down
6 changes: 3 additions & 3 deletions n Behavior/items/teleport_kuani.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"format_version": "1.16.100",
"minecraft:item": {
"description": {
"identifier": "chase:teleport_kuani",
"identifier": "naruto:teleport_kuani",
"category": "Equipment"
},
"components": {
Expand Down Expand Up @@ -66,13 +66,13 @@
"events": {
"laiser": {
"shoot": {
"teleport": "chase:teleport_kuani",
"teleport": "naruto:teleport_kuani",
"launch_power": 1
},
"run_command": {
"command": [
"playsound jutsu @a[x=~,y=~,z=~,r=10]",
"particle chase:teleport_kunai_particle ^^1.6^0.8"
"particle naruto:teleport_kunai_particle ^^1.6^0.8"
]
}
}
Expand Down
31 changes: 31 additions & 0 deletions n Behavior/items/weapons/shuriken.json
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": {
}
}
}
4 changes: 2 additions & 2 deletions n Behavior/texts/en_US.lang
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
2 changes: 1 addition & 1 deletion n Behavior/texts/fr_FR.lang
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
2 changes: 1 addition & 1 deletion n Behavior/texts/ja_JP.lang
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ラーメン
2 changes: 1 addition & 1 deletion n Behavior/texts/pt_PT.lang
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 removed n Resource.mcpack
Binary file not shown.
4 changes: 2 additions & 2 deletions n Resource/entity/fire_ball_jutsu.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"format_version": "1.10.0",
"minecraft:client_entity": {
"description": {
"identifier": "chase:fire_ball_jutsu",
"identifier": "naruto:fire_ball_jutsu",
"materials": {
"default": "egg"
},
Expand All @@ -22,7 +22,7 @@
]
},
"particle_effects": {
"fire_trail":"chase:fire"
"fire_trail":"naruto:fire"
}
}
}
Expand Down
26 changes: 26 additions & 0 deletions n Resource/entity/weapons/shuriken.entity.json
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"
]
}
}
}
}
2 changes: 1 addition & 1 deletion n Resource/models/entity/hokage.block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"format_version": "1.19.50",
"minecraft:block": {
"description": {
"identifier": "chase:hokage",
"identifier": "naruto:hokage",
"menu_category": {
"category": "construction",
"group": "itemGroup.name.walls"
Expand Down
2 changes: 1 addition & 1 deletion n Resource/models/entity/white_zestu.geo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.chase.white_zestu",
"identifier": "geometry.naruto.white_zestu",
"texture_width": 91,
"texture_height": 91,
"visible_bounds_width": 3,
Expand Down
2 changes: 1 addition & 1 deletion n Resource/particles/fire.particle.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"format_version": "1.10.0",
"particle_effect": {
"description": {
"identifier": "chase:fire",
"identifier": "naruto:fire",
"basic_render_parameters": {
"material": "particles_alpha",
"texture": "textures/particle/fire"
Expand Down
2 changes: 1 addition & 1 deletion n Resource/particles/teleport_kunai.particle.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"format_version": "1.10.0",
"particle_effect": {
"description": {
"identifier": "chase:teleport_kunai_particle",
"identifier": "naruto:teleport_kunai_particle",
"basic_render_parameters": {
"material": "particles_alpha",
"texture": "textures/particle/teleport_kunai_particle"
Expand Down
4 changes: 2 additions & 2 deletions n Resource/texts/bg_BG.lang
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
4 changes: 2 additions & 2 deletions n Resource/texts/cs_CZ.lang
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
4 changes: 2 additions & 2 deletions n Resource/texts/da_DK.lang
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
4 changes: 2 additions & 2 deletions n Resource/texts/de_DE.lang
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
4 changes: 2 additions & 2 deletions n Resource/texts/el_GR.lang
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
4 changes: 2 additions & 2 deletions n Resource/texts/en_GB.lang
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
4 changes: 2 additions & 2 deletions n Resource/texts/en_US.lang
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
4 changes: 2 additions & 2 deletions n Resource/texts/es_ES.lang
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
4 changes: 2 additions & 2 deletions n Resource/texts/es_MX.lang
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
4 changes: 2 additions & 2 deletions n Resource/texts/fi_FI.lang
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
4 changes: 2 additions & 2 deletions n Resource/texts/fr_CA.lang
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
4 changes: 2 additions & 2 deletions n Resource/texts/fr_FR.lang
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
4 changes: 2 additions & 2 deletions n Resource/texts/hu_HU.lang
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
4 changes: 2 additions & 2 deletions n Resource/texts/id_ID.lang
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
4 changes: 2 additions & 2 deletions n Resource/texts/it_IT.lang
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
Loading

0 comments on commit fac1fe2

Please sign in to comment.