Skip to content

Commit

Permalink
Merge pull request #2 from ModMaker101/Naruto-ramen
Browse files Browse the repository at this point in the history
Ramen
  • Loading branch information
ModMaker101 authored Mar 11, 2023
2 parents a0bcb5f + f896c0a commit 05a5adc
Show file tree
Hide file tree
Showing 10 changed files with 78 additions and 2 deletions.
16 changes: 16 additions & 0 deletions naruto/nbehavior/items/ramen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"format_version": "1.10",
"minecraft:item": {
"description": {
"identifier": "naruto:ramen"
},

"components": {
"minecraft:use_duration": 32,
"minecraft:food": {
"nutrition": 3,
"saturation_modifier": "low"
}
}
}
}
31 changes: 31 additions & 0 deletions naruto/nbehavior/recipes/ramen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"format_version": "1.19.70",
"minecraft:recipe_shaped": {
"description": {
"identifier": "naruto:ramen"
},


"tags": [ "crafting_table" ],
"pattern": [
"WWW",
"GMG",
" G "
],
"key": {
"W": {
"item": "minecraft:wheat"
},
"G": {
"item": "minecraft:glass"
},
"M":{
"item":"minecraft:beef"
}
},
"result": {
"item": "naruto:ramen"
}
}
}

14 changes: 14 additions & 0 deletions naruto/nresource/items/ramen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"format_version": "1.10",
"minecraft:item": {
"description": {
"identifier": "naruto:ramen",
"category": "food"
},
"components": {
"minecraft:icon": "ramen",
"minecraft:use_animation": "eat",
"minecraft:render_offsets": "apple"
}
}
}
Binary file added naruto/nresource/sounds/ramen.ogg
Binary file not shown.
13 changes: 12 additions & 1 deletion naruto/nresource/sounds/sound_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,16 @@
"load_on_low_memory": true
}
]
}
},
"ramen":{
"max_distance": 5.0,
"sounds":[
{
"name":"sounds/ramen",
"stream": true,
"volume":0.1,
"load_on_low_memory":true
}
]
}
}
3 changes: 2 additions & 1 deletion naruto/nresource/texts/en_US.lang
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
item.chase:fire_ball_justu.name= §cFire Ball Justu
tile.chase:hokage.name=Hokage Sign
tile.chase:hokage.name=Hokage Sign
item.naruto:ramen.name=§eRamen
3 changes: 3 additions & 0 deletions naruto/nresource/textures/item_texture.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
},
"amour_test":{
"textures":"textures/items/test"
},
"ramen":{
"textures":"textures/items/ramen"
}
}
}
Binary file modified naruto/nresource/textures/items/kunai.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 naruto/nresource/textures/items/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 added naruto/nresource/textures/items/teleport_kunai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 05a5adc

Please sign in to comment.