Skip to content

Commit

Permalink
minor fixes + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Pdiddy973 committed Jun 1, 2022
1 parent 9251d86 commit aa44a7c
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
forge=1.18.2-40.1.20
versionn=1.0.7
forge=1.18.2-40.1.30
versionn=1.0.8
mc_version=1.18.2
jei_version=9.7.0.195
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "thermal:furnace",
"ingredient": {
"item": "compressium:red_sand_1",
"item": "compressium:redsand_1",
"count": 1
},
"result": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "thermal:furnace",
"ingredient": {
"item": "compressium:red_sand_2",
"item": "compressium:redsand_2",
"count": 1
},
"result": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "thermal:furnace",
"ingredient": {
"item": "compressium:red_sand_3",
"item": "compressium:redsand_3",
"count": 1
},
"result": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "thermal:furnace",
"ingredient": {
"item": "compressium:red_sand_4",
"item": "compressium:redsand_4",
"count": 1
},
"result": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "thermal:furnace",
"ingredient": {
"item": "compressium:red_sand_5",
"item": "compressium:redsand_5",
"count": 1
},
"result": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "thermal:furnace",
"ingredient": {
"item": "compressium:red_sand_6",
"item": "compressium:redsand_6",
"count": 1
},
"result": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "thermal:furnace",
"ingredient": {
"item": "compressium:red_sand_7",
"item": "compressium:redsand_7",
"count": 1
},
"result": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "thermal:furnace",
"ingredient": {
"item": "compressium:red_sand_8",
"item": "compressium:redsand_8",
"count": 1
},
"result": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "thermal:furnace",
"ingredient": {
"item": "compressium:red_sand_9",
"item": "compressium:redsand_9",
"count": 1
},
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"count": 1
},
"result": {
"item": "allthecompressed:terracotta_block_1"
"item": "allthecompressed:terracotta_block_1x"
},
"energy": 240000,
"conditions": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"count": 1
},
"result": {
"item": "allthecompressed:terracotta_block_2"
"item": "allthecompressed:terracotta_block_2x"
},
"energy": 480000,
"conditions": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"count": 1
},
"result": {
"item": "allthecompressed:terracotta_block_3"
"item": "allthecompressed:terracotta_block_3x"
},
"energy": 720000,
"conditions": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"count": 1
},
"result": {
"item": "allthecompressed:terracotta_block_4"
"item": "allthecompressed:terracotta_block_4x"
},
"energy": 960000,
"conditions": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"count": 1
},
"result": {
"item": "allthecompressed:terracotta_block_5"
"item": "allthecompressed:terracotta_block_5x"
},
"energy": 1200000,
"conditions": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"count": 1
},
"result": {
"item": "allthecompressed:terracotta_block_6"
"item": "allthecompressed:terracotta_block_6x"
},
"energy": 1440000,
"conditions": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"count": 1
},
"result": {
"item": "allthecompressed:terracotta_block_7"
"item": "allthecompressed:terracotta_block_7x"
},
"energy": 1680000,
"conditions": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"count": 1
},
"result": {
"item": "allthecompressed:terracotta_block_8"
"item": "allthecompressed:terracotta_block_8x"
},
"energy": 2160000,
"conditions": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"count": 1
},
"result": {
"item": "allthecompressed:terracotta_block_9"
"item": "allthecompressed:terracotta_block_9x"
},
"energy": 2400000,
"conditions": [
Expand Down

0 comments on commit aa44a7c

Please sign in to comment.