Skip to content

Commit 8cf9514

Browse files
committed
feat: last changes for tiki torch
1 parent 2149819 commit 8cf9514

File tree

7 files changed

+31
-21
lines changed

7 files changed

+31
-21
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ loader_version_range=[4,)
1717
mod_id=deep_aether
1818
mod_group=io.github.razordevs.deep_aether
1919
mod_name=Deep Aether
20-
mod_version=1.1.4
20+
mod_version=1.1.5
2121
mod_license=Assets: All Rights Reserved; Code: GPL-3.0
2222
mod_url=https://modrinth.com/mod/deep-aether
2323
mod_update=https://github.com/RazorDevs/Deep-Aether/raw/1.21.1-1.1/update.json

src/generated/resources/data/deep_aether/advancement/recipes/decorations/ambrosium_tiki_torch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"parent": "minecraft:recipes/root",
33
"criteria": {
4-
"has_ambrosium_torch": {
4+
"has_ambrosium_shard": {
55
"conditions": {
66
"items": [
77
{
8-
"items": "aether:ambrosium_torch"
8+
"items": "aether:ambrosium_shard"
99
}
1010
]
1111
},
@@ -21,7 +21,7 @@
2121
"requirements": [
2222
[
2323
"has_the_recipe",
24-
"has_ambrosium_torch"
24+
"has_ambrosium_shard"
2525
]
2626
],
2727
"rewards": {

src/generated/resources/data/deep_aether/recipe/ambrosium_tiki_torch.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"category": "misc",
44
"key": {
55
"A": {
6-
"item": "aether:ambrosium_torch"
6+
"item": "aether:ambrosium_shard"
77
},
88
"B": {
9-
"item": "aether:holystone_slab"
9+
"item": "aether:skyroot_stick"
1010
},
1111
"C": {
12-
"item": "aether:skyroot_stick"
12+
"item": "deep_aether:cloudbloom_bouquet"
1313
}
1414
},
1515
"pattern": [
16-
"A",
17-
"B",
18-
"C"
16+
" CA",
17+
" BC",
18+
"B "
1919
],
2020
"result": {
2121
"count": 1,

src/main/java/io/github/razordevs/deep_aether/DeepAether.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class DeepAether {
103103
public static final Logger LOGGER = LogUtils.getLogger();
104104

105105
public static final String MODID = "deep_aether";
106-
public static final String MOD_VERSION = "1.1.4";
106+
public static final String MOD_VERSION = "1.1.5";
107107

108108
// We lost hope on LC's side. Code removed and will be reintroduced in future versions if needed.
109109
public static final String LOST_AETHER_CONTENT = "lost_aether_content";

src/main/java/io/github/razordevs/deep_aether/datagen/DARecipeData.java

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,15 @@
2121
import io.github.razordevs.deep_aether.recipe.GoldenSwetBallRecipe;
2222
import net.minecraft.core.HolderLookup;
2323
import net.minecraft.data.PackOutput;
24-
import net.minecraft.data.recipes.*;
24+
import net.minecraft.data.recipes.RecipeBuilder;
25+
import net.minecraft.data.recipes.RecipeCategory;
26+
import net.minecraft.data.recipes.RecipeOutput;
27+
import net.minecraft.data.recipes.ShapedRecipeBuilder;
28+
import net.minecraft.data.recipes.ShapelessRecipeBuilder;
29+
import net.minecraft.data.recipes.SimpleCookingRecipeBuilder;
30+
import net.minecraft.data.recipes.SingleItemRecipeBuilder;
31+
import net.minecraft.data.recipes.SmithingTransformRecipeBuilder;
32+
import net.minecraft.data.recipes.SpecialRecipeBuilder;
2533
import net.minecraft.resources.ResourceLocation;
2634
import net.minecraft.tags.TagKey;
2735
import net.minecraft.world.effect.MobEffectInstance;
@@ -438,13 +446,13 @@ protected void buildRecipes(RecipeOutput consumer) {
438446
.save(consumer, name("skyjade_lantern_from_skyjade_nuggets"));
439447

440448
ShapedRecipeBuilder.shaped(RecipeCategory.DECORATIONS, DABlocks.AMBROSIUM_TIKI_TORCH.get())
441-
.define('A', AetherBlocks.AMBROSIUM_TORCH.get())
442-
.define('B', AetherBlocks.HOLYSTONE_SLAB.get())
443-
.define('C', AetherItems.SKYROOT_STICK.get())
444-
.pattern("A")
445-
.pattern("B")
446-
.pattern("C")
447-
.unlockedBy(getHasName(AetherBlocks.AMBROSIUM_TORCH.get()), has(AetherBlocks.AMBROSIUM_TORCH.get()))
449+
.define('A', AetherItems.AMBROSIUM_SHARD.get())
450+
.define('B', AetherItems.SKYROOT_STICK.get())
451+
.define('C', DAItems.CLOUDBLOOM_BOUQUET.get())
452+
.pattern(" CA")
453+
.pattern(" BC")
454+
.pattern("B ")
455+
.unlockedBy(getHasName(AetherItems.AMBROSIUM_SHARD.get()), has(AetherItems.AMBROSIUM_SHARD.get()))
448456
.save(consumer, name("ambrosium_tiki_torch"));
449457

450458
ShapedRecipeBuilder.shaped(RecipeCategory.DECORATIONS, DABlocks.SKYJADE_CHAIN.get())

src/main/resources/assets/deep_aether/lang/en_us.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
"upgrade.deep_aether.stratus_upgrade": "Stratus Upgrade",
132132
"upgrade.deep_aether.stormforged_upgrade": "Stormforged Upgrade",
133133

134+
"block.deep_aether.ambrosium_tiki_torch": "Ambrosium Tiki Torch",
134135
"block.deep_aether.aerglow_blossom_block": "Aerglow Blossom Block",
135136
"block.deep_aether.aerglow_grass_block": "Aerglow Grass Block",
136137
"block.deep_aether.aerglow_grass_path": "Aerglow Grass Path",
@@ -471,6 +472,7 @@
471472
"item.deep_aether.yagroot_chest_boat": "Yagroot Boat with Chest",
472473
"item.deep_aether.squall_plate": "Squall Plate",
473474
"item.deep_aether.stormforged_smithing_template": "Smithing Template",
475+
"lore.block.deep_aether.ambrosium_tiki_torch": "Look, a tiki torch! Taller, better, and more fashionable than an old torch.",
474476
"lore.block.deep_aether.aerglow_blossom_block": "Crafted from Aerglow Blossoms. Can be used for decoration or as a light source.",
475477
"lore.block.deep_aether.aerglow_grass_block": "This is a variant of the typical Aether Grass Block, but it's more of a blue-ish color.",
476478
"lore.block.deep_aether.aerglow_grass_path": "This block is the result of using a shovel on an Aerglow Grass Block.",
@@ -650,7 +652,7 @@
650652
"lore.block.deep_aether.skyjade_block": "A block of compacted Skyjade Gemstones. They can power beacons, and just have a sleek look to them.",
651653
"lore.block.deep_aether.skyjade_lantern": "A cozy lantern with materials native of the Aether. A stronger light source and more enjoyable than those old torches, so might as well use these.",
652654
"lore.block.deep_aether.skyjade_ore": "A rare ore that drops Skyjade Gemstones when broken with Iron-grade tools or better.",
653-
"lore.block.deep_aether.skyjade_ring": "Looks like chains can be made out of Skyjade Nuggets now! A nice addition for your builds, especially paired with its lantern!",
655+
"lore.block.deep_aether.skyjade_chain": "Looks like chains can be made out of Skyjade Nuggets now! A nice addition for your builds, especially paired with its lantern!",
654656
"lore.block.deep_aether.sterling_aercloud": "This Aercloud is found way up high where it's hard to reach. When stepped on, lightning turns it into a Cold Aercloud. Can be enchanted in an altar to become a §cC§6h§er§ao§bm§9a§dt§ci§6c §eA§ae§br§9c§dl§co§6u§ed.",
655657
"lore.block.deep_aether.stratus_block": "Compressed stratus that is crafted from Stratus Ingots. Can be used for decoration.",
656658
"lore.block.deep_aether.stratus_debris": "One of Aether's most valuable resources. It can rarely be found inside of clouds in small patches.",

update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"promos": {
44
"1.19.2-recommended": "1.19.2-1.0.4",
55
"1.20.1-recommended": "1.20.1-1.1.7",
6-
"1.21.1-recommended": "1.21.1-1.1.4"
6+
"1.21.1-recommended": "1.21.1-1.1.5"
77
}
88
}

0 commit comments

Comments
 (0)