Skip to content

Commit

Permalink
ramen+
Browse files Browse the repository at this point in the history
  • Loading branch information
ModMaker101 committed Jul 21, 2024
1 parent ce2959b commit e4c2d08
Show file tree
Hide file tree
Showing 20 changed files with 152 additions and 104 deletions.
2 changes: 1 addition & 1 deletion .mcattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
diagnostic.disable.minecraft.animation.unused=true
diagnostic.disable.minecraft.animation.unused=true
Binary file modified nBehavior.mcaddon
Binary file not shown.
27 changes: 27 additions & 0 deletions nBehavior/items/food/noodles.item.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"format_version": "1.20.50",
"minecraft:item": {
"description": {
"identifier": "naruto:noodles",
"menu_category": {
"category": "equipment",
"group": "itemGroup.name.miscFood"
}
},
"components": {
"minecraft:max_stack_size": 64,
"minecraft:icon": {
"texture": "noodles"
},
"minecraft:food": {
"nutrition": 3,
"saturation_modifier": 0.6
},
"minecraft:use_modifiers": {
"movement_modifier": 0.32,
"use_duration": 0.9
},
"minecraft:use_animation": "eat"
}
}
}
6 changes: 3 additions & 3 deletions nBehavior/items/food/ramen.item.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": {
"identifier": "naruto:ramen",
"menu_category": {
"category": "nature",
"group": "itemGroup.name.crop"
"category": "equipment",
"group": "itemGroup.name.miscFood"
}
},
"components": {
Expand All @@ -15,7 +15,7 @@
},
"minecraft:food": {
"nutrition": 15,
"saturation_modifier": 1
"saturation_modifier": 2
},
"minecraft:use_duration": {
"value": 1.6
Expand Down
78 changes: 23 additions & 55 deletions nBehavior/items/jutsu/fireball_jutsu.item.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,69 +12,37 @@
"minecraft:icon": {
"texture": "fireball_jutsu"
},
"minecraft:max_stack_size": 1,
"minecraft:hand_equipped": true,
"minecraft:durability": {
"minecraft:max_stack_size": 1,
"minecraft:hand_equipped": true,
"minecraft:durability": {
"max_durability": 9999
},
"minecraft:damage": 1.5,
"minecraft:can_destroy_in_creative": false,



"minecraft:use_duration": 2,

"minecraft:cooldown": {
"category": "tiro",
"duration": 4
},
"minecraft:on_use": {
"on_use": {
"event": "laiser"
}
},


"minecraft:render_offsets": {
"main_hand": {
"first_person": {
"position": [0.0,0.0,0.0],
"rotation": [0.0,0.0,0.0],
"scale": [0.0,0.0,0.0]
},
"third_person": {
"position": [0.0,0.0,0.0],
"rotation": [0.0,0.0,0.0],
"scale": [0.0,0.0,0.0]
}
},
"off_hand": {
"first_person": {
"position": [0.0,0.0,0.0],
"rotation": [0.0,0.0,0.0],
"scale": [0.0,0.0,0.0]
},
"third_person": {
"position": [0.0,0.0,0.0],
"rotation": [0.0,0.0,0.0],
"scale": [0.0,0.0,0.0]
}
"minecraft:cooldown": {
"category": "attack",
"duration": 4
},
"minecraft:on_use": {
"on_use": {
"event": "blast"
}
}
},
"events": {
"laiser": {
"shoot": {
"projectile": "naruto:fireball_jutsu",
"launch_power": 1
},
"run_command": {
"command": [
"playsound jutsu @a[x=~,y=~,z=~,r=10]",
"particle minecraft:basic_smoke_particle ^^1.6^0.8"
]
}
}
"blast": {
"shoot": {
"projectile": "naruto:fireball_jutsu",
"launch_power": 1
},
"run_command": {
"command": [
"playsound jutsu @a[x=~,y=~,z=~,r=10]",
"particle minecraft:basic_smoke_particle ^^1.6^0.8"
]
}
}
}
}
}
}
17 changes: 17 additions & 0 deletions nBehavior/items/misc/glass_bowl.item.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"format_version": "1.20.50",
"minecraft:item": {
"description": {
"identifier": "naruto:glass_bowl",
"menu_category": {
"category": "items"
}
},
"components": {
"minecraft:max_stack_size": 64,
"minecraft:icon": {
"texture": "glass_bowl"
}
}
}
}
5 changes: 0 additions & 5 deletions nBehavior/items/weapons/kunai.item.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"components": {
"minecraft:hand_equipped":true,
"minecraft:max_stack_size": 32,
"minecraft:display_name": {
"value": "kunai"
},
"minecraft:icon": {
"texture": "kunai"
},
Expand All @@ -26,8 +23,6 @@
"scale_power_by_draw_duration": false
},
"minecraft:damage": 5
},
"events": {
}
}
}
2 changes: 0 additions & 2 deletions nBehavior/items/weapons/shuriken.item.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
"min_draw_duration": 0.0,
"scale_power_by_draw_duration": false
}
},
"events": {
}
}
}
29 changes: 29 additions & 0 deletions nBehavior/recipes/glass_bowl.recipe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "crafting:recipe"
},
"tags": [
"crafting_table"
],
"pattern": [
"# #",
" # "
],
"key": {
"#": {
"item": "minecraft:white_stained_glass"
}
},
"unlock": [
{
"item": "minecraft:glass"
}
],
"result": {
"item": "naruto:glass_bowl",
"count": 6
}
}
}
2 changes: 1 addition & 1 deletion nBehavior/recipes/katana.recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"unlock": [
{
"item": "minecraft:air"
"item": "minecraft:iron_ingot"
}
],
"result": {
Expand Down
63 changes: 35 additions & 28 deletions nBehavior/recipes/ramen.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,42 @@
{
"format_version": "1.20.51",
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "naruto:ramen"
},
"tags": [
"crafting_table"
],
"pattern": [
"WWW",
"GMG",
" G "
],
"key": {
"W": {
"item": "minecraft:wheat"
"description": {
"identifier": "naruto:ramen"
},
"G": {
"item": "minecraft:glass"
"tags": [
"crafting_table"
],
"pattern": [
"##/",
"DCC",
" N "
],
"key": {
"#": {
"item": "naruto:noodles"
},
"/": {
"item": "minecraft:stick"
},
"D": {
"item": "minecraft:dried_kelp"
},
"C": {
"item": "minecraft:cooked_beef"
},
"N": {
"item": "naruto:glass_bowl"
}
},
"M": {
"item": "minecraft:cooked_beef"
"unlock": [
{
"item": "minecraft:cooked_beef"
}
],
"result": {
"item": "naruto:ramen",
"count": 8
}
},
"unlock": [
{
"item": "minecraft:cooked_beef"
}
],
"result": {
"item": "naruto:ramen"
}
}
}
5 changes: 3 additions & 2 deletions nBehavior/recipes/shuriken.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
},
"unlock": [
{
"item": "minecraft:air"
"item": "minecraft:iron"
}
],
"result": {
"item": "naruto:shuriken"
"item": "naruto:shuriken",
"count": 16
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions nResource/texts/en_US.lang
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
item.naruto:fireball_jutsu=§cFireball Jutsu
item.naruto:ramen.name=§eRamen
pack.name=§l§2 Minecraft Bedrock §eNaruto §rRP
item.naruto:ramen=§eRamen
pack.name=§l§4 Minecraft Bedrock §iNaruto §rRP
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




item.naruto:katana=Katana
item.naruto:kunai=Kunai
item.naruto:glass_bowl=Glass Bowl
item.naruto:noodles=§6Noodles
8 changes: 7 additions & 1 deletion nResource/textures/item_texture.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"textures": "textures/items/fireball_jutsu"
},
"ramen":{
"textures":"textures/items/ramen"
"textures":"textures/items/misc/ramen"
},
"shuriken": {
"textures": "textures/items/weapons/shuriken"
Expand All @@ -15,6 +15,12 @@
},
"katana": {
"textures": "textures/items/weapons/katana"
},
"glass_bowl": {
"textures": "textures/items/misc/glass_bowl.png"
},
"noodles": {
"textures": "textures/items/misc/noodles.png"
}
}
}
Binary file added nResource/textures/items/misc/glass_bowl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nResource/textures/items/misc/noodles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nResource/textures/items/misc/ramen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed nResource/textures/items/ramen.png
Binary file not shown.
Binary file removed nResource/textures/items/weapons/12.png
Binary file not shown.
Binary file removed nResource/textures/items/weapons/image.png
Binary file not shown.

0 comments on commit e4c2d08

Please sign in to comment.