Skip to content

Commit

Permalink
refactor: Remove CountedIngredient in favor of NeoForge's SizedIngred…
Browse files Browse the repository at this point in the history
…ient.
  • Loading branch information
Rover656 committed May 18, 2024
1 parent c74d7e2 commit d80f870
Show file tree
Hide file tree
Showing 96 changed files with 378 additions and 745 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
"experience": 0.3,
"inputs": [
{
"Count": 3,
"Ingredient": {
"item": "enderio:flour"
}
"count": 3,
"item": "enderio:flour"
},
{
"Count": 1,
"Ingredient": {
"item": "minecraft:egg"
}
"count": 1,
"item": "minecraft:egg"
}
],
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
"experience": 0.3,
"inputs": [
{
"Count": 1,
"Ingredient": {
"tag": "c:dusts/glowstone"
}
"count": 1,
"tag": "c:dusts/glowstone"
},
{
"Count": 1,
"Ingredient": {
"item": "minecraft:clay_ball"
}
"count": 1,
"item": "minecraft:clay_ball"
}
],
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
"experience": 0.3,
"inputs": [
{
"Count": 1,
"Ingredient": {
"tag": "c:glass_blocks/colorless"
}
"count": 1,
"tag": "c:glass_blocks/colorless"
}
],
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
"experience": 0.3,
"inputs": [
{
"Count": 1,
"Ingredient": {
"item": "enderio:clear_glass"
}
"count": 1,
"item": "enderio:clear_glass"
},
{
"Count": 4,
"Ingredient": {
"tag": "c:gems/amethyst"
}
"count": 4,
"tag": "c:gems/amethyst"
}
],
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
"experience": 0.3,
"inputs": [
{
"Count": 1,
"Ingredient": {
"item": "enderio:clear_glass"
}
"count": 1,
"item": "enderio:clear_glass"
},
{
"Count": 1,
"Ingredient": {
"tag": "c:storage_blocks/amethyst"
}
"count": 1,
"tag": "c:storage_blocks/amethyst"
}
],
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
"experience": 0.3,
"inputs": [
{
"Count": 1,
"Ingredient": {
"tag": "c:glass_blocks/colorless"
}
"count": 1,
"tag": "c:glass_blocks/colorless"
},
{
"Count": 4,
"Ingredient": {
"tag": "c:gems/amethyst"
}
"count": 4,
"tag": "c:gems/amethyst"
}
],
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
"experience": 0.3,
"inputs": [
{
"Count": 1,
"Ingredient": {
"tag": "c:glass_blocks/colorless"
}
"count": 1,
"tag": "c:glass_blocks/colorless"
},
{
"Count": 1,
"Ingredient": {
"tag": "c:storage_blocks/amethyst"
}
"count": 1,
"tag": "c:storage_blocks/amethyst"
}
],
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
"experience": 0.3,
"inputs": [
{
"Count": 1,
"Ingredient": {
"item": "enderio:clear_glass"
}
"count": 1,
"item": "enderio:clear_glass"
},
{
"Count": 4,
"Ingredient": {
"tag": "c:dusts/glowstone"
}
"count": 4,
"tag": "c:dusts/glowstone"
}
],
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
"experience": 0.3,
"inputs": [
{
"Count": 1,
"Ingredient": {
"item": "enderio:clear_glass"
}
"count": 1,
"item": "enderio:clear_glass"
},
{
"Count": 1,
"Ingredient": {
"item": "minecraft:glowstone"
}
"count": 1,
"item": "minecraft:glowstone"
}
],
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
"experience": 0.3,
"inputs": [
{
"Count": 1,
"Ingredient": {
"tag": "c:glass_blocks/colorless"
}
"count": 1,
"tag": "c:glass_blocks/colorless"
},
{
"Count": 4,
"Ingredient": {
"tag": "c:dusts/glowstone"
}
"count": 4,
"tag": "c:dusts/glowstone"
}
],
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
"experience": 0.3,
"inputs": [
{
"Count": 1,
"Ingredient": {
"tag": "c:glass_blocks/colorless"
}
"count": 1,
"tag": "c:glass_blocks/colorless"
},
{
"Count": 1,
"Ingredient": {
"item": "minecraft:glowstone"
}
"count": 1,
"item": "minecraft:glowstone"
}
],
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,16 @@
"experience": 0.3,
"inputs": [
{
"Count": 1,
"Ingredient": {
"tag": "c:ingots/copper_alloy"
}
"count": 1,
"tag": "c:ingots/copper_alloy"
},
{
"Count": 1,
"Ingredient": {
"tag": "c:ingots/iron"
}
"count": 1,
"tag": "c:ingots/iron"
},
{
"Count": 1,
"Ingredient": {
"tag": "c:dusts/redstone"
}
"count": 1,
"tag": "c:dusts/redstone"
}
],
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
"experience": 0.3,
"inputs": [
{
"Count": 1,
"Ingredient": {
"item": "enderio:flour"
}
"count": 1,
"item": "enderio:flour"
},
{
"Count": 1,
"Ingredient": {
"item": "minecraft:cocoa_beans"
}
"count": 1,
"item": "minecraft:cocoa_beans"
}
],
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
"experience": 0.3,
"inputs": [
{
"Count": 1,
"Ingredient": {
"tag": "c:ingots/copper"
}
"count": 1,
"tag": "c:ingots/copper"
},
{
"Count": 1,
"Ingredient": {
"tag": "c:silicon"
}
"count": 1,
"tag": "c:silicon"
}
],
"result": {
Expand Down
Loading

0 comments on commit d80f870

Please sign in to comment.