Skip to content

Commit

Permalink
New item name format
Browse files Browse the repository at this point in the history
  • Loading branch information
TheClassic36 committed Jan 8, 2025
1 parent 38be82b commit b67142f
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion data/minecraft/recipe/clump_of_butter.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"sound": "entity.generic.eat",
"has_consume_particles": true
},
"minecraft:item_name": "\"Clump of Butter\""
"minecraft:item_name": "Clump of Butter"
}
}
}
2 changes: 1 addition & 1 deletion data/minecraft/recipe/clumpy_block_of_butter.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"sound": "entity.generic.eat",
"has_consume_particles": true
},
"minecraft:item_name": "\"Clumpy Block of Butter\""
"minecraft:item_name": "Clumpy Block of Butter"
}
}
}
2 changes: 1 addition & 1 deletion data/minecraft/recipe/cotton_candy.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"sound": "entity.generic.eat",
"has_consume_particles": false
},
"minecraft:item_name": "\"Cotton Candy\""
"minecraft:item_name": "Cotton Candy"
}
}
}
2 changes: 1 addition & 1 deletion data/minecraft/recipe/dirt_cake.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"sound": "entity.generic.eat",
"has_consume_particles": true
},
"minecraft:item_name": "\"Dirt Cake\""
"minecraft:item_name": "Dirt Cake"
}
}
}
2 changes: 1 addition & 1 deletion data/minecraft/recipe/enchanted_golden_carrot.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"minecraft:enchantment_glint_override": true,
"minecraft:rarity": "rare",
"minecraft:item_name": "\"Enchanted Golden Carrot\""
"minecraft:item_name": "Enchanted Golden Carrot"
}
}
}
2 changes: 1 addition & 1 deletion data/minecraft/recipe/explosive_treat.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"minecraft:use_cooldown": {
"seconds": 2
},
"minecraft:item_name": "\"Explosive Treat\""
"minecraft:item_name": "Explosive Treat"
}
}
}
2 changes: 1 addition & 1 deletion data/minecraft/recipe/mud_pie.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"sound": "entity.generic.eat",
"has_consume_particles": true
},
"minecraft:item_name": "\"Mud Pie\""
"minecraft:item_name": "Mud Pie"
}
}
}
2 changes: 1 addition & 1 deletion data/minecraft/recipe/nugget_of_butter.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"sound": "entity.generic.eat",
"has_consume_particles": true
},
"minecraft:item_name": "\"Nugget of Butter\""
"minecraft:item_name": "Nugget of Butter"
}
}
}
2 changes: 1 addition & 1 deletion data/minecraft/recipe/rock_cake.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"sound": "entity.generic.eat",
"has_consume_particles": true
},
"minecraft:item_name": "\"Rock Cake\""
"minecraft:item_name": "Rock Cake"
}
}
}
2 changes: 1 addition & 1 deletion data/minecraft/recipe/smooth_block_of_butter.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"sound": "entity.generic.eat",
"has_consume_particles": true
},
"minecraft:item_name": "\"Smooth Block of Butter\""
"minecraft:item_name": "Smooth Block of Butter"
}
}
}
2 changes: 1 addition & 1 deletion data/minecraft/recipe/stick_of_butter.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"sound": "entity.generic.eat",
"has_consume_particles": true
},
"minecraft:item_name": "\"Stick of Butter\""
"minecraft:item_name": "Stick of Butter"
}
}
}
2 changes: 1 addition & 1 deletion data/minecraft/recipe/strange_potato.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"minecraft:use_cooldown": {
"seconds": 1.5
},
"minecraft:item_name": "\"Strange Potato\""
"minecraft:item_name": "Strange Potato"
}
}
}
2 changes: 1 addition & 1 deletion data/minecraft/recipe/sugar_coated_bedrock.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"sound": "entity.generic.eat",
"has_consume_particles": true
},
"minecraft:item_name": "\"Sugar-Coated Bedrock\""
"minecraft:item_name": "Sugar-Coated Bedrock"
}
}
}
2 changes: 1 addition & 1 deletion data/minecraft/recipe/sugar_coated_obsidian.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"sound": "entity.generic.eat",
"has_consume_particles": true
},
"minecraft:item_name": "\"Sugar-Coated Obsidian\""
"minecraft:item_name": "Sugar-Coated Obsidian"
}
}
}
2 changes: 1 addition & 1 deletion data/minecraft/recipe/sugar_glass_block.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"sound": "entity.generic.eat",
"has_consume_particles": true
},
"minecraft:item_name": "\"Sugar Glass\""
"minecraft:item_name": "Sugar Glass"
}
}
}
2 changes: 1 addition & 1 deletion data/minecraft/recipe/sugar_glass_pane.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"sound": "entity.generic.eat",
"has_consume_particles": true
},
"minecraft:item_name": "\"Sugar Glass Pane\""
"minecraft:item_name": "Sugar Glass Pane"
}
}
}

0 comments on commit b67142f

Please sign in to comment.