Skip to content

Commit

Permalink
Recipe workaround of experience rotor
Browse files Browse the repository at this point in the history
Close #119
  • Loading branch information
MarbleGateKeeper committed Oct 22, 2023
1 parent cb2d20c commit 5c7ebd4
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,4 @@ public ExperienceRotorItem(Properties properties) {
public boolean isFoil(@NotNull ItemStack pStack) {
return true;
}

@Override
public boolean hasCraftingRemainingItem(ItemStack stack) {
return true;
}

@Override
public ItemStack getCraftingRemainingItem(ItemStack itemStack) {
return itemStack;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
}
],
"results": [
{
"item": "create_enchantment_industry:experience_rotor"
},
{
"fluid": "create_enchantment_industry:experience",
"amount": 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
}
],
"results": [
{
"item": "create_enchantment_industry:experience_rotor"
},
{
"fluid": "create_enchantment_industry:experience",
"amount": 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
}
],
"results": [
{
"item": "create_enchantment_industry:experience_rotor"
},
{
"fluid": "create_enchantment_industry:experience",
"amount": 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
}
],
"results": [
{
"item": "create_enchantment_industry:experience_rotor"
},
{
"fluid": "create_enchantment_industry:experience",
"amount": 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
}
],
"results": [
{
"item": "create_enchantment_industry:experience_rotor"
},
{
"fluid": "create_enchantment_industry:experience",
"amount": 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
}
],
"results": [
{
"item": "create_enchantment_industry:experience_rotor"
},
{
"fluid": "create_enchantment_industry:experience",
"amount": 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
}
],
"results": [
{
"item": "create_enchantment_industry:experience_rotor"
},
{
"fluid": "create_enchantment_industry:experience",
"amount": 10
Expand Down

0 comments on commit 5c7ebd4

Please sign in to comment.