This repository has been archived by the owner on Jul 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WE'RE BACK WITH MORE * Get 4 advancements!
- Loading branch information
1 parent
5578e85
commit 5af6062
Showing
15 changed files
with
176 additions
and
80 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/00401c9afb79e57c5c0a0e8c960b9c13cd236f26
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
// 1.20.4 2024-03-29T19:28:27.6913627 Better Biomes/Tags for minecraft:fluid | ||
// 1.20.4 2024-03-30T17:48:00.0754414 Better Biomes/Tags for minecraft:fluid |
4 changes: 2 additions & 2 deletions
4
src/main/generated/.cache/04cdd67837e1ed41e62cbf711f50b4da038903ea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/37fa80211bdf2dccd5688bf42a278f3250ad5ead
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/3e49fd16f841b0ea6fe3421610a602a4cbc31304
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 5 additions & 2 deletions
7
src/main/generated/.cache/b5d97e74155f5fe9b46b8cb7735a442ec4d8b841
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
// 1.20.4 2024-03-29T19:28:27.6903629 Better Biomes/Advancements | ||
// 1.20.4 2024-03-30T17:48:00.0744415 Better Biomes/Advancements | ||
8908b2b6c7948006d6fc01633a91f737c94e9136 data\betterbiomes\advancements\maple_forest.json | ||
13c912fa728f31b37a0eae1eefa4139bcf3d1592 data\betterbiomes\advancements\root.json | ||
d685400ec99e0a4a25a7b4b95c2f3862dc39e11f data\betterbiomes\advancements\oasis.json | ||
1b2793d92e8739cabd57affbbc5a2bdbafc26c3f data\betterbiomes\advancements\root.json | ||
4e856e48d8da4f4ed92cc26b4e1d0d235a23f057 data\betterbiomes\advancements\thin_log.json | ||
e26a89f7f7d4c7240967ef0449a400720f3969d1 data\betterbiomes\advancements\boiler.json |
4 changes: 2 additions & 2 deletions
4
src/main/generated/.cache/d064f2e075d173e72d192719122bd0c0b03667fa
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/d66e793654e12fcec6f03616e8ba8a4267bbc905
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
src/main/generated/data/betterbiomes/advancements/boiler.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"parent": "betterbiomes:maple_forest", | ||
"criteria": { | ||
"has_boiler": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"betterbiomes:maple_syrup_boiler" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
} | ||
}, | ||
"display": { | ||
"description": "Obtain a boiler", | ||
"icon": { | ||
"item": "betterbiomes:maple_syrup_boiler" | ||
}, | ||
"title": "This is boiling!" | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_boiler" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
35 changes: 35 additions & 0 deletions
35
src/main/generated/data/betterbiomes/advancements/oasis.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"parent": "betterbiomes:root", | ||
"criteria": { | ||
"entered_oasis": { | ||
"conditions": { | ||
"player": [ | ||
{ | ||
"condition": "minecraft:entity_properties", | ||
"entity": "this", | ||
"predicate": { | ||
"location": { | ||
"structure": "betterbiomes:oasis" | ||
} | ||
} | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:location" | ||
} | ||
}, | ||
"display": { | ||
"description": "Find a rare Oasis", | ||
"hidden": true, | ||
"icon": { | ||
"item": "minecraft:sand" | ||
}, | ||
"title": "Refreshing!" | ||
}, | ||
"requirements": [ | ||
[ | ||
"entered_oasis" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
src/main/generated/data/betterbiomes/advancements/thin_log.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"parent": "betterbiomes:root", | ||
"criteria": { | ||
"has_thin_logs": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"betterbiomes:thin_birch_log" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
} | ||
}, | ||
"display": { | ||
"description": "Obtain a thin birch log", | ||
"icon": { | ||
"item": "betterbiomes:thin_birch_log" | ||
}, | ||
"title": "Minecraft: But It's Cursed Logs" | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_thin_logs" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
src/main/java/net/crypticverse/betterbiomes/world/BetterBiomesStructures.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package net.crypticverse.betterbiomes.world; | ||
|
||
import net.minecraft.core.registries.Registries; | ||
import net.minecraft.resources.ResourceKey; | ||
import net.minecraft.resources.ResourceLocation; | ||
import net.minecraft.world.level.levelgen.structure.Structure; | ||
|
||
import net.crypticverse.betterbiomes.BetterBiomes; | ||
|
||
public class BetterBiomesStructures { | ||
public static final ResourceKey<Structure> OASIS = ResourceKey.create(Registries.STRUCTURE, new ResourceLocation(BetterBiomes.MOD_ID, "oasis")); | ||
} |
Oops, something went wrong.