-
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.
- Loading branch information
1 parent
ce2959b
commit e4c2d08
Showing
20 changed files
with
152 additions
and
104 deletions.
There are no files selected for viewing
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 +1 @@ | ||
diagnostic.disable.minecraft.animation.unused=true | ||
diagnostic.disable.minecraft.animation.unused=true |
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
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" | ||
} | ||
} | ||
} |
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,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" | ||
} | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -24,8 +24,6 @@ | |
"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 |
---|---|---|
@@ -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 | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
}, | ||
"unlock": [ | ||
{ | ||
"item": "minecraft:air" | ||
"item": "minecraft:iron_ingot" | ||
} | ||
], | ||
"result": { | ||
|
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,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" | ||
} | ||
} | ||
} |
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,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 |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.