Skip to content

Commit

Permalink
fix catalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
Thepigcat76 committed Feb 15, 2025
1 parent fdbfd6b commit e593ba2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.21.1 2025-02-15T11:33:44.1588587 Loot Tables
// 1.21.1 2025-02-13T16:20:06.179721876 Loot Tables
41719eca89c8053e263d78613ee41d3d1597d2f8 data/nautec/loot_table/blocks/aquarine_steel_block.json
b0138d22def1a787c4e45722fc046c703e36ec05 data/nautec/loot_table/blocks/aquatic_catalyst.json
0db317348cd6a30700738aad0c4ee8bf13bdda43 data/nautec/loot_table/blocks/augmentation_station.json
Expand All @@ -7,7 +7,7 @@ b0138d22def1a787c4e45722fc046c703e36ec05 data/nautec/loot_table/blocks/aquatic_c
f590095e056ddb51aef96b87bf337447cbb85998 data/nautec/loot_table/blocks/bacterial_analyzer.json
b4bac023a4f195fa3a312ed980d8a26b459db016 data/nautec/loot_table/blocks/bacterial_containment_shield.json
5532fca7dd0fb0de5e8e4dac9e513362ac3b5fe3 data/nautec/loot_table/blocks/bio_reactor.json
06a48c84f087863a71c1ed9f554e7bb14b9c43b3 data/nautec/loot_table/blocks/bio_reactor_part.json
f0d425212575ef5fb38da0bc73965369875e8838 data/nautec/loot_table/blocks/bio_reactor_part.json
41b64deb69add5aba548b36fb7de36f1bdcae2ba data/nautec/loot_table/blocks/charger.json
fcf05cc18fcb8b9624d59dc8c707dc1c5620eb70 data/nautec/loot_table/blocks/chiseled_dark_prismarine.json
f403acf76ab195da1607916f7678d6a1a79dcf25 data/nautec/loot_table/blocks/dark_prismarine_pillar.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.21.1 2025-02-15T11:33:44.1608537 Languages: en_us
583ba7b99abd85d4806fadb348de51de73568df1 assets/nautec/lang/en_us.json
// 1.21.1 2025-02-13T16:21:53.5456447 Languages: en_us
950abf332083778317b4193f554cf38a6dd5eb09 assets/nautec/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
// 1.21.1 2025-02-15T11:33:44.1568644 Books: nautec
// 1.21.1 2025-02-13T15:39:16.717884477 Books: nautec
6d944fd1b3f4f8d8baf18317dbdea1e50476ed05 data/nautec/modonomicon/books/nautec_guide/book.json
bcc5a52bdf7c614090d0effb5a1466169b55202f data/nautec/modonomicon/books/nautec_guide/categories/aquatic_biology.json
ea5fe754ad19a1903e7a9d19f39e3b1488e59cfe data/nautec/modonomicon/books/nautec_guide/categories/getting_started.json
017114f8211380a5e6b99895135d3a39018dd3e3 data/nautec/modonomicon/books/nautec_guide/categories/laser_augmentation.json
3b186e166ff5703903304a77e793b8364cd2a0b7 data/nautec/modonomicon/books/nautec_guide/categories/laser_chemistry.json
43d41666275648fc14a9cde7533507394a240f91 data/nautec/modonomicon/books/nautec_guide/entries/aquatic_biology/bacterial_analyzer.json
5437d8bd93e4dccdc57d67faea67daa8db2af9ae data/nautec/modonomicon/books/nautec_guide/entries/aquatic_biology/bacteria_grafting.json
019a8ae77eebfef64cdaff80c448ccfaf65d348f data/nautec/modonomicon/books/nautec_guide/entries/aquatic_biology/bacteria_introduction.json
5790c9aab4047379af77fcd7bce84021d8091fbe data/nautec/modonomicon/books/nautec_guide/entries/aquatic_biology/bacteria_stats.json
43d41666275648fc14a9cde7533507394a240f91 data/nautec/modonomicon/books/nautec_guide/entries/aquatic_biology/bacterial_analyzer.json
0c4ae24d2950f16a4820c88ebe90333d8a65d01b data/nautec/modonomicon/books/nautec_guide/entries/aquatic_biology/bio_reactor.json
0f20dba3b7127f33e5a32f79a11abad14f4e68b9 data/nautec/modonomicon/books/nautec_guide/entries/aquatic_biology/incubator.json
776ec77cab5127c3ca65cb6a2f9e48fb0a4f1c80 data/nautec/modonomicon/books/nautec_guide/entries/aquatic_biology/mutator.json
6a160fb74c301cc264188395c8fe7bd3439e1f77 data/nautec/modonomicon/books/nautec_guide/entries/getting_started/diving_gear.json
98dbf5868dbe3b0b587f88eb06c9b85942ab191f data/nautec/modonomicon/books/nautec_guide/entries/getting_started/diving_gear.json
c6142863ec08fd6aee8988857e6556a341aabddd data/nautec/modonomicon/books/nautec_guide/entries/getting_started/etching.json
3025c1f954bcbae17b5500c8814af26ccda6cf0a data/nautec/modonomicon/books/nautec_guide/entries/getting_started/introduction.json
9b9ae90af0d1516102afdceba92ac1383a664e3c data/nautec/modonomicon/books/nautec_guide/entries/getting_started/item_transformation.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void commonTick() {
duration = 0;
currentRecipe = null;
} else {
int distance = getLaserDistances().getInt(getBlockState().getValue(BlockStateProperties.FACING));
int distance = getLaserDistances().getInt(getBlockState().getValue(BlockStateProperties.FACING).getOpposite());
if (distance > 0) {
int amount = currentRecipe.value().powerAmount() / currentRecipe.value().duration();
transmitPower(amount);
Expand Down

0 comments on commit e593ba2

Please sign in to comment.