Skip to content

Commit

Permalink
v2.0.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheClassic36 committed Nov 20, 2024
1 parent f904677 commit 81a56f6
Show file tree
Hide file tree
Showing 11 changed files with 69 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body:
label: Version
description: Which version of Silly Eatables are you using? If it's not listed, please update!
options:
- v2.0.0-beta3
- v2.0.0-beta4
- v1.3.1+mod
- v1.3.1
- v1.2.0+mod
Expand All @@ -38,7 +38,7 @@ body:
attributes:
label: Mod Loader Version
description: If running as a mod, which mod loader & Fabric API version are you using?
placeholder: "Example: Fabric Loader v0.16.9 with Fabric API v0.108.0 for Minecraft 1.21.3"
placeholder: "Example: Fabric Loader v0.16.9 with Fabric API v0.109.0 for Minecraft 1.21.3"
validations:
required: false
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Food recipes in this data pack/mod can be found [here on the wiki](https://githu
| Minecraft Version | Silly Eatables Version |
| :--: | :--: |
| 1.21.4 (24w44a - 24w46a) | [v2.0.0-beta3](https://github.com/Classic36-Media/Silly-Eatables/releases/tag/v2.0.0-beta3) |
| 1.21.4 (24w46a - 1.21.4-pre1) | [v2.0.0-beta4](https://github.com/Classic36-Media/Silly-Eatables/releases/tag/v2.0.0-beta4) |
| 1.21.2 - 1.21.3 | [v1.3.1](https://github.com/Classic36-Media/Silly-Eatables/releases/tag/v1.3.1) |
| 1.21 - 1.21.1 | [v1.2.0](https://github.com/Classic36-Media/Silly-Eatables/releases/tag/v1.2.0) |
| 1.20.5 - 1.20.6 | [v1.0.2](https://github.com/Classic36-Media/Silly-Eatables/releases/tag/v1.0.2) |
Expand Down
6 changes: 4 additions & 2 deletions data/minecraft/advancement/recipes/misc/butter_recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"rewards": {
"recipes": [
"minecraft:stick_of_butter",
"minecraft:butter_block",
"minecraft:butter_nugget"
"minecraft:clump_of_butter",
"minecraft:smooth_block_of_butter",
"minecraft:clumpy_block_of_butter",
"minecraft:nugget_of_butter"
]
},
"criteria": {
Expand Down
25 changes: 25 additions & 0 deletions data/minecraft/recipe/clump_of_butter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"minecraft:raw_gold",
"minecraft:milk_bucket"
],
"result": {
"id": "minecraft:raw_gold",
"count": 1,
"components": {
"minecraft:food": {
"nutrition": 2,
"saturation": 0.0,
"can_always_eat": false
},
"minecraft:consumable": {
"consume_seconds": 1.8,
"animation": "eat",
"sound": "entity.generic.eat",
"has_consume_particles": true
},
"minecraft:item_name": "\"Clump of Butter\""
}
}
}
25 changes: 25 additions & 0 deletions data/minecraft/recipe/clumpy_block_of_butter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"minecraft:raw_gold_block",
"minecraft:milk_bucket"
],
"result": {
"id": "minecraft:raw_gold_block",
"count": 1,
"components": {
"minecraft:food": {
"nutrition": 4,
"saturation": 2.0,
"can_always_eat": false
},
"minecraft:consumable": {
"consume_seconds": 3.8,
"animation": "eat",
"sound": "entity.generic.eat",
"has_consume_particles": true
},
"minecraft:item_name": "\"Clumpy Block of Butter\""
}
}
}
5 changes: 5 additions & 0 deletions data/minecraft/recipe/enchanted_golden_carrot.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
"id": "minecraft:resistance",
"amplifier": 0,
"duration": 2400
},
{
"id": "minecraft:slowness",
"amplifier": 4,
"duration": 400
}
]
}
Expand Down
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": "\"Butter Nugget\""
"minecraft:item_name": "\"Nugget of Butter\""
}
}
}
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": "\"Butter Block\""
"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": "\"Stocl 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 @@ -38,7 +38,7 @@
{
"id": "minecraft:nausea",
"amplifier": 2,
"duration": 280
"duration": 200
}
]
},
Expand Down
6 changes: 3 additions & 3 deletions pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pack":{
"pack_format": 58,
"supported_formats": {"min_inclusive": 58, "max_inclusive": 60},
"description": "§eSilly Eatables\n§7v2.0.0-b3 §8/ §f1.21.4 Snapshots"
"pack_format": 60,
"supported_formats": {"min_inclusive": 60, "max_inclusive": 60},
"description": "§eSilly Eatables\n§7v2.0.0-b4 §8/ §f1.21.4 Snapshots"
}
}

0 comments on commit 81a56f6

Please sign in to comment.