Skip to content

Commit

Permalink
v1.8.7 - More minor bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed Jun 21, 2024
1 parent 655e919 commit ecd7e81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G
# Mod Info
maven_group = net.dakotapride
archives_base_name = garnished
mod_version = 1.8.6
mod_version = 1.8.7

minecraft_version = 1.20.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,8 @@ public class GarnishedItems {
public static final ItemEntry<Item> VENERABLE_DOUGH =
REGISTRATE.item("venerable_dough", Item::new).register();

public static final ItemEntry<Item> UNFINISHED_VENERABLE_DELICACY =
REGISTRATE.item("unfinished_venerable_delicacy", Item::new).register();
public static final ItemEntry<SequencedAssemblyItem> UNFINISHED_VENERABLE_DELICACY =
REGISTRATE.item("unfinished_venerable_delicacy", SequencedAssemblyItem::new).register();
public static final ItemEntry<VenerableDelicacyFoodItem> VENERABLE_DELICACY_RED =
REGISTRATE.item("venerable_delicacy_red", VenerableDelicacyFoodItem::new).register();
public static final ItemEntry<VenerableDelicacyFoodItem> VENERABLE_DELICACY_ORANGE =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "c:bread"
"item": "minecraft:bread"
},
{
"item": "garnished:phantom_beef_patty"
Expand Down

0 comments on commit ecd7e81

Please sign in to comment.