16 Commits

Author SHA1 Message Date
root ee1b203a7f feat: Add latitude-based world generation with extra-large biomes
- Custom BiomeSource distributes biomes by Z coordinate (north=cold, south=hot)
- Extra-large biomes (~3000 blocks, 8x vanilla)
- Underground biomes follow surface temperature logic
- Always spawn in plains near Z=0
- Welcome message explaining latitude mechanics
- Uses amplified noise settings for higher mountains
- BOP biomes integrated in temperature bands
- Selectable as 'Large Latitude' world type in world creation
- New config section 'world_generation'
- Version bumped to 2.2.0
2026-05-13 10:05:09 +00:00
feldenr 1030689b64 v2.1.12: Fix Ore Gen, Optional BOP Tags, Add Create Millstone Recipe 2026-02-01 00:43:06 +01:00
feldenr 734f89a720 feat: Add FR translation and Mekanism/Create compatibility + Bump version to 2.1.8 2026-01-23 14:27:15 +01:00
feldenr d64792d3d3 feat: Version 2.1.7 - Mekanism Compatibility & Ore Rebalance
- Added Forge tags (forge:ores/*) for all ores

- Added Shik Mekanism Enrichment recipe for Shard Diamond

- Rebalanced Lapis (0-32, 2x) and Diamond (Deepslate 6x) to match Vanilla

- Reduced Shard Diamond vein sizes for rarity

- Updated Biome Scanner & /ores to display Y-levels

- Fixed Shard Diamond Boots crafting recipe
2026-01-22 22:20:48 +01:00
feldenr 8699a36294 Rename Concentrated Diamond Ore to Deepslate Diamond Ore
- Renamed ConcentrateddiamondoreBlock to DeepslatediamondoreBlock
- Updated registry references (CONCENTRATEDDIAMONDORE → DEEPSLATEDIAMONDORE)
- Renamed all JSON resource files
- Updated display name: "Concentrated diamond ore" → "Deepslate diamond ore"
- Updated minecraft tags and biome modifiers

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-14 13:31:36 +01:00
feldenr 0d3805f654 Version 2.1.6 - Bug fixes and recipe improvements
- Fixed paxel recipe: now requires 1 pickaxe + 1 shovel + 1 axe + 2 sticks
- Fixed silk touch on Concentrated Diamond Ore: now drops vanilla diamond_ore
- Fixed Copper High Ore sound: changed from GRAVEL to STONE
- Added Sculk Catalyst recipe: 4 Diamond Shards + 4 Soul Sand + 1 Soul Soil
- Fixed Ore Biome Finder recipe: moved from recipe/ to recipes/ folder

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-07 17:44:37 +01:00
feldenr 613d679525 Add Sculk Catalyst recipe with Diamond Shards
- Added alternative recipe to craft Sculk Catalyst
- Recipe: 4 Diamond Shards + 4 Soul Sand + 1 Soul Soil
- Provides a way to craft Sculk Catalyst without Sculk Sensor

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-07 17:28:36 +01:00
feldenr 140b1f9111 Version 2.1.6 - Bug fixes
- Fixed paxel recipe: now requires 1 pickaxe + 2 sticks (instead of 3 pickaxes)
- Fixed silk touch on Concentrated Diamond Ore: now drops vanilla diamond_ore
- Fixed Copper High Ore sound: changed from GRAVEL to STONE

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-07 17:09:36 +01:00
feldenr 93cfa0dfe3 Mise à jour README.md version 2.1.5
- Documentation de la dépendance obligatoire KubeJS
- Création automatique du script de suppression des minerais vanilla
- Nouvel onglet créatif personnalisé
- Changelog complet de la version 2.1.5
- Architecture mise à jour avec KubeJSIntegration et ShardDiamondArmorMaterial

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-07 14:18:04 +01:00
feldenr 11d596b788 Version 2.1.5 - Major update with armor, creative tab, KubeJS integration
Features:
- Added Diamond Shard armor set (helmet, chestplate, leggings, boots)
- Added Diamond Shard tools (pickaxe, shovel, axe, paxel)
- Created custom creative tab "Custom Ore Gen" with all mod items
- Fixed armor texture loading with proper ArmorMaterial implementation
- Updated diamond shard item texture to 32x32
- Fixed diamond shard ore textures (swapped surface/deepslate)
- Disabled surface diamond shard ore generation (only deepslate remains)
- Added KubeJS as mandatory dependency
- Auto-create KubeJS startup script to remove vanilla ores

Technical changes:
- Created ShardDiamondArmorMaterial class with proper getName() format
- Created KubeJSIntegration class for automatic script creation
- Updated mods.toml with KubeJS dependency and version 2.1.5
- Removed ModArmorMaterials enum (replaced by class-based approach)
- Updated CreativeTab to include all mod items in custom tab

Textures:
- New armor textures from new_armor folder
- New diamond shard item texture
- Fixed armor layer textures for proper rendering

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-07 13:52:01 +01:00
feldenr 3f199c1bdf Creation d'un menu dans le creatif, Rework image de l'ore du Diamond shard et de l'items 2026-01-07 12:51:24 +01:00
feldenr 1876805803 Fix armor textures and implement new armor material system
- Created ShardDiamondArmorMaterial class with proper getName() returning "custom_ore_gen:shard_diamond"
- Updated all armor items to use the new material instance
- Added new armor textures from new_armor folder
- Fixed armor texture loading by using correct modid:name format in getName()
- Added CLAUDE.md for project documentation
- Added armor crafting recipes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-07 11:24:12 +01:00
feldenr 919980cb34 Version 2.0.8 - Correction armure et craft paxel
- Correction bug texture armure Diamond Shard (renommage textures layer_1/layer_2)
- Correction craft paxel (remplacement espace par lettre T pour stick)
- Correction compilation SharddiamondpaxelItem (getTier().getSpeed())
- Mise à jour version 2.0.6 -> 2.0.8

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-05 21:44:03 +01:00
felden.r@grenoble.archi.fr c59fbf7a34 Ajout armure et paxel en Diamond Shard + désactivation minerai surface
Nouvelles fonctionnalités :
- Armure complète en Diamond Shard (casque, plastron, jambières, bottes)
- Paxel en Diamond Shard (outil combiné pioche+pelle+hache, 1000 durabilité)
- Désactivation du Shard Diamond Ore de surface (deepslate uniquement)
- Mise à jour README.md avec toutes les nouvelles fonctionnalités

Fichiers ajoutés :
- Classes d'armure : Sharddiamondhelmet/chestplate/leggings/bootsItem.java
- Classe paxel : SharddiamondpaxelItem.java
- Recettes de craft pour armure et paxel
- Modèles et textures pour tous les nouveaux items
- Textures d'armure (layer 1 et 2)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-05 15:39:24 +01:00
feldenr e388fb6ad1 Changement global + ajout item et commande 2026-01-04 22:08:42 +01:00
Roman 23a8b11147 Actualiser README.md
modif
2025-12-30 13:19:00 +00:00
6232 changed files with 1041014 additions and 15466 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"permissions": {
"allow": [
"Bash(./gradlew build:*)",
"Bash(find:*)",
"mcp__web-search-prime__webSearchPrime",
"Bash(cat:*)",
"mcp__web-reader__webReader",
"Bash(node:*)",
"mcp__zread__get_repo_structure",
"Bash(ls:*)",
"Bash(grep:*)",
"Bash(unzip:*)",
"Bash(./gradlew:*)",
"WebSearch",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push)",
"Bash(wc:*)"
]
}
}
+9
View File
@@ -0,0 +1,9 @@
.gradle/
build/
run/
*.iml
.idea/
*.class
*.log
*.lock
*.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
View File
Binary file not shown.
@@ -0,0 +1,2 @@
#Fri Jan 02 13:19:24 CET 2026
gradle.version=8.8
Binary file not shown.
Binary file not shown.
View File
+3
View File
@@ -0,0 +1,3 @@
# Fichiers ignorés par défaut
/shelf/
/workspace.xml
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AndroidProjectSystem">
<option name="providerId" value="com.android.tools.idea.GradleProjectSystem" />
</component>
</project>
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel target="17" />
</component>
</project>
+18
View File
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleMigrationSettings" migrationVersion="1" />
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleJvm" value="#JAVA_HOME" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
</set>
</option>
<option name="resolveExternalAnnotations" value="true" />
</GradleProjectSettings>
</option>
</component>
</project>
+30
View File
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteRepositoriesConfiguration">
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Maven Central repository" />
<option name="url" value="https://repo1.maven.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="jboss.community" />
<option name="name" value="JBoss Community repository" />
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository>
<remote-repository>
<option name="id" value="maven" />
<option name="name" value="maven" />
<option name="url" value="https://maven.minecraftforge.net/" />
</remote-repository>
<remote-repository>
<option name="id" value="maven2" />
<option name="name" value="maven2" />
<option name="url" value="https://libraries.minecraft.net/" />
</remote-repository>
<remote-repository>
<option name="id" value="MavenRepo" />
<option name="name" value="MavenRepo" />
<option name="url" value="https://repo.maven.apache.org/maven2/" />
</remote-repository>
</component>
</project>
+4
View File
@@ -0,0 +1,4 @@
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK" />
</project>
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/modules/custom_ore_gem.main.iml" filepath="$PROJECT_DIR$/.idea/modules/custom_ore_gem.main.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/custom_ore_gem.test.iml" filepath="$PROJECT_DIR$/.idea/modules/custom_ore_gem.test.iml" />
</modules>
</component>
</project>
+22
View File
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="FacetManager">
<facet type="minecraft" name="Minecraft">
<configuration>
<autoDetectTypes>
<platformType>FORGE</platformType>
<platformType>MIXIN</platformType>
<platformType>MCP</platformType>
</autoDetectTypes>
<projectReimportVersion>1</projectReimportVersion>
</configuration>
</facet>
</component>
<component name="McpModuleSettings">
<option name="mappingFile" value="D:\custom_ore_gem\build\createMcpToSrg\output.tsrg" />
<option name="mcpVersion" value="official_1.20.1" />
<option name="minecraftVersion" value="1.20.1" />
<option name="platformVersion" value="47.3.0" />
<option name="srgType" value="TSRG" />
</component>
</module>
+22
View File
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="FacetManager">
<facet type="minecraft" name="Minecraft">
<configuration>
<autoDetectTypes>
<platformType>FORGE</platformType>
<platformType>MIXIN</platformType>
<platformType>MCP</platformType>
</autoDetectTypes>
<projectReimportVersion>1</projectReimportVersion>
</configuration>
</facet>
</component>
<component name="McpModuleSettings">
<option name="mappingFile" value="D:\custom_ore_gem\build\createMcpToSrg\output.tsrg" />
<option name="mcpVersion" value="official_1.20.1" />
<option name="minecraftVersion" value="1.20.1" />
<option name="platformVersion" value="47.3.0" />
<option name="srgType" value="TSRG" />
</component>
</module>
Generated
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
buildFileVersion=47.3.0/1.2
+12
View File
@@ -0,0 +1,12 @@
{
"workspacePanelIconSize": "TILES",
"workspacePanelSortType": "CREATED",
"workspacePanelSortAscending": true,
"projectBrowserSplitPos": 280,
"projectBrowserState": {
"expandedPaths": [
"[, custom_ore_gen]",
"[, custom_ore_gen, Resources (Gradle)]"
]
}
}
@@ -0,0 +1,849 @@
{
"mod_elements": [
{
"name": "Diamondshard",
"type": "item",
"compiles": true,
"locked_code": false,
"registry_name": "diamondshard",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/item/DiamondshardItem.java",
"src/main/resources/assets/custom_ore_gen/models/item/diamondshard.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Diamondshardtodiamond",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "diamondshardtodiamond",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/diamondshardtodiamond.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondblockore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondblockore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/sharddiamondblockore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/sharddiamondblockore.json",
"src/main/java/net/mcreator/customoregen/block/SharddiamondblockoreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondblockore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/sharddiamondblockore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/block/sharddiamondblockore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/sharddiamondblockore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Puregoldenore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "puregoldenore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/PuregoldenoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/puregoldenore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/puregoldenore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/block/puregoldenore.json",
"src/main/resources/assets/custom_ore_gen/models/item/puregoldenore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/puregoldenore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/puregoldenore.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Deepslatepuregoldenore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatepuregoldenore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslatepuregoldenore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslatepuregoldenore.json",
"src/main/java/net/mcreator/customoregen/block/DeepslatepuregoldenoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslatepuregoldenore.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslatepuregoldenore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslatepuregoldenore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslatepuregoldenore_biome_modifier.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Deepslatepuregoldenoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatepuregoldenoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/puregoldenore.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Puregoldenoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "puregoldenoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslatepuregoldenore.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Concentratedcoalore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "concentratedcoalore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/ConcentratedcoaloreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/block/concentratedcoalore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/concentratedcoalore.json",
"src/main/resources/assets/custom_ore_gen/models/item/concentratedcoalore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/concentratedcoalore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/blockstates/concentratedcoalore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/concentratedcoalore.json"
]
},
"path": "~/coal_ore"
},
{
"name": "Concentratedcoaloretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "concentratedcoaloretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/concentratedcoalore.json"
]
},
"path": "~/coal_ore"
},
{
"name": "Deepslatesharddiamondore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatesharddiamondore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslatesharddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslatesharddiamondore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslatesharddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslatesharddiamondore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslatesharddiamondore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslatesharddiamondore.json",
"src/main/java/net/mcreator/customoregen/block/DeepslatesharddiamondoreBlock.java"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondore",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/sharddiamondblockore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Deepslatesharddiamondtable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatesharddiamondtable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslatesharddiamondore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Concentrateddiamondore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "concentrateddiamondore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/ConcentrateddiamondoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/concentrateddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/block/concentrateddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/item/concentrateddiamondore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/concentrateddiamondore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/concentrateddiamondore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/concentrateddiamondore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Concentrateddiamondloottable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "concentrateddiamondloottable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/concentrateddiamondore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Lapisore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "lapisore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/lapisore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/lapisore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/lapisore.json",
"src/main/java/net/mcreator/customoregen/block/LapisoreBlock.java",
"src/main/resources/assets/custom_ore_gen/blockstates/lapisore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/lapisore.json",
"src/main/resources/assets/custom_ore_gen/models/block/lapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Deepslatelapisore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatelapisore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/DeepslatelapisoreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/deepslatelapisore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslatelapisore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslatelapisore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslatelapisore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslatelapisore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslatelapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Lapisoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "lapisoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/lapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Redstoneore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "redstoneore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/RedstoneoreBlock.java",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/redstoneore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/redstoneore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/redstoneore.json",
"src/main/resources/assets/custom_ore_gen/models/block/redstoneore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/redstoneore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/redstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Redstoneoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "redstoneoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/redstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Deepslateredstoneore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateredstoneore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/DeepslateredstoneoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslateredstoneore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslateredstoneore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslateredstoneore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslateredstoneore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslateredstoneore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslateredstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Deepslateredstonetable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateredstonetable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslateredstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Copperhighore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "copperhighore",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/blockstates/copperhighore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/copperhighore.json",
"src/main/resources/assets/custom_ore_gen/models/item/copperhighore.json",
"src/main/java/net/mcreator/customoregen/block/CopperhighoreBlock.java",
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/copperhighore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/copperhighore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/block/copperhighore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/copperhighore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Copperlowerore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "copperlowerore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/copperlowerore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/copperlowerore.json",
"src/main/resources/assets/custom_ore_gen/models/block/copperlowerore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/copperlowerore.json",
"src/main/java/net/mcreator/customoregen/block/CopperloweroreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/copperlowerore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/copperlowerore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Highcopperoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "highcopperoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/copperhighore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Lowercopperoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "lowercopperoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/copperlowerore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Highemeraldore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "highemeraldore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/highemeraldore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/highemeraldore.json",
"src/main/java/net/mcreator/customoregen/block/HighemeraldoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/highemeraldore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/highemeraldore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/highemeraldore.json",
"src/main/resources/assets/custom_ore_gen/models/block/highemeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Loweremeraldore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "loweremeraldore",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/blockstates/loweremeraldore.json",
"src/main/java/net/mcreator/customoregen/block/LoweremeraldoreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/loweremeraldore.json",
"src/main/resources/assets/custom_ore_gen/models/block/loweremeraldore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/loweremeraldore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/loweremeraldore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/loweremeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Emeraldoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "emeraldoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/highemeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Deepslateemeraldore",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateemeraldore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/loweremeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Deepslatelapisoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatelapisoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslatelapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Sharddiamondpickaxe",
"type": "tool",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondpickaxe",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/item/SharddiamondpickaxeItem.java",
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondpickaxe.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondshovel",
"type": "tool",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondshovel",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondshovel.json",
"src/main/java/net/mcreator/customoregen/item/SharddiamondshovelItem.java"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondaxe",
"type": "tool",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondaxe",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/item/SharddiamondaxeItem.java",
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondaxe.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Ironore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "ironore",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/models/block/ironore.json",
"src/main/java/net/mcreator/customoregen/block/IronoreBlock.java",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/ironore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/ironore.json",
"src/main/resources/assets/custom_ore_gen/models/item/ironore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/ironore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/ironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Deepslateironore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateironore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslateironore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslateironore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslateironore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslateironore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslateironore.json",
"src/main/java/net/mcreator/customoregen/block/DeepslateironoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslateironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Ironoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "ironoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/ironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Deepslateirontable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateirontable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslateironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Pickaxecraft",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "pickaxecraft",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/pickaxecraft.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Shovelcraft",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "shovelcraft",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/shovelcraft.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Axerecipe",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "axerecipe",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/axerecipe.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Oreexperience",
"type": "procedure",
"compiles": true,
"locked_code": false,
"registry_name": "oreexperience",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/procedures/OreexperienceProcedure.java"
],
"dependencies": [
{
"name": "entity",
"type": "entity"
},
{
"name": "x",
"type": "number"
},
{
"name": "y",
"type": "number"
},
{
"name": "z",
"type": "number"
},
{
"name": "world",
"type": "world"
}
]
}
}
],
"variable_elements": [],
"sound_elements": [],
"tag_elements": {
"BIOMES:mod:tempered_biomes": [
"birch_forest",
"roofed_forest",
"mutated_forest",
"forest",
"mutated_birch_forest",
"extreme_hills_with_trees",
"swamp",
"mushroom_fields",
"cherry_grove",
"redwood_taiga",
"mutated_extreme_hills",
"deep_ocean",
"ocean",
"lush_caves",
"deep_dark"
],
"BIOMES:mod:hot_biomes": [
"desert",
"badlands",
"mutated_mesa",
"wooded_badlands_plateau",
"deep_lukewarm_ocean",
"lukewarm_ocean",
"mangrove_swamp",
"warm_ocean",
"bamboo_jungle",
"jungle",
"jungle_edge",
"deep_dark"
],
"BLOCKS:minecraft:needs_iron_tool": [
"~CUSTOM:Loweremeraldore",
"~CUSTOM:Highemeraldore",
"~CUSTOM:Copperhighore",
"~CUSTOM:Deepslateredstoneore",
"~CUSTOM:Redstoneore",
"~CUSTOM:Concentrateddiamondore",
"~CUSTOM:Deepslatesharddiamondore",
"~CUSTOM:Deepslatepuregoldenore",
"~CUSTOM:Sharddiamondblockore"
],
"BLOCKS:minecraft:mineable/pickaxe": [
"~CUSTOM:Deepslateironore",
"~CUSTOM:Ironore",
"~CUSTOM:Loweremeraldore",
"~CUSTOM:Highemeraldore",
"~CUSTOM:Copperlowerore",
"~CUSTOM:Copperhighore",
"~CUSTOM:Deepslateredstoneore",
"~CUSTOM:Redstoneore",
"~CUSTOM:Deepslatelapisore",
"~CUSTOM:Lapisore",
"~CUSTOM:Concentrateddiamondore",
"~CUSTOM:Deepslatesharddiamondore",
"~CUSTOM:Concentratedcoalore",
"~CUSTOM:Deepslatepuregoldenore",
"~CUSTOM:Puregoldenore",
"~CUSTOM:Sharddiamondblockore"
],
"BLOCKS:minecraft:needs_stone_tool": [
"~CUSTOM:Deepslateironore",
"~CUSTOM:Ironore",
"~CUSTOM:Copperlowerore",
"~CUSTOM:Deepslatelapisore",
"~CUSTOM:Lapisore"
],
"ITEMS:minecraft:pickaxes": [
"~CUSTOM:Sharddiamondpickaxe"
],
"ITEMS:minecraft:axes": [
"~CUSTOM:Sharddiamondaxe"
],
"ITEMS:minecraft:shovels": [
"~CUSTOM:Sharddiamondshovel"
],
"BIOMES:mod:cold_biomes": [
"snowy_slopes",
"cold_beach",
"snowy_tundra",
"taiga_cold",
"mutated_ice_flats",
"redwood_taiga",
"mutated_redwood_taiga",
"taiga",
"cold_ocean",
"deep_cold_ocean",
"frozen_peaks",
"jagged_peaks",
"stony_peaks",
"dripstone_caves",
"deep_dark"
],
"BIOMES:mod:rare_biomes": [
"mushroom_fields",
"jungle_edge",
"savanna_rock",
"mutated_plains",
"mutated_extreme_hills",
"cherry_grove",
"mutated_forest",
"deep_dark",
"mutated_birch_forest",
"mutated_ice_flats"
]
},
"tab_element_order": {},
"language_map": {
"en_us": {
"block.custom_ore_gen.lapisore": "Lapis ore",
"block.custom_ore_gen.sharddiamondblockore": "Shard diamond block ore",
"block.custom_ore_gen.concentratedcoalore": "Concentrated coal ore",
"block.custom_ore_gen.ironore": "Iron ore",
"block.custom_ore_gen.redstoneore": "Redstone ore",
"block.custom_ore_gen.deepslatelapisore": "Deepslate lapis ore",
"item.custom_ore_gen.sharddiamondpickaxe": "Shard diamond pickaxe",
"item.custom_ore_gen.diamondshard.description_0": "Diamond sparkle, to create tools or to create a diamond ",
"block.custom_ore_gen.copperhighore": "Copper high ore",
"block.custom_ore_gen.copperlowerore": "deepslate copper ore",
"block.custom_ore_gen.loweremeraldore": "Loweremeraldore",
"block.custom_ore_gen.deepslateredstoneore": "Deepslate redstone ore",
"block.custom_ore_gen.deepslateironore": "Deepslate iron ore",
"item.custom_ore_gen.sharddiamondaxe": "Sharddiamondaxe",
"block.custom_ore_gen.deepslatesharddiamondore": "Deepslate shard diamond ore",
"block.custom_ore_gen.concentrateddiamondore": "Concentrated diamond ore",
"item.custom_ore_gen.shardironore": "Shard iron ore",
"item.custom_ore_gen.diamondshard": "Diamond shard",
"block.custom_ore_gen.deepslatepuregoldenore": "Deepslate pure golden ore",
"block.custom_ore_gen.puregoldenore": "Pure golden ore",
"block.custom_ore_gen.highemeraldore": "emerald ore",
"item.custom_ore_gen.sharddiamondshovel": "Shard diamond shovel"
}
},
"foldersRoot": {
"name": "~",
"children": [
{
"name": "Diamond_shard",
"children": []
},
{
"name": "Gold_ore",
"children": []
},
{
"name": "lapis_ore",
"children": []
},
{
"name": "redstone_ore",
"children": []
},
{
"name": "Copper_ore",
"children": []
},
{
"name": "Emerald",
"children": []
},
{
"name": "iron_ore",
"children": []
},
{
"name": "coal_ore",
"children": []
}
]
},
"workspaceSettings": {
"modid": "custom_ore_gen",
"modName": "custom_ore_gen",
"version": "1.0.0",
"description": "Changement de la distribution des ressources sur Minecraft, ne pas utilisé seul sans KubeJS",
"author": "Aulyrius crée via MCreator",
"websiteURL": "https://lanro.eu",
"license": "Not specified",
"serverSideOnly": false,
"requiredMods": [],
"dependencies": [],
"dependants": [],
"mcreatorDependencies": [],
"currentGenerator": "forge-1.20.1",
"modElementsPackage": "net.mcreator.customoregen"
},
"mcreatorVersion": 202400452410
}
@@ -0,0 +1,849 @@
{
"mod_elements": [
{
"name": "Diamondshard",
"type": "item",
"compiles": true,
"locked_code": false,
"registry_name": "diamondshard",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/item/DiamondshardItem.java",
"src/main/resources/assets/custom_ore_gen/models/item/diamondshard.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Diamondshardtodiamond",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "diamondshardtodiamond",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/diamondshardtodiamond.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondblockore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondblockore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/sharddiamondblockore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/sharddiamondblockore.json",
"src/main/java/net/mcreator/customoregen/block/SharddiamondblockoreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondblockore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/sharddiamondblockore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/block/sharddiamondblockore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/sharddiamondblockore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Puregoldenore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "puregoldenore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/PuregoldenoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/puregoldenore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/puregoldenore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/block/puregoldenore.json",
"src/main/resources/assets/custom_ore_gen/models/item/puregoldenore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/puregoldenore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/puregoldenore.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Deepslatepuregoldenore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatepuregoldenore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslatepuregoldenore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslatepuregoldenore.json",
"src/main/java/net/mcreator/customoregen/block/DeepslatepuregoldenoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslatepuregoldenore.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslatepuregoldenore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslatepuregoldenore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslatepuregoldenore_biome_modifier.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Deepslatepuregoldenoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatepuregoldenoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/puregoldenore.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Puregoldenoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "puregoldenoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslatepuregoldenore.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Concentratedcoalore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "concentratedcoalore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/ConcentratedcoaloreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/block/concentratedcoalore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/concentratedcoalore.json",
"src/main/resources/assets/custom_ore_gen/models/item/concentratedcoalore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/concentratedcoalore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/blockstates/concentratedcoalore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/concentratedcoalore.json"
]
},
"path": "~/coal_ore"
},
{
"name": "Concentratedcoaloretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "concentratedcoaloretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/concentratedcoalore.json"
]
},
"path": "~/coal_ore"
},
{
"name": "Deepslatesharddiamondore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatesharddiamondore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslatesharddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslatesharddiamondore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslatesharddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslatesharddiamondore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslatesharddiamondore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslatesharddiamondore.json",
"src/main/java/net/mcreator/customoregen/block/DeepslatesharddiamondoreBlock.java"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondore",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/sharddiamondblockore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Deepslatesharddiamondtable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatesharddiamondtable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslatesharddiamondore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Concentrateddiamondore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "concentrateddiamondore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/ConcentrateddiamondoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/concentrateddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/block/concentrateddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/item/concentrateddiamondore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/concentrateddiamondore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/concentrateddiamondore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/concentrateddiamondore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Concentrateddiamondloottable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "concentrateddiamondloottable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/concentrateddiamondore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Lapisore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "lapisore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/lapisore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/lapisore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/lapisore.json",
"src/main/java/net/mcreator/customoregen/block/LapisoreBlock.java",
"src/main/resources/assets/custom_ore_gen/blockstates/lapisore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/lapisore.json",
"src/main/resources/assets/custom_ore_gen/models/block/lapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Deepslatelapisore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatelapisore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/DeepslatelapisoreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/deepslatelapisore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslatelapisore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslatelapisore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslatelapisore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslatelapisore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslatelapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Lapisoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "lapisoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/lapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Redstoneore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "redstoneore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/RedstoneoreBlock.java",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/redstoneore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/redstoneore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/redstoneore.json",
"src/main/resources/assets/custom_ore_gen/models/block/redstoneore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/redstoneore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/redstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Redstoneoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "redstoneoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/redstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Deepslateredstoneore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateredstoneore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/DeepslateredstoneoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslateredstoneore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslateredstoneore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslateredstoneore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslateredstoneore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslateredstoneore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslateredstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Deepslateredstonetable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateredstonetable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslateredstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Copperhighore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "copperhighore",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/blockstates/copperhighore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/copperhighore.json",
"src/main/resources/assets/custom_ore_gen/models/item/copperhighore.json",
"src/main/java/net/mcreator/customoregen/block/CopperhighoreBlock.java",
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/copperhighore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/copperhighore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/block/copperhighore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/copperhighore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Copperlowerore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "copperlowerore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/copperlowerore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/copperlowerore.json",
"src/main/resources/assets/custom_ore_gen/models/block/copperlowerore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/copperlowerore.json",
"src/main/java/net/mcreator/customoregen/block/CopperloweroreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/copperlowerore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/copperlowerore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Highcopperoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "highcopperoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/copperhighore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Lowercopperoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "lowercopperoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/copperlowerore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Highemeraldore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "highemeraldore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/highemeraldore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/highemeraldore.json",
"src/main/java/net/mcreator/customoregen/block/HighemeraldoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/highemeraldore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/highemeraldore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/highemeraldore.json",
"src/main/resources/assets/custom_ore_gen/models/block/highemeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Loweremeraldore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "loweremeraldore",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/blockstates/loweremeraldore.json",
"src/main/java/net/mcreator/customoregen/block/LoweremeraldoreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/loweremeraldore.json",
"src/main/resources/assets/custom_ore_gen/models/block/loweremeraldore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/loweremeraldore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/loweremeraldore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/loweremeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Emeraldoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "emeraldoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/highemeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Deepslateemeraldore",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateemeraldore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/loweremeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Deepslatelapisoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatelapisoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslatelapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Sharddiamondpickaxe",
"type": "tool",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondpickaxe",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/item/SharddiamondpickaxeItem.java",
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondpickaxe.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondshovel",
"type": "tool",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondshovel",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondshovel.json",
"src/main/java/net/mcreator/customoregen/item/SharddiamondshovelItem.java"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondaxe",
"type": "tool",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondaxe",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/item/SharddiamondaxeItem.java",
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondaxe.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Ironore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "ironore",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/models/block/ironore.json",
"src/main/java/net/mcreator/customoregen/block/IronoreBlock.java",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/ironore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/ironore.json",
"src/main/resources/assets/custom_ore_gen/models/item/ironore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/ironore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/ironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Deepslateironore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateironore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslateironore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslateironore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslateironore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslateironore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslateironore.json",
"src/main/java/net/mcreator/customoregen/block/DeepslateironoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslateironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Ironoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "ironoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/ironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Deepslateirontable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateirontable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslateironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Pickaxecraft",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "pickaxecraft",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/pickaxecraft.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Shovelcraft",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "shovelcraft",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/shovelcraft.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Axerecipe",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "axerecipe",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/axerecipe.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Oreexperience",
"type": "procedure",
"compiles": true,
"locked_code": false,
"registry_name": "oreexperience",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/procedures/OreexperienceProcedure.java"
],
"dependencies": [
{
"name": "entity",
"type": "entity"
},
{
"name": "x",
"type": "number"
},
{
"name": "y",
"type": "number"
},
{
"name": "z",
"type": "number"
},
{
"name": "world",
"type": "world"
}
]
}
}
],
"variable_elements": [],
"sound_elements": [],
"tag_elements": {
"BIOMES:mod:tempered_biomes": [
"birch_forest",
"roofed_forest",
"mutated_forest",
"forest",
"mutated_birch_forest",
"extreme_hills_with_trees",
"swamp",
"mushroom_fields",
"cherry_grove",
"redwood_taiga",
"mutated_extreme_hills",
"deep_ocean",
"ocean",
"lush_caves",
"deep_dark"
],
"BIOMES:mod:hot_biomes": [
"desert",
"badlands",
"mutated_mesa",
"wooded_badlands_plateau",
"deep_lukewarm_ocean",
"lukewarm_ocean",
"mangrove_swamp",
"warm_ocean",
"bamboo_jungle",
"jungle",
"jungle_edge",
"deep_dark"
],
"BLOCKS:minecraft:needs_iron_tool": [
"~CUSTOM:Loweremeraldore",
"~CUSTOM:Highemeraldore",
"~CUSTOM:Copperhighore",
"~CUSTOM:Deepslateredstoneore",
"~CUSTOM:Redstoneore",
"~CUSTOM:Concentrateddiamondore",
"~CUSTOM:Deepslatesharddiamondore",
"~CUSTOM:Deepslatepuregoldenore",
"~CUSTOM:Sharddiamondblockore"
],
"BLOCKS:minecraft:mineable/pickaxe": [
"~CUSTOM:Deepslateironore",
"~CUSTOM:Ironore",
"~CUSTOM:Loweremeraldore",
"~CUSTOM:Highemeraldore",
"~CUSTOM:Copperlowerore",
"~CUSTOM:Copperhighore",
"~CUSTOM:Deepslateredstoneore",
"~CUSTOM:Redstoneore",
"~CUSTOM:Deepslatelapisore",
"~CUSTOM:Lapisore",
"~CUSTOM:Concentrateddiamondore",
"~CUSTOM:Deepslatesharddiamondore",
"~CUSTOM:Concentratedcoalore",
"~CUSTOM:Deepslatepuregoldenore",
"~CUSTOM:Puregoldenore",
"~CUSTOM:Sharddiamondblockore"
],
"BLOCKS:minecraft:needs_stone_tool": [
"~CUSTOM:Deepslateironore",
"~CUSTOM:Ironore",
"~CUSTOM:Copperlowerore",
"~CUSTOM:Deepslatelapisore",
"~CUSTOM:Lapisore"
],
"ITEMS:minecraft:pickaxes": [
"~CUSTOM:Sharddiamondpickaxe"
],
"ITEMS:minecraft:axes": [
"~CUSTOM:Sharddiamondaxe"
],
"ITEMS:minecraft:shovels": [
"~CUSTOM:Sharddiamondshovel"
],
"BIOMES:mod:cold_biomes": [
"snowy_slopes",
"cold_beach",
"snowy_tundra",
"taiga_cold",
"mutated_ice_flats",
"redwood_taiga",
"mutated_redwood_taiga",
"taiga",
"cold_ocean",
"deep_cold_ocean",
"frozen_peaks",
"jagged_peaks",
"stony_peaks",
"dripstone_caves",
"deep_dark"
],
"BIOMES:mod:rare_biomes": [
"mushroom_fields",
"jungle_edge",
"savanna_rock",
"mutated_plains",
"mutated_extreme_hills",
"cherry_grove",
"mutated_forest",
"deep_dark",
"mutated_birch_forest",
"mutated_ice_flats"
]
},
"tab_element_order": {},
"language_map": {
"en_us": {
"block.custom_ore_gen.lapisore": "Lapis ore",
"block.custom_ore_gen.sharddiamondblockore": "Shard diamond block ore",
"block.custom_ore_gen.concentratedcoalore": "Concentrated coal ore",
"block.custom_ore_gen.ironore": "Iron ore",
"block.custom_ore_gen.redstoneore": "Redstone ore",
"block.custom_ore_gen.deepslatelapisore": "Deepslate lapis ore",
"item.custom_ore_gen.sharddiamondpickaxe": "Shard diamond pickaxe",
"item.custom_ore_gen.diamondshard.description_0": "Diamond sparkle, to create tools or to create a diamond ",
"block.custom_ore_gen.copperhighore": "Copper high ore",
"block.custom_ore_gen.copperlowerore": "deepslate copper ore",
"block.custom_ore_gen.loweremeraldore": "Loweremeraldore",
"block.custom_ore_gen.deepslateredstoneore": "Deepslate redstone ore",
"block.custom_ore_gen.deepslateironore": "Deepslate iron ore",
"item.custom_ore_gen.sharddiamondaxe": "Sharddiamondaxe",
"block.custom_ore_gen.deepslatesharddiamondore": "Deepslate shard diamond ore",
"block.custom_ore_gen.concentrateddiamondore": "Concentrated diamond ore",
"item.custom_ore_gen.shardironore": "Shard iron ore",
"item.custom_ore_gen.diamondshard": "Diamond shard",
"block.custom_ore_gen.deepslatepuregoldenore": "Deepslate pure golden ore",
"block.custom_ore_gen.puregoldenore": "Pure golden ore",
"block.custom_ore_gen.highemeraldore": "emerald ore",
"item.custom_ore_gen.sharddiamondshovel": "Shard diamond shovel"
}
},
"foldersRoot": {
"name": "~",
"children": [
{
"name": "Diamond_shard",
"children": []
},
{
"name": "Gold_ore",
"children": []
},
{
"name": "lapis_ore",
"children": []
},
{
"name": "redstone_ore",
"children": []
},
{
"name": "Copper_ore",
"children": []
},
{
"name": "Emerald",
"children": []
},
{
"name": "iron_ore",
"children": []
},
{
"name": "coal_ore",
"children": []
}
]
},
"workspaceSettings": {
"modid": "custom_ore_gen",
"modName": "custom_ore_gen",
"version": "1.0.0",
"description": "Changement de la distribution des ressources sur Minecraft, ne pas utilisé seul sans KubeJS",
"author": "Aulyrius crée via MCreator",
"websiteURL": "https://lanro.eu",
"license": "Not specified",
"serverSideOnly": false,
"requiredMods": [],
"dependencies": [],
"dependants": [],
"mcreatorDependencies": [],
"currentGenerator": "forge-1.20.1",
"modElementsPackage": "net.mcreator.customoregen"
},
"mcreatorVersion": 202400452410
}
@@ -0,0 +1,849 @@
{
"mod_elements": [
{
"name": "Diamondshard",
"type": "item",
"compiles": true,
"locked_code": false,
"registry_name": "diamondshard",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/item/DiamondshardItem.java",
"src/main/resources/assets/custom_ore_gen/models/item/diamondshard.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Diamondshardtodiamond",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "diamondshardtodiamond",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/diamondshardtodiamond.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondblockore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondblockore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/sharddiamondblockore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/sharddiamondblockore.json",
"src/main/java/net/mcreator/customoregen/block/SharddiamondblockoreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondblockore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/sharddiamondblockore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/block/sharddiamondblockore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/sharddiamondblockore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Puregoldenore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "puregoldenore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/PuregoldenoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/puregoldenore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/puregoldenore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/block/puregoldenore.json",
"src/main/resources/assets/custom_ore_gen/models/item/puregoldenore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/puregoldenore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/puregoldenore.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Deepslatepuregoldenore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatepuregoldenore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslatepuregoldenore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslatepuregoldenore.json",
"src/main/java/net/mcreator/customoregen/block/DeepslatepuregoldenoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslatepuregoldenore.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslatepuregoldenore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslatepuregoldenore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslatepuregoldenore_biome_modifier.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Deepslatepuregoldenoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatepuregoldenoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/puregoldenore.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Puregoldenoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "puregoldenoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslatepuregoldenore.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Concentratedcoalore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "concentratedcoalore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/ConcentratedcoaloreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/block/concentratedcoalore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/concentratedcoalore.json",
"src/main/resources/assets/custom_ore_gen/models/item/concentratedcoalore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/concentratedcoalore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/blockstates/concentratedcoalore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/concentratedcoalore.json"
]
},
"path": "~/coal_ore"
},
{
"name": "Concentratedcoaloretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "concentratedcoaloretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/concentratedcoalore.json"
]
},
"path": "~/coal_ore"
},
{
"name": "Deepslatesharddiamondore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatesharddiamondore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslatesharddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslatesharddiamondore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslatesharddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslatesharddiamondore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslatesharddiamondore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslatesharddiamondore.json",
"src/main/java/net/mcreator/customoregen/block/DeepslatesharddiamondoreBlock.java"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondore",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/sharddiamondblockore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Deepslatesharddiamondtable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatesharddiamondtable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslatesharddiamondore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Concentrateddiamondore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "concentrateddiamondore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/ConcentrateddiamondoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/concentrateddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/block/concentrateddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/item/concentrateddiamondore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/concentrateddiamondore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/concentrateddiamondore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/concentrateddiamondore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Concentrateddiamondloottable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "concentrateddiamondloottable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/concentrateddiamondore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Lapisore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "lapisore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/lapisore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/lapisore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/lapisore.json",
"src/main/java/net/mcreator/customoregen/block/LapisoreBlock.java",
"src/main/resources/assets/custom_ore_gen/blockstates/lapisore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/lapisore.json",
"src/main/resources/assets/custom_ore_gen/models/block/lapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Deepslatelapisore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatelapisore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/DeepslatelapisoreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/deepslatelapisore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslatelapisore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslatelapisore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslatelapisore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslatelapisore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslatelapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Lapisoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "lapisoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/lapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Redstoneore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "redstoneore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/RedstoneoreBlock.java",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/redstoneore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/redstoneore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/redstoneore.json",
"src/main/resources/assets/custom_ore_gen/models/block/redstoneore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/redstoneore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/redstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Redstoneoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "redstoneoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/redstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Deepslateredstoneore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateredstoneore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/DeepslateredstoneoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslateredstoneore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslateredstoneore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslateredstoneore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslateredstoneore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslateredstoneore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslateredstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Deepslateredstonetable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateredstonetable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslateredstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Copperhighore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "copperhighore",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/blockstates/copperhighore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/copperhighore.json",
"src/main/resources/assets/custom_ore_gen/models/item/copperhighore.json",
"src/main/java/net/mcreator/customoregen/block/CopperhighoreBlock.java",
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/copperhighore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/copperhighore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/block/copperhighore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/copperhighore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Copperlowerore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "copperlowerore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/copperlowerore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/copperlowerore.json",
"src/main/resources/assets/custom_ore_gen/models/block/copperlowerore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/copperlowerore.json",
"src/main/java/net/mcreator/customoregen/block/CopperloweroreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/copperlowerore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/copperlowerore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Highcopperoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "highcopperoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/copperhighore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Lowercopperoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "lowercopperoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/copperlowerore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Highemeraldore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "highemeraldore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/highemeraldore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/highemeraldore.json",
"src/main/java/net/mcreator/customoregen/block/HighemeraldoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/highemeraldore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/highemeraldore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/highemeraldore.json",
"src/main/resources/assets/custom_ore_gen/models/block/highemeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Loweremeraldore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "loweremeraldore",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/blockstates/loweremeraldore.json",
"src/main/java/net/mcreator/customoregen/block/LoweremeraldoreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/loweremeraldore.json",
"src/main/resources/assets/custom_ore_gen/models/block/loweremeraldore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/loweremeraldore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/loweremeraldore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/loweremeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Emeraldoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "emeraldoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/highemeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Deepslateemeraldore",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateemeraldore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/loweremeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Deepslatelapisoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatelapisoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslatelapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Sharddiamondpickaxe",
"type": "tool",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondpickaxe",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/item/SharddiamondpickaxeItem.java",
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondpickaxe.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondshovel",
"type": "tool",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondshovel",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondshovel.json",
"src/main/java/net/mcreator/customoregen/item/SharddiamondshovelItem.java"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondaxe",
"type": "tool",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondaxe",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/item/SharddiamondaxeItem.java",
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondaxe.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Ironore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "ironore",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/models/block/ironore.json",
"src/main/java/net/mcreator/customoregen/block/IronoreBlock.java",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/ironore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/ironore.json",
"src/main/resources/assets/custom_ore_gen/models/item/ironore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/ironore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/ironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Deepslateironore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateironore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslateironore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslateironore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslateironore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslateironore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslateironore.json",
"src/main/java/net/mcreator/customoregen/block/DeepslateironoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslateironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Ironoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "ironoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/ironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Deepslateirontable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateirontable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslateironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Pickaxecraft",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "pickaxecraft",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/pickaxecraft.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Shovelcraft",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "shovelcraft",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/shovelcraft.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Axerecipe",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "axerecipe",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/axerecipe.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Oreexperience",
"type": "procedure",
"compiles": true,
"locked_code": false,
"registry_name": "oreexperience",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/procedures/OreexperienceProcedure.java"
],
"dependencies": [
{
"name": "entity",
"type": "entity"
},
{
"name": "x",
"type": "number"
},
{
"name": "y",
"type": "number"
},
{
"name": "z",
"type": "number"
},
{
"name": "world",
"type": "world"
}
]
}
}
],
"variable_elements": [],
"sound_elements": [],
"tag_elements": {
"BIOMES:mod:tempered_biomes": [
"birch_forest",
"roofed_forest",
"mutated_forest",
"forest",
"mutated_birch_forest",
"extreme_hills_with_trees",
"swamp",
"mushroom_fields",
"cherry_grove",
"redwood_taiga",
"mutated_extreme_hills",
"deep_ocean",
"ocean",
"lush_caves",
"deep_dark"
],
"BIOMES:mod:hot_biomes": [
"desert",
"badlands",
"mutated_mesa",
"wooded_badlands_plateau",
"deep_lukewarm_ocean",
"lukewarm_ocean",
"mangrove_swamp",
"warm_ocean",
"bamboo_jungle",
"jungle",
"jungle_edge",
"deep_dark"
],
"BLOCKS:minecraft:needs_iron_tool": [
"~CUSTOM:Loweremeraldore",
"~CUSTOM:Highemeraldore",
"~CUSTOM:Copperhighore",
"~CUSTOM:Deepslateredstoneore",
"~CUSTOM:Redstoneore",
"~CUSTOM:Concentrateddiamondore",
"~CUSTOM:Deepslatesharddiamondore",
"~CUSTOM:Deepslatepuregoldenore",
"~CUSTOM:Sharddiamondblockore"
],
"BLOCKS:minecraft:mineable/pickaxe": [
"~CUSTOM:Deepslateironore",
"~CUSTOM:Ironore",
"~CUSTOM:Loweremeraldore",
"~CUSTOM:Highemeraldore",
"~CUSTOM:Copperlowerore",
"~CUSTOM:Copperhighore",
"~CUSTOM:Deepslateredstoneore",
"~CUSTOM:Redstoneore",
"~CUSTOM:Deepslatelapisore",
"~CUSTOM:Lapisore",
"~CUSTOM:Concentrateddiamondore",
"~CUSTOM:Deepslatesharddiamondore",
"~CUSTOM:Concentratedcoalore",
"~CUSTOM:Deepslatepuregoldenore",
"~CUSTOM:Puregoldenore",
"~CUSTOM:Sharddiamondblockore"
],
"BLOCKS:minecraft:needs_stone_tool": [
"~CUSTOM:Deepslateironore",
"~CUSTOM:Ironore",
"~CUSTOM:Copperlowerore",
"~CUSTOM:Deepslatelapisore",
"~CUSTOM:Lapisore"
],
"ITEMS:minecraft:pickaxes": [
"~CUSTOM:Sharddiamondpickaxe"
],
"ITEMS:minecraft:axes": [
"~CUSTOM:Sharddiamondaxe"
],
"ITEMS:minecraft:shovels": [
"~CUSTOM:Sharddiamondshovel"
],
"BIOMES:mod:cold_biomes": [
"snowy_slopes",
"cold_beach",
"snowy_tundra",
"taiga_cold",
"mutated_ice_flats",
"redwood_taiga",
"mutated_redwood_taiga",
"taiga",
"cold_ocean",
"deep_cold_ocean",
"frozen_peaks",
"jagged_peaks",
"stony_peaks",
"dripstone_caves",
"deep_dark"
],
"BIOMES:mod:rare_biomes": [
"mushroom_fields",
"jungle_edge",
"savanna_rock",
"mutated_plains",
"mutated_extreme_hills",
"cherry_grove",
"mutated_forest",
"deep_dark",
"mutated_birch_forest",
"mutated_ice_flats"
]
},
"tab_element_order": {},
"language_map": {
"en_us": {
"block.custom_ore_gen.lapisore": "Lapis ore",
"block.custom_ore_gen.sharddiamondblockore": "Shard diamond block ore",
"block.custom_ore_gen.concentratedcoalore": "Concentrated coal ore",
"block.custom_ore_gen.ironore": "Iron ore",
"block.custom_ore_gen.redstoneore": "Redstone ore",
"block.custom_ore_gen.deepslatelapisore": "Deepslate lapis ore",
"item.custom_ore_gen.sharddiamondpickaxe": "Shard diamond pickaxe",
"item.custom_ore_gen.diamondshard.description_0": "Diamond sparkle, to create tools or to create a diamond ",
"block.custom_ore_gen.copperhighore": "Copper high ore",
"block.custom_ore_gen.copperlowerore": "deepslate copper ore",
"block.custom_ore_gen.loweremeraldore": "Loweremeraldore",
"block.custom_ore_gen.deepslateredstoneore": "Deepslate redstone ore",
"block.custom_ore_gen.deepslateironore": "Deepslate iron ore",
"item.custom_ore_gen.sharddiamondaxe": "Sharddiamondaxe",
"block.custom_ore_gen.deepslatesharddiamondore": "Deepslate shard diamond ore",
"block.custom_ore_gen.concentrateddiamondore": "Concentrated diamond ore",
"item.custom_ore_gen.shardironore": "Shard iron ore",
"item.custom_ore_gen.diamondshard": "Diamond shard",
"block.custom_ore_gen.deepslatepuregoldenore": "Deepslate pure golden ore",
"block.custom_ore_gen.puregoldenore": "Pure golden ore",
"block.custom_ore_gen.highemeraldore": "emerald ore",
"item.custom_ore_gen.sharddiamondshovel": "Shard diamond shovel"
}
},
"foldersRoot": {
"name": "~",
"children": [
{
"name": "Diamond_shard",
"children": []
},
{
"name": "Gold_ore",
"children": []
},
{
"name": "lapis_ore",
"children": []
},
{
"name": "redstone_ore",
"children": []
},
{
"name": "Copper_ore",
"children": []
},
{
"name": "Emerald",
"children": []
},
{
"name": "iron_ore",
"children": []
},
{
"name": "coal_ore",
"children": []
}
]
},
"workspaceSettings": {
"modid": "custom_ore_gen",
"modName": "custom_ore_gen",
"version": "1.0.0",
"description": "Changement de la distribution des ressources sur Minecraft, ne pas utilisé seul sans KubeJS",
"author": "Aulyrius crée via MCreator",
"websiteURL": "https://lanro.eu",
"license": "Not specified",
"serverSideOnly": false,
"requiredMods": [],
"dependencies": [],
"dependants": [],
"mcreatorDependencies": [],
"currentGenerator": "forge-1.20.1",
"modElementsPackage": "net.mcreator.customoregen"
},
"mcreatorVersion": 202400452410
}
@@ -0,0 +1,849 @@
{
"mod_elements": [
{
"name": "Diamondshard",
"type": "item",
"compiles": true,
"locked_code": false,
"registry_name": "diamondshard",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/item/DiamondshardItem.java",
"src/main/resources/assets/custom_ore_gen/models/item/diamondshard.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Diamondshardtodiamond",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "diamondshardtodiamond",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/diamondshardtodiamond.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondblockore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondblockore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/sharddiamondblockore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/sharddiamondblockore.json",
"src/main/java/net/mcreator/customoregen/block/SharddiamondblockoreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondblockore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/sharddiamondblockore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/block/sharddiamondblockore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/sharddiamondblockore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Puregoldenore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "puregoldenore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/PuregoldenoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/puregoldenore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/puregoldenore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/block/puregoldenore.json",
"src/main/resources/assets/custom_ore_gen/models/item/puregoldenore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/puregoldenore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/puregoldenore.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Deepslatepuregoldenore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatepuregoldenore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslatepuregoldenore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslatepuregoldenore.json",
"src/main/java/net/mcreator/customoregen/block/DeepslatepuregoldenoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslatepuregoldenore.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslatepuregoldenore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslatepuregoldenore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslatepuregoldenore_biome_modifier.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Deepslatepuregoldenoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatepuregoldenoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/puregoldenore.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Puregoldenoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "puregoldenoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslatepuregoldenore.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Concentratedcoalore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "concentratedcoalore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/ConcentratedcoaloreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/block/concentratedcoalore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/concentratedcoalore.json",
"src/main/resources/assets/custom_ore_gen/models/item/concentratedcoalore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/concentratedcoalore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/blockstates/concentratedcoalore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/concentratedcoalore.json"
]
},
"path": "~/coal_ore"
},
{
"name": "Concentratedcoaloretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "concentratedcoaloretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/concentratedcoalore.json"
]
},
"path": "~/coal_ore"
},
{
"name": "Deepslatesharddiamondore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatesharddiamondore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslatesharddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslatesharddiamondore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslatesharddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslatesharddiamondore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslatesharddiamondore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslatesharddiamondore.json",
"src/main/java/net/mcreator/customoregen/block/DeepslatesharddiamondoreBlock.java"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondore",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/sharddiamondblockore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Deepslatesharddiamondtable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatesharddiamondtable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslatesharddiamondore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Concentrateddiamondore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "concentrateddiamondore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/ConcentrateddiamondoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/concentrateddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/block/concentrateddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/item/concentrateddiamondore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/concentrateddiamondore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/concentrateddiamondore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/concentrateddiamondore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Concentrateddiamondloottable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "concentrateddiamondloottable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/concentrateddiamondore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Lapisore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "lapisore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/lapisore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/lapisore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/lapisore.json",
"src/main/java/net/mcreator/customoregen/block/LapisoreBlock.java",
"src/main/resources/assets/custom_ore_gen/blockstates/lapisore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/lapisore.json",
"src/main/resources/assets/custom_ore_gen/models/block/lapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Deepslatelapisore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatelapisore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/DeepslatelapisoreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/deepslatelapisore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslatelapisore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslatelapisore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslatelapisore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslatelapisore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslatelapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Lapisoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "lapisoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/lapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Redstoneore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "redstoneore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/RedstoneoreBlock.java",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/redstoneore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/redstoneore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/redstoneore.json",
"src/main/resources/assets/custom_ore_gen/models/block/redstoneore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/redstoneore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/redstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Redstoneoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "redstoneoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/redstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Deepslateredstoneore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateredstoneore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/DeepslateredstoneoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslateredstoneore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslateredstoneore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslateredstoneore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslateredstoneore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslateredstoneore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslateredstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Deepslateredstonetable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateredstonetable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslateredstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Copperhighore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "copperhighore",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/blockstates/copperhighore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/copperhighore.json",
"src/main/resources/assets/custom_ore_gen/models/item/copperhighore.json",
"src/main/java/net/mcreator/customoregen/block/CopperhighoreBlock.java",
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/copperhighore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/copperhighore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/block/copperhighore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/copperhighore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Copperlowerore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "copperlowerore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/copperlowerore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/copperlowerore.json",
"src/main/resources/assets/custom_ore_gen/models/block/copperlowerore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/copperlowerore.json",
"src/main/java/net/mcreator/customoregen/block/CopperloweroreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/copperlowerore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/copperlowerore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Highcopperoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "highcopperoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/copperhighore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Lowercopperoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "lowercopperoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/copperlowerore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Highemeraldore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "highemeraldore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/highemeraldore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/highemeraldore.json",
"src/main/java/net/mcreator/customoregen/block/HighemeraldoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/highemeraldore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/highemeraldore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/highemeraldore.json",
"src/main/resources/assets/custom_ore_gen/models/block/highemeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Loweremeraldore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "loweremeraldore",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/blockstates/loweremeraldore.json",
"src/main/java/net/mcreator/customoregen/block/LoweremeraldoreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/loweremeraldore.json",
"src/main/resources/assets/custom_ore_gen/models/block/loweremeraldore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/loweremeraldore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/loweremeraldore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/loweremeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Emeraldoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "emeraldoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/highemeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Deepslateemeraldore",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateemeraldore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/loweremeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Deepslatelapisoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatelapisoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslatelapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Sharddiamondpickaxe",
"type": "tool",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondpickaxe",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/item/SharddiamondpickaxeItem.java",
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondpickaxe.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondshovel",
"type": "tool",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondshovel",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondshovel.json",
"src/main/java/net/mcreator/customoregen/item/SharddiamondshovelItem.java"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondaxe",
"type": "tool",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondaxe",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/item/SharddiamondaxeItem.java",
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondaxe.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Ironore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "ironore",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/models/block/ironore.json",
"src/main/java/net/mcreator/customoregen/block/IronoreBlock.java",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/ironore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/ironore.json",
"src/main/resources/assets/custom_ore_gen/models/item/ironore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/ironore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/ironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Deepslateironore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateironore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslateironore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslateironore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslateironore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslateironore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslateironore.json",
"src/main/java/net/mcreator/customoregen/block/DeepslateironoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslateironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Ironoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "ironoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/ironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Deepslateirontable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateirontable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslateironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Pickaxecraft",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "pickaxecraft",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/pickaxecraft.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Shovelcraft",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "shovelcraft",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/shovelcraft.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Axerecipe",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "axerecipe",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/axerecipe.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Oreexperience",
"type": "procedure",
"compiles": true,
"locked_code": false,
"registry_name": "oreexperience",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/procedures/OreexperienceProcedure.java"
],
"dependencies": [
{
"name": "entity",
"type": "entity"
},
{
"name": "x",
"type": "number"
},
{
"name": "y",
"type": "number"
},
{
"name": "z",
"type": "number"
},
{
"name": "world",
"type": "world"
}
]
}
}
],
"variable_elements": [],
"sound_elements": [],
"tag_elements": {
"BIOMES:mod:tempered_biomes": [
"birch_forest",
"roofed_forest",
"mutated_forest",
"forest",
"mutated_birch_forest",
"extreme_hills_with_trees",
"swamp",
"mushroom_fields",
"cherry_grove",
"redwood_taiga",
"mutated_extreme_hills",
"deep_ocean",
"ocean",
"lush_caves",
"deep_dark"
],
"BIOMES:mod:hot_biomes": [
"desert",
"badlands",
"mutated_mesa",
"wooded_badlands_plateau",
"deep_lukewarm_ocean",
"lukewarm_ocean",
"mangrove_swamp",
"warm_ocean",
"bamboo_jungle",
"jungle",
"jungle_edge",
"deep_dark"
],
"BLOCKS:minecraft:needs_iron_tool": [
"~CUSTOM:Loweremeraldore",
"~CUSTOM:Highemeraldore",
"~CUSTOM:Copperhighore",
"~CUSTOM:Deepslateredstoneore",
"~CUSTOM:Redstoneore",
"~CUSTOM:Concentrateddiamondore",
"~CUSTOM:Deepslatesharddiamondore",
"~CUSTOM:Deepslatepuregoldenore",
"~CUSTOM:Sharddiamondblockore"
],
"BLOCKS:minecraft:mineable/pickaxe": [
"~CUSTOM:Deepslateironore",
"~CUSTOM:Ironore",
"~CUSTOM:Loweremeraldore",
"~CUSTOM:Highemeraldore",
"~CUSTOM:Copperlowerore",
"~CUSTOM:Copperhighore",
"~CUSTOM:Deepslateredstoneore",
"~CUSTOM:Redstoneore",
"~CUSTOM:Deepslatelapisore",
"~CUSTOM:Lapisore",
"~CUSTOM:Concentrateddiamondore",
"~CUSTOM:Deepslatesharddiamondore",
"~CUSTOM:Concentratedcoalore",
"~CUSTOM:Deepslatepuregoldenore",
"~CUSTOM:Puregoldenore",
"~CUSTOM:Sharddiamondblockore"
],
"BLOCKS:minecraft:needs_stone_tool": [
"~CUSTOM:Deepslateironore",
"~CUSTOM:Ironore",
"~CUSTOM:Copperlowerore",
"~CUSTOM:Deepslatelapisore",
"~CUSTOM:Lapisore"
],
"ITEMS:minecraft:pickaxes": [
"~CUSTOM:Sharddiamondpickaxe"
],
"ITEMS:minecraft:axes": [
"~CUSTOM:Sharddiamondaxe"
],
"ITEMS:minecraft:shovels": [
"~CUSTOM:Sharddiamondshovel"
],
"BIOMES:mod:cold_biomes": [
"snowy_slopes",
"cold_beach",
"snowy_tundra",
"taiga_cold",
"mutated_ice_flats",
"redwood_taiga",
"mutated_redwood_taiga",
"taiga",
"cold_ocean",
"deep_cold_ocean",
"frozen_peaks",
"jagged_peaks",
"stony_peaks",
"dripstone_caves",
"deep_dark"
],
"BIOMES:mod:rare_biomes": [
"mushroom_fields",
"jungle_edge",
"savanna_rock",
"mutated_plains",
"mutated_extreme_hills",
"cherry_grove",
"mutated_forest",
"deep_dark",
"mutated_birch_forest",
"mutated_ice_flats"
]
},
"tab_element_order": {},
"language_map": {
"en_us": {
"block.custom_ore_gen.lapisore": "Lapis ore",
"block.custom_ore_gen.sharddiamondblockore": "Shard diamond block ore",
"block.custom_ore_gen.concentratedcoalore": "Concentrated coal ore",
"block.custom_ore_gen.ironore": "Iron ore",
"block.custom_ore_gen.redstoneore": "Redstone ore",
"block.custom_ore_gen.deepslatelapisore": "Deepslate lapis ore",
"item.custom_ore_gen.sharddiamondpickaxe": "Shard diamond pickaxe",
"item.custom_ore_gen.diamondshard.description_0": "Diamond sparkle, to create tools or to create a diamond ",
"block.custom_ore_gen.copperhighore": "Copper high ore",
"block.custom_ore_gen.copperlowerore": "deepslate copper ore",
"block.custom_ore_gen.loweremeraldore": "Loweremeraldore",
"block.custom_ore_gen.deepslateredstoneore": "Deepslate redstone ore",
"block.custom_ore_gen.deepslateironore": "Deepslate iron ore",
"item.custom_ore_gen.sharddiamondaxe": "Sharddiamondaxe",
"block.custom_ore_gen.deepslatesharddiamondore": "Deepslate shard diamond ore",
"block.custom_ore_gen.concentrateddiamondore": "Concentrated diamond ore",
"item.custom_ore_gen.shardironore": "Shard iron ore",
"item.custom_ore_gen.diamondshard": "Diamond shard",
"block.custom_ore_gen.deepslatepuregoldenore": "Deepslate pure golden ore",
"block.custom_ore_gen.puregoldenore": "Pure golden ore",
"block.custom_ore_gen.highemeraldore": "emerald ore",
"item.custom_ore_gen.sharddiamondshovel": "Shard diamond shovel"
}
},
"foldersRoot": {
"name": "~",
"children": [
{
"name": "Diamond_shard",
"children": []
},
{
"name": "Gold_ore",
"children": []
},
{
"name": "lapis_ore",
"children": []
},
{
"name": "redstone_ore",
"children": []
},
{
"name": "Copper_ore",
"children": []
},
{
"name": "Emerald",
"children": []
},
{
"name": "iron_ore",
"children": []
},
{
"name": "coal_ore",
"children": []
}
]
},
"workspaceSettings": {
"modid": "custom_ore_gen",
"modName": "custom_ore_gen",
"version": "1.0.0",
"description": "Changement de la distribution des ressources sur Minecraft, ne pas utilisé seul sans KubeJS",
"author": "Aulyrius crée via MCreator",
"websiteURL": "https://lanro.eu",
"license": "Not specified",
"serverSideOnly": false,
"requiredMods": [],
"dependencies": [],
"dependants": [],
"mcreatorDependencies": [],
"currentGenerator": "forge-1.20.1",
"modElementsPackage": "net.mcreator.customoregen"
},
"mcreatorVersion": 202400452410
}
@@ -0,0 +1,849 @@
{
"mod_elements": [
{
"name": "Diamondshard",
"type": "item",
"compiles": true,
"locked_code": false,
"registry_name": "diamondshard",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/item/DiamondshardItem.java",
"src/main/resources/assets/custom_ore_gen/models/item/diamondshard.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Diamondshardtodiamond",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "diamondshardtodiamond",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/diamondshardtodiamond.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondblockore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondblockore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/sharddiamondblockore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/sharddiamondblockore.json",
"src/main/java/net/mcreator/customoregen/block/SharddiamondblockoreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondblockore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/sharddiamondblockore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/block/sharddiamondblockore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/sharddiamondblockore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Puregoldenore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "puregoldenore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/PuregoldenoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/puregoldenore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/puregoldenore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/block/puregoldenore.json",
"src/main/resources/assets/custom_ore_gen/models/item/puregoldenore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/puregoldenore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/puregoldenore.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Deepslatepuregoldenore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatepuregoldenore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslatepuregoldenore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslatepuregoldenore.json",
"src/main/java/net/mcreator/customoregen/block/DeepslatepuregoldenoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslatepuregoldenore.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslatepuregoldenore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslatepuregoldenore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslatepuregoldenore_biome_modifier.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Deepslatepuregoldenoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatepuregoldenoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/puregoldenore.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Puregoldenoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "puregoldenoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslatepuregoldenore.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Concentratedcoalore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "concentratedcoalore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/ConcentratedcoaloreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/block/concentratedcoalore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/concentratedcoalore.json",
"src/main/resources/assets/custom_ore_gen/models/item/concentratedcoalore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/concentratedcoalore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/blockstates/concentratedcoalore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/concentratedcoalore.json"
]
},
"path": "~/coal_ore"
},
{
"name": "Concentratedcoaloretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "concentratedcoaloretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/concentratedcoalore.json"
]
},
"path": "~/coal_ore"
},
{
"name": "Deepslatesharddiamondore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatesharddiamondore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslatesharddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslatesharddiamondore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslatesharddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslatesharddiamondore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslatesharddiamondore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslatesharddiamondore.json",
"src/main/java/net/mcreator/customoregen/block/DeepslatesharddiamondoreBlock.java"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondore",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/sharddiamondblockore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Deepslatesharddiamondtable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatesharddiamondtable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslatesharddiamondore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Concentrateddiamondore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "concentrateddiamondore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/ConcentrateddiamondoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/concentrateddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/block/concentrateddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/item/concentrateddiamondore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/concentrateddiamondore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/concentrateddiamondore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/concentrateddiamondore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Concentrateddiamondloottable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "concentrateddiamondloottable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/concentrateddiamondore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Lapisore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "lapisore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/lapisore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/lapisore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/lapisore.json",
"src/main/java/net/mcreator/customoregen/block/LapisoreBlock.java",
"src/main/resources/assets/custom_ore_gen/blockstates/lapisore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/lapisore.json",
"src/main/resources/assets/custom_ore_gen/models/block/lapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Deepslatelapisore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatelapisore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/DeepslatelapisoreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/deepslatelapisore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslatelapisore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslatelapisore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslatelapisore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslatelapisore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslatelapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Lapisoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "lapisoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/lapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Redstoneore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "redstoneore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/RedstoneoreBlock.java",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/redstoneore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/redstoneore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/redstoneore.json",
"src/main/resources/assets/custom_ore_gen/models/block/redstoneore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/redstoneore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/redstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Redstoneoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "redstoneoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/redstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Deepslateredstoneore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateredstoneore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/DeepslateredstoneoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslateredstoneore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslateredstoneore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslateredstoneore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslateredstoneore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslateredstoneore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslateredstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Deepslateredstonetable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateredstonetable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslateredstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Copperhighore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "copperhighore",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/blockstates/copperhighore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/copperhighore.json",
"src/main/resources/assets/custom_ore_gen/models/item/copperhighore.json",
"src/main/java/net/mcreator/customoregen/block/CopperhighoreBlock.java",
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/copperhighore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/copperhighore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/block/copperhighore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/copperhighore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Copperlowerore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "copperlowerore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/copperlowerore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/copperlowerore.json",
"src/main/resources/assets/custom_ore_gen/models/block/copperlowerore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/copperlowerore.json",
"src/main/java/net/mcreator/customoregen/block/CopperloweroreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/copperlowerore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/copperlowerore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Highcopperoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "highcopperoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/copperhighore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Lowercopperoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "lowercopperoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/copperlowerore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Highemeraldore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "highemeraldore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/highemeraldore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/highemeraldore.json",
"src/main/java/net/mcreator/customoregen/block/HighemeraldoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/highemeraldore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/highemeraldore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/highemeraldore.json",
"src/main/resources/assets/custom_ore_gen/models/block/highemeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Loweremeraldore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "loweremeraldore",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/blockstates/loweremeraldore.json",
"src/main/java/net/mcreator/customoregen/block/LoweremeraldoreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/loweremeraldore.json",
"src/main/resources/assets/custom_ore_gen/models/block/loweremeraldore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/loweremeraldore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/loweremeraldore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/loweremeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Emeraldoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "emeraldoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/highemeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Deepslateemeraldore",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateemeraldore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/loweremeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Deepslatelapisoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatelapisoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslatelapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Sharddiamondpickaxe",
"type": "tool",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondpickaxe",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/item/SharddiamondpickaxeItem.java",
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondpickaxe.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondshovel",
"type": "tool",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondshovel",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondshovel.json",
"src/main/java/net/mcreator/customoregen/item/SharddiamondshovelItem.java"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondaxe",
"type": "tool",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondaxe",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/item/SharddiamondaxeItem.java",
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondaxe.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Ironore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "ironore",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/models/block/ironore.json",
"src/main/java/net/mcreator/customoregen/block/IronoreBlock.java",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/ironore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/ironore.json",
"src/main/resources/assets/custom_ore_gen/models/item/ironore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/ironore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/ironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Deepslateironore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateironore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslateironore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslateironore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslateironore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslateironore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslateironore.json",
"src/main/java/net/mcreator/customoregen/block/DeepslateironoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslateironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Ironoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "ironoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/ironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Deepslateirontable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateirontable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslateironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Pickaxecraft",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "pickaxecraft",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/pickaxecraft.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Shovelcraft",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "shovelcraft",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/shovelcraft.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Axerecipe",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "axerecipe",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/axerecipe.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Oreexperience",
"type": "procedure",
"compiles": true,
"locked_code": false,
"registry_name": "oreexperience",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/procedures/OreexperienceProcedure.java"
],
"dependencies": [
{
"name": "entity",
"type": "entity"
},
{
"name": "x",
"type": "number"
},
{
"name": "y",
"type": "number"
},
{
"name": "z",
"type": "number"
},
{
"name": "world",
"type": "world"
}
]
}
}
],
"variable_elements": [],
"sound_elements": [],
"tag_elements": {
"BIOMES:mod:tempered_biomes": [
"birch_forest",
"roofed_forest",
"mutated_forest",
"forest",
"mutated_birch_forest",
"extreme_hills_with_trees",
"swamp",
"mushroom_fields",
"cherry_grove",
"redwood_taiga",
"mutated_extreme_hills",
"deep_ocean",
"ocean",
"lush_caves",
"deep_dark"
],
"BIOMES:mod:hot_biomes": [
"desert",
"badlands",
"mutated_mesa",
"wooded_badlands_plateau",
"deep_lukewarm_ocean",
"lukewarm_ocean",
"mangrove_swamp",
"warm_ocean",
"bamboo_jungle",
"jungle",
"jungle_edge",
"deep_dark"
],
"BLOCKS:minecraft:needs_iron_tool": [
"~CUSTOM:Loweremeraldore",
"~CUSTOM:Highemeraldore",
"~CUSTOM:Copperhighore",
"~CUSTOM:Deepslateredstoneore",
"~CUSTOM:Redstoneore",
"~CUSTOM:Concentrateddiamondore",
"~CUSTOM:Deepslatesharddiamondore",
"~CUSTOM:Deepslatepuregoldenore",
"~CUSTOM:Sharddiamondblockore"
],
"BLOCKS:minecraft:mineable/pickaxe": [
"~CUSTOM:Deepslateironore",
"~CUSTOM:Ironore",
"~CUSTOM:Loweremeraldore",
"~CUSTOM:Highemeraldore",
"~CUSTOM:Copperlowerore",
"~CUSTOM:Copperhighore",
"~CUSTOM:Deepslateredstoneore",
"~CUSTOM:Redstoneore",
"~CUSTOM:Deepslatelapisore",
"~CUSTOM:Lapisore",
"~CUSTOM:Concentrateddiamondore",
"~CUSTOM:Deepslatesharddiamondore",
"~CUSTOM:Concentratedcoalore",
"~CUSTOM:Deepslatepuregoldenore",
"~CUSTOM:Puregoldenore",
"~CUSTOM:Sharddiamondblockore"
],
"BLOCKS:minecraft:needs_stone_tool": [
"~CUSTOM:Deepslateironore",
"~CUSTOM:Ironore",
"~CUSTOM:Copperlowerore",
"~CUSTOM:Deepslatelapisore",
"~CUSTOM:Lapisore"
],
"ITEMS:minecraft:pickaxes": [
"~CUSTOM:Sharddiamondpickaxe"
],
"ITEMS:minecraft:axes": [
"~CUSTOM:Sharddiamondaxe"
],
"ITEMS:minecraft:shovels": [
"~CUSTOM:Sharddiamondshovel"
],
"BIOMES:mod:cold_biomes": [
"snowy_slopes",
"cold_beach",
"snowy_tundra",
"taiga_cold",
"mutated_ice_flats",
"redwood_taiga",
"mutated_redwood_taiga",
"taiga",
"cold_ocean",
"deep_cold_ocean",
"frozen_peaks",
"jagged_peaks",
"stony_peaks",
"dripstone_caves",
"deep_dark"
],
"BIOMES:mod:rare_biomes": [
"mushroom_fields",
"jungle_edge",
"savanna_rock",
"mutated_plains",
"mutated_extreme_hills",
"cherry_grove",
"mutated_forest",
"deep_dark",
"mutated_birch_forest",
"mutated_ice_flats"
]
},
"tab_element_order": {},
"language_map": {
"en_us": {
"block.custom_ore_gen.lapisore": "Lapis ore",
"block.custom_ore_gen.sharddiamondblockore": "Shard diamond block ore",
"block.custom_ore_gen.concentratedcoalore": "Concentrated coal ore",
"block.custom_ore_gen.ironore": "Iron ore",
"block.custom_ore_gen.redstoneore": "Redstone ore",
"block.custom_ore_gen.deepslatelapisore": "Deepslate lapis ore",
"item.custom_ore_gen.sharddiamondpickaxe": "Shard diamond pickaxe",
"item.custom_ore_gen.diamondshard.description_0": "Diamond sparkle, to create tools or to create a diamond ",
"block.custom_ore_gen.copperhighore": "Copper high ore",
"block.custom_ore_gen.copperlowerore": "deepslate copper ore",
"block.custom_ore_gen.loweremeraldore": "Loweremeraldore",
"block.custom_ore_gen.deepslateredstoneore": "Deepslate redstone ore",
"block.custom_ore_gen.deepslateironore": "Deepslate iron ore",
"item.custom_ore_gen.sharddiamondaxe": "Sharddiamondaxe",
"block.custom_ore_gen.deepslatesharddiamondore": "Deepslate shard diamond ore",
"block.custom_ore_gen.concentrateddiamondore": "Concentrated diamond ore",
"item.custom_ore_gen.shardironore": "Shard iron ore",
"item.custom_ore_gen.diamondshard": "Diamond shard",
"block.custom_ore_gen.deepslatepuregoldenore": "Deepslate pure golden ore",
"block.custom_ore_gen.puregoldenore": "Pure golden ore",
"block.custom_ore_gen.highemeraldore": "emerald ore",
"item.custom_ore_gen.sharddiamondshovel": "Shard diamond shovel"
}
},
"foldersRoot": {
"name": "~",
"children": [
{
"name": "Diamond_shard",
"children": []
},
{
"name": "Gold_ore",
"children": []
},
{
"name": "lapis_ore",
"children": []
},
{
"name": "redstone_ore",
"children": []
},
{
"name": "Copper_ore",
"children": []
},
{
"name": "Emerald",
"children": []
},
{
"name": "iron_ore",
"children": []
},
{
"name": "coal_ore",
"children": []
}
]
},
"workspaceSettings": {
"modid": "custom_ore_gen",
"modName": "custom_ore_gen",
"version": "1.0.0",
"description": "Changement de la distribution des ressources sur Minecraft, ne pas utilisé seul sans KubeJS",
"author": "Aulyrius crée via MCreator",
"websiteURL": "https://lanro.eu",
"license": "Not specified",
"serverSideOnly": false,
"requiredMods": [],
"dependencies": [],
"dependants": [],
"mcreatorDependencies": [],
"currentGenerator": "forge-1.20.1",
"modElementsPackage": "net.mcreator.customoregen"
},
"mcreatorVersion": 202400452410
}
@@ -0,0 +1,849 @@
{
"mod_elements": [
{
"name": "Diamondshard",
"type": "item",
"compiles": true,
"locked_code": false,
"registry_name": "diamondshard",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/item/DiamondshardItem.java",
"src/main/resources/assets/custom_ore_gen/models/item/diamondshard.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Diamondshardtodiamond",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "diamondshardtodiamond",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/diamondshardtodiamond.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondblockore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondblockore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/sharddiamondblockore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/sharddiamondblockore.json",
"src/main/java/net/mcreator/customoregen/block/SharddiamondblockoreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondblockore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/sharddiamondblockore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/block/sharddiamondblockore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/sharddiamondblockore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Puregoldenore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "puregoldenore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/PuregoldenoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/puregoldenore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/puregoldenore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/block/puregoldenore.json",
"src/main/resources/assets/custom_ore_gen/models/item/puregoldenore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/puregoldenore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/puregoldenore.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Deepslatepuregoldenore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatepuregoldenore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslatepuregoldenore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslatepuregoldenore.json",
"src/main/java/net/mcreator/customoregen/block/DeepslatepuregoldenoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslatepuregoldenore.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslatepuregoldenore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslatepuregoldenore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslatepuregoldenore_biome_modifier.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Deepslatepuregoldenoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatepuregoldenoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/puregoldenore.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Puregoldenoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "puregoldenoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslatepuregoldenore.json"
]
},
"path": "~/Gold_ore"
},
{
"name": "Concentratedcoalore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "concentratedcoalore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/ConcentratedcoaloreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/block/concentratedcoalore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/concentratedcoalore.json",
"src/main/resources/assets/custom_ore_gen/models/item/concentratedcoalore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/concentratedcoalore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/blockstates/concentratedcoalore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/concentratedcoalore.json"
]
},
"path": "~/coal_ore"
},
{
"name": "Concentratedcoaloretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "concentratedcoaloretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/concentratedcoalore.json"
]
},
"path": "~/coal_ore"
},
{
"name": "Deepslatesharddiamondore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatesharddiamondore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslatesharddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslatesharddiamondore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslatesharddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslatesharddiamondore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslatesharddiamondore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslatesharddiamondore.json",
"src/main/java/net/mcreator/customoregen/block/DeepslatesharddiamondoreBlock.java"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondore",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/sharddiamondblockore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Deepslatesharddiamondtable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatesharddiamondtable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslatesharddiamondore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Concentrateddiamondore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "concentrateddiamondore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/ConcentrateddiamondoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/concentrateddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/block/concentrateddiamondore.json",
"src/main/resources/assets/custom_ore_gen/models/item/concentrateddiamondore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/concentrateddiamondore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/concentrateddiamondore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/concentrateddiamondore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Concentrateddiamondloottable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "concentrateddiamondloottable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/concentrateddiamondore.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Lapisore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "lapisore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/lapisore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/lapisore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/lapisore.json",
"src/main/java/net/mcreator/customoregen/block/LapisoreBlock.java",
"src/main/resources/assets/custom_ore_gen/blockstates/lapisore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/lapisore.json",
"src/main/resources/assets/custom_ore_gen/models/block/lapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Deepslatelapisore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatelapisore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/DeepslatelapisoreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/deepslatelapisore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslatelapisore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslatelapisore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslatelapisore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslatelapisore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslatelapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Lapisoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "lapisoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/lapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Redstoneore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "redstoneore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/RedstoneoreBlock.java",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/redstoneore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/redstoneore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/redstoneore.json",
"src/main/resources/assets/custom_ore_gen/models/block/redstoneore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/redstoneore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/redstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Redstoneoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "redstoneoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/redstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Deepslateredstoneore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateredstoneore",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/block/DeepslateredstoneoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslateredstoneore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslateredstoneore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslateredstoneore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslateredstoneore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslateredstoneore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslateredstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Deepslateredstonetable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateredstonetable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslateredstoneore.json"
]
},
"path": "~/redstone_ore"
},
{
"name": "Copperhighore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "copperhighore",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/blockstates/copperhighore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/copperhighore.json",
"src/main/resources/assets/custom_ore_gen/models/item/copperhighore.json",
"src/main/java/net/mcreator/customoregen/block/CopperhighoreBlock.java",
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/copperhighore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/copperhighore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/block/copperhighore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/copperhighore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Copperlowerore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "copperlowerore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/copperlowerore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/copperlowerore.json",
"src/main/resources/assets/custom_ore_gen/models/block/copperlowerore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/copperlowerore.json",
"src/main/java/net/mcreator/customoregen/block/CopperloweroreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/copperlowerore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/copperlowerore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Highcopperoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "highcopperoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/copperhighore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Lowercopperoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "lowercopperoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/copperlowerore.json"
]
},
"path": "~/Copper_ore"
},
{
"name": "Highemeraldore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "highemeraldore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/highemeraldore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/highemeraldore.json",
"src/main/java/net/mcreator/customoregen/block/HighemeraldoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/highemeraldore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/highemeraldore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/highemeraldore.json",
"src/main/resources/assets/custom_ore_gen/models/block/highemeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Loweremeraldore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "loweremeraldore",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/blockstates/loweremeraldore.json",
"src/main/java/net/mcreator/customoregen/block/LoweremeraldoreBlock.java",
"src/main/resources/assets/custom_ore_gen/models/item/loweremeraldore.json",
"src/main/resources/assets/custom_ore_gen/models/block/loweremeraldore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/loweremeraldore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/loweremeraldore.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/loweremeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Emeraldoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "emeraldoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/highemeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Deepslateemeraldore",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateemeraldore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/loweremeraldore.json"
]
},
"path": "~/Emerald"
},
{
"name": "Deepslatelapisoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslatelapisoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslatelapisore.json"
]
},
"path": "~/lapis_ore"
},
{
"name": "Sharddiamondpickaxe",
"type": "tool",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondpickaxe",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/item/SharddiamondpickaxeItem.java",
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondpickaxe.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondshovel",
"type": "tool",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondshovel",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondshovel.json",
"src/main/java/net/mcreator/customoregen/item/SharddiamondshovelItem.java"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Sharddiamondaxe",
"type": "tool",
"compiles": true,
"locked_code": false,
"registry_name": "sharddiamondaxe",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/item/SharddiamondaxeItem.java",
"src/main/resources/assets/custom_ore_gen/models/item/sharddiamondaxe.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Ironore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "ironore",
"metadata": {
"files": [
"src/main/resources/assets/custom_ore_gen/models/block/ironore.json",
"src/main/java/net/mcreator/customoregen/block/IronoreBlock.java",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/ironore_biome_modifier.json",
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/ironore.json",
"src/main/resources/assets/custom_ore_gen/models/item/ironore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/ironore.json",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/ironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Deepslateironore",
"type": "block",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateironore",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/worldgen/configured_feature/deepslateironore.json",
"src/main/resources/assets/custom_ore_gen/blockstates/deepslateironore.json",
"src/main/resources/assets/custom_ore_gen/models/block/deepslateironore.json",
"src/main/resources/data/custom_ore_gen/forge/biome_modifier/deepslateironore_biome_modifier.json",
"src/main/resources/assets/custom_ore_gen/models/item/deepslateironore.json",
"src/main/java/net/mcreator/customoregen/block/DeepslateironoreBlock.java",
"src/main/resources/data/custom_ore_gen/worldgen/placed_feature/deepslateironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Ironoretable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "ironoretable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/ironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Deepslateirontable",
"type": "loottable",
"compiles": true,
"locked_code": false,
"registry_name": "deepslateirontable",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/loot_tables/blocks/deepslateironore.json"
]
},
"path": "~/iron_ore"
},
{
"name": "Pickaxecraft",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "pickaxecraft",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/pickaxecraft.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Shovelcraft",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "shovelcraft",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/shovelcraft.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Axerecipe",
"type": "recipe",
"compiles": true,
"locked_code": false,
"registry_name": "axerecipe",
"metadata": {
"files": [
"src/main/resources/data/custom_ore_gen/recipes/axerecipe.json"
]
},
"path": "~/Diamond_shard"
},
{
"name": "Oreexperience",
"type": "procedure",
"compiles": true,
"locked_code": false,
"registry_name": "oreexperience",
"metadata": {
"files": [
"src/main/java/net/mcreator/customoregen/procedures/OreexperienceProcedure.java"
],
"dependencies": [
{
"name": "entity",
"type": "entity"
},
{
"name": "x",
"type": "number"
},
{
"name": "y",
"type": "number"
},
{
"name": "z",
"type": "number"
},
{
"name": "world",
"type": "world"
}
]
}
}
],
"variable_elements": [],
"sound_elements": [],
"tag_elements": {
"BIOMES:mod:tempered_biomes": [
"birch_forest",
"roofed_forest",
"mutated_forest",
"forest",
"mutated_birch_forest",
"extreme_hills_with_trees",
"swamp",
"mushroom_fields",
"cherry_grove",
"redwood_taiga",
"mutated_extreme_hills",
"deep_ocean",
"ocean",
"lush_caves",
"deep_dark"
],
"BIOMES:mod:hot_biomes": [
"desert",
"badlands",
"mutated_mesa",
"wooded_badlands_plateau",
"deep_lukewarm_ocean",
"lukewarm_ocean",
"mangrove_swamp",
"warm_ocean",
"bamboo_jungle",
"jungle",
"jungle_edge",
"deep_dark"
],
"BLOCKS:minecraft:needs_iron_tool": [
"~CUSTOM:Loweremeraldore",
"~CUSTOM:Highemeraldore",
"~CUSTOM:Copperhighore",
"~CUSTOM:Deepslateredstoneore",
"~CUSTOM:Redstoneore",
"~CUSTOM:Concentrateddiamondore",
"~CUSTOM:Deepslatesharddiamondore",
"~CUSTOM:Deepslatepuregoldenore",
"~CUSTOM:Sharddiamondblockore"
],
"BLOCKS:minecraft:mineable/pickaxe": [
"~CUSTOM:Deepslateironore",
"~CUSTOM:Ironore",
"~CUSTOM:Loweremeraldore",
"~CUSTOM:Highemeraldore",
"~CUSTOM:Copperlowerore",
"~CUSTOM:Copperhighore",
"~CUSTOM:Deepslateredstoneore",
"~CUSTOM:Redstoneore",
"~CUSTOM:Deepslatelapisore",
"~CUSTOM:Lapisore",
"~CUSTOM:Concentrateddiamondore",
"~CUSTOM:Deepslatesharddiamondore",
"~CUSTOM:Concentratedcoalore",
"~CUSTOM:Deepslatepuregoldenore",
"~CUSTOM:Puregoldenore",
"~CUSTOM:Sharddiamondblockore"
],
"BLOCKS:minecraft:needs_stone_tool": [
"~CUSTOM:Deepslateironore",
"~CUSTOM:Ironore",
"~CUSTOM:Copperlowerore",
"~CUSTOM:Deepslatelapisore",
"~CUSTOM:Lapisore"
],
"ITEMS:minecraft:pickaxes": [
"~CUSTOM:Sharddiamondpickaxe"
],
"ITEMS:minecraft:axes": [
"~CUSTOM:Sharddiamondaxe"
],
"ITEMS:minecraft:shovels": [
"~CUSTOM:Sharddiamondshovel"
],
"BIOMES:mod:cold_biomes": [
"snowy_slopes",
"cold_beach",
"snowy_tundra",
"taiga_cold",
"mutated_ice_flats",
"redwood_taiga",
"mutated_redwood_taiga",
"taiga",
"cold_ocean",
"deep_cold_ocean",
"frozen_peaks",
"jagged_peaks",
"stony_peaks",
"dripstone_caves",
"deep_dark"
],
"BIOMES:mod:rare_biomes": [
"mushroom_fields",
"jungle_edge",
"savanna_rock",
"mutated_plains",
"mutated_extreme_hills",
"cherry_grove",
"mutated_forest",
"deep_dark",
"mutated_birch_forest",
"mutated_ice_flats"
]
},
"tab_element_order": {},
"language_map": {
"en_us": {
"block.custom_ore_gen.lapisore": "Lapis ore",
"block.custom_ore_gen.sharddiamondblockore": "Shard diamond block ore",
"block.custom_ore_gen.concentratedcoalore": "Concentrated coal ore",
"block.custom_ore_gen.ironore": "Iron ore",
"block.custom_ore_gen.redstoneore": "Redstone ore",
"block.custom_ore_gen.deepslatelapisore": "Deepslate lapis ore",
"item.custom_ore_gen.sharddiamondpickaxe": "Shard diamond pickaxe",
"item.custom_ore_gen.diamondshard.description_0": "Diamond sparkle, to create tools or to create a diamond ",
"block.custom_ore_gen.copperhighore": "Copper high ore",
"block.custom_ore_gen.copperlowerore": "deepslate copper ore",
"block.custom_ore_gen.loweremeraldore": "Loweremeraldore",
"block.custom_ore_gen.deepslateredstoneore": "Deepslate redstone ore",
"block.custom_ore_gen.deepslateironore": "Deepslate iron ore",
"item.custom_ore_gen.sharddiamondaxe": "Sharddiamondaxe",
"block.custom_ore_gen.deepslatesharddiamondore": "Deepslate shard diamond ore",
"block.custom_ore_gen.concentrateddiamondore": "Concentrated diamond ore",
"item.custom_ore_gen.shardironore": "Shard iron ore",
"item.custom_ore_gen.diamondshard": "Diamond shard",
"block.custom_ore_gen.deepslatepuregoldenore": "Deepslate pure golden ore",
"block.custom_ore_gen.puregoldenore": "Pure golden ore",
"block.custom_ore_gen.highemeraldore": "emerald ore",
"item.custom_ore_gen.sharddiamondshovel": "Shard diamond shovel"
}
},
"foldersRoot": {
"name": "~",
"children": [
{
"name": "Diamond_shard",
"children": []
},
{
"name": "Gold_ore",
"children": []
},
{
"name": "lapis_ore",
"children": []
},
{
"name": "redstone_ore",
"children": []
},
{
"name": "Copper_ore",
"children": []
},
{
"name": "Emerald",
"children": []
},
{
"name": "iron_ore",
"children": []
},
{
"name": "coal_ore",
"children": []
}
]
},
"workspaceSettings": {
"modid": "custom_ore_gen",
"modName": "custom_ore_gen",
"version": "1.0.0",
"description": "Changement de la distribution des ressources sur Minecraft, ne pas utilisé seul sans KubeJS",
"author": "Aulyrius crée via MCreator",
"websiteURL": "https://lanro.eu",
"license": "Not specified",
"serverSideOnly": false,
"requiredMods": [],
"dependencies": [],
"dependants": [],
"mcreatorDependencies": [],
"currentGenerator": "forge-1.20.1",
"modElementsPackage": "net.mcreator.customoregen"
},
"mcreatorVersion": 202400452410
}
+151
View File
@@ -0,0 +1,151 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.5,
"effects": {
"fog_color": 15793661,
"foliage_color": 10876919,
"grass_color": 14417148,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.cherry_grove"
},
"sky_color": 12446972,
"water_color": 3750089,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"biomesoplenty:trees_auroral_garden",
"biomesoplenty:flower_violet",
"biomesoplenty:patch_icy_iris",
"biomesoplenty:patch_grass_12"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
},
{
"type": "minecraft:fox",
"maxCount": 4,
"minCount": 2,
"weight": 8
}
],
"misc": [],
"monster": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": -0.25
}
+185
View File
@@ -0,0 +1,185 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.9,
"effects": {
"fog_color": 12638463,
"foliage_color": 9165671,
"grass_color": 7318096,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.swamp"
},
"sky_color": 7842047,
"water_color": 6467460,
"water_fog_color": 794908
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_clay",
"biomesoplenty:disk_mud"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:seagrass_swamp",
"biomesoplenty:trees_bayou",
"biomesoplenty:patch_cattail_normal",
"biomesoplenty:patch_fern_8",
"biomesoplenty:patch_large_fern_normal",
"biomesoplenty:patch_lily_pad_10",
"biomesoplenty:patch_grass_12"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:frog",
"maxCount": 5,
"minCount": 2,
"weight": 10
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.95
}
+164
View File
@@ -0,0 +1,164 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"foliage_color": 13008731,
"grass_color": 11048279,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 8233727,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface",
"biomesoplenty:lake_water"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_clay"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_berry_common",
"biomesoplenty:trees_bog",
"biomesoplenty:patch_bush_10",
"biomesoplenty:patch_fern_4",
"biomesoplenty:patch_reed_10",
"biomesoplenty:patch_grass_6"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.2
}
+196
View File
@@ -0,0 +1,196 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.7,
"effects": {
"fog_color": 12638463,
"foliage_color": 6993519,
"grass_color": 8963455,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 8037887,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_sugar_cane_desert",
"biomesoplenty:flower_clover_patch",
"biomesoplenty:patch_clover_extra",
"biomesoplenty:patch_grass_6",
"biomesoplenty:huge_clover"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
},
{
"type": "minecraft:horse",
"maxCount": 6,
"minCount": 2,
"weight": 5
},
{
"type": "minecraft:donkey",
"maxCount": 3,
"minCount": 1,
"weight": 1
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.6
}
+163
View File
@@ -0,0 +1,163 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.0,
"effects": {
"fog_color": 12638463,
"foliage_color": 11904876,
"grass_color": 11375460,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 8233983,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode",
"biomesoplenty:cold_desert_rocks"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"biomesoplenty:wasteland_grass_1"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": false,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:polar_bear",
"maxCount": 2,
"minCount": 1,
"weight": 1
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.25
}
+212
View File
@@ -0,0 +1,212 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.forest"
},
"sky_color": 8103167,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_pumpkin",
"minecraft:patch_berry_rare",
"biomesoplenty:trees_coniferous_forest",
"biomesoplenty:flower_coniferous_forest",
"biomesoplenty:patch_fern_2",
"biomesoplenty:toadstool_normal",
"biomesoplenty:patch_grass_12"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
},
{
"type": "minecraft:wolf",
"maxCount": 4,
"minCount": 4,
"weight": 5
},
{
"type": "minecraft:rabbit",
"maxCount": 3,
"minCount": 2,
"weight": 4
},
{
"type": "minecraft:fox",
"maxCount": 4,
"minCount": 2,
"weight": 8
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.45
}
+174
View File
@@ -0,0 +1,174 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.6,
"effects": {
"fog_color": 12638463,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.jagged_peaks"
},
"sky_color": 8037887,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel",
"minecraft:ore_emerald"
],
[
"minecraft:ore_infested"
],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"biomesoplenty:crag_splatter",
"biomesoplenty:patch_grass_12",
"biomesoplenty:patch_tall_grass_24"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:goat",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.6
}
+78
View File
@@ -0,0 +1,78 @@
{
"carvers": {
"air": "minecraft:nether_cave"
},
"downfall": 0.0,
"effects": {
"ambient_sound": "minecraft:ambient.crimson_forest.loop",
"fog_color": 5832748,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.basalt_deltas.mood",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "biomesoplenty:music.nether.crystalline_chasm"
},
"particle": {
"options": {
"type": "minecraft:electric_spark"
},
"probability": 8.925E-4
},
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[],
[
"biomesoplenty:large_rose_quartz"
],
[],
[],
[],
[],
[
"minecraft:spring_open",
"minecraft:glowstone_extra",
"minecraft:glowstone",
"minecraft:brown_mushroom_nether",
"minecraft:red_mushroom_nether",
"minecraft:ore_magma",
"minecraft:spring_closed",
"minecraft:ore_gravel_nether",
"minecraft:ore_blackstone",
"minecraft:ore_gold_nether",
"minecraft:ore_quartz_nether",
"minecraft:ore_ancient_debris_large",
"minecraft:ore_debris_small",
"biomesoplenty:small_crystal"
]
],
"has_precipitation": false,
"spawn_costs": {},
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [
{
"type": "minecraft:strider",
"maxCount": 2,
"minCount": 1,
"weight": 60
}
],
"misc": [],
"monster": [],
"underground_water_creature": [],
"water_ambient": [],
"water_creature": []
},
"temperature": 2.0
}
+160
View File
@@ -0,0 +1,160 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.3,
"effects": {
"fog_color": 12638463,
"foliage_color": 12040035,
"grass_color": 12234084,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 8233727,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_pumpkin",
"biomesoplenty:trees_dead_forest",
"biomesoplenty:patch_grass_3"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.2
}
+176
View File
@@ -0,0 +1,176 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.05,
"effects": {
"fog_color": 12638463,
"foliage_color": 14344371,
"grass_color": 15065001,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.desert"
},
"sky_color": 10395135,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"biomesoplenty:trees_dryland",
"biomesoplenty:patch_bush_1",
"biomesoplenty:patch_grass_6"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": false,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.85
}
+156
View File
@@ -0,0 +1,156 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.4,
"effects": {
"fog_color": 12638463,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 7972607,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"biomesoplenty:patch_dune_grass",
"biomesoplenty:patch_sea_oats"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.7
}
+117
View File
@@ -0,0 +1,117 @@
{
"carvers": {
"air": "minecraft:nether_cave"
},
"downfall": 0.0,
"effects": {
"additions_sound": {
"sound": "minecraft:ambient.basalt_deltas.additions",
"tick_chance": 0.0111
},
"ambient_sound": "minecraft:ambient.basalt_deltas.loop",
"fog_color": 5188371,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.basalt_deltas.mood",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "biomesoplenty:music.nether.erupting_inferno"
},
"particle": {
"options": {
"type": "minecraft:smoke"
},
"probability": 2.3065104E-4
},
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[],
[],
[],
[],
[],
[],
[
"minecraft:spring_open",
"minecraft:patch_fire",
"minecraft:patch_soul_fire",
"minecraft:glowstone_extra",
"minecraft:glowstone",
"minecraft:ore_magma",
"minecraft:spring_closed",
"minecraft:ore_gravel_nether",
"minecraft:ore_blackstone",
"minecraft:ore_gold_nether",
"minecraft:ore_quartz_nether",
"minecraft:ore_ancient_debris_large",
"minecraft:ore_debris_small",
"biomesoplenty:inferno_lava_lake",
"biomesoplenty:inferno_lava_spring",
"biomesoplenty:inferno_splatter",
"biomesoplenty:large_fumarole",
"biomesoplenty:small_fumarole",
"biomesoplenty:brimstone_bud",
"biomesoplenty:brimstone_cluster"
]
],
"has_precipitation": false,
"spawn_costs": {},
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [
{
"type": "minecraft:strider",
"maxCount": 2,
"minCount": 1,
"weight": 100
}
],
"misc": [],
"monster": [
{
"type": "minecraft:ghast",
"maxCount": 4,
"minCount": 4,
"weight": 50
},
{
"type": "minecraft:magma_cube",
"maxCount": 4,
"minCount": 4,
"weight": 2
},
{
"type": "minecraft:zombified_piglin",
"maxCount": 4,
"minCount": 4,
"weight": 60
},
{
"type": "minecraft:piglin",
"maxCount": 4,
"minCount": 4,
"weight": 15
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 4,
"weight": 1
}
],
"underground_water_creature": [],
"water_ambient": [],
"water_creature": []
},
"temperature": 2.0
}
+206
View File
@@ -0,0 +1,206 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.7,
"effects": {
"fog_color": 12638463,
"foliage_color": 6533741,
"grass_color": 6533741,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.forest"
},
"sky_color": 8168703,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_pumpkin",
"minecraft:patch_berry_rare",
"biomesoplenty:flower_field_1",
"biomesoplenty:patch_lilac_normal",
"biomesoplenty:rose_bush_normal",
"biomesoplenty:trees_field",
"biomesoplenty:flower_field_2",
"biomesoplenty:patch_sprouts_10",
"biomesoplenty:sunflower",
"biomesoplenty:patch_grass_6"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
},
{
"type": "minecraft:fox",
"maxCount": 4,
"minCount": 2,
"weight": 8
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.4
}
+213
View File
@@ -0,0 +1,213 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.forest"
},
"sky_color": 8103167,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_pumpkin",
"minecraft:patch_berry_rare",
"biomesoplenty:trees_fir_clearing",
"biomesoplenty:fallen_fir_log",
"biomesoplenty:flower_coniferous_forest",
"biomesoplenty:patch_fern_4",
"biomesoplenty:toadstool_normal",
"biomesoplenty:patch_grass_12"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
},
{
"type": "minecraft:wolf",
"maxCount": 4,
"minCount": 4,
"weight": 5
},
{
"type": "minecraft:rabbit",
"maxCount": 3,
"minCount": 2,
"weight": 4
},
{
"type": "minecraft:fox",
"maxCount": 4,
"minCount": 2,
"weight": 8
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.45
}
+177
View File
@@ -0,0 +1,177 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 2.0,
"effects": {
"fog_color": 12638463,
"foliage_color": 6016293,
"grass_color": 8377405,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.jungle"
},
"sky_color": 7711487,
"water_color": 4172478,
"water_fog_color": 268844
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface",
"biomesoplenty:lake_water_extra"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:seagrass_swamp",
"biomesoplenty:trees_rainforest_floodplain",
"biomesoplenty:flower_rainforest",
"biomesoplenty:patch_lily_pad_15",
"biomesoplenty:huge_lily_pad",
"biomesoplenty:patch_waterlily_flowers",
"biomesoplenty:patch_grass_12",
"biomesoplenty:patch_tall_grass_24",
"biomesoplenty:patch_watergrass_50"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:frog",
"maxCount": 5,
"minCount": 2,
"weight": 10
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 1.2
}
+204
View File
@@ -0,0 +1,204 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.7,
"effects": {
"fog_color": 12638463,
"foliage_color": 6533741,
"grass_color": 6533741,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.forest"
},
"sky_color": 8168703,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_pumpkin",
"minecraft:patch_berry_rare",
"biomesoplenty:flower_field_1",
"biomesoplenty:patch_lilac_normal",
"biomesoplenty:rose_bush_normal",
"biomesoplenty:trees_field_forest",
"biomesoplenty:patch_sprouts_15",
"biomesoplenty:patch_grass_6"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
},
{
"type": "minecraft:fox",
"maxCount": 4,
"minCount": 2,
"weight": 8
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.4
}
+180
View File
@@ -0,0 +1,180 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.9,
"effects": {
"fog_color": 14806371,
"foliage_color": 14738722,
"grass_color": 13428005,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.jungle"
},
"sky_color": 6479082,
"water_color": 4185956,
"water_fog_color": 274200
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane_swamp",
"minecraft:seagrass_swamp",
"biomesoplenty:trees_fungal_jungle",
"biomesoplenty:huge_toadstool",
"biomesoplenty:small_toadstool",
"biomesoplenty:toadstool_extra",
"biomesoplenty:dripstone_splatter",
"biomesoplenty:mycelium_splatter",
"biomesoplenty:patch_sprouts_5",
"biomesoplenty:patch_grass_12",
"biomesoplenty:patch_tall_grass_12"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:frog",
"maxCount": 5,
"minCount": 2,
"weight": 10
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.9
}
+175
View File
@@ -0,0 +1,175 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.dripstone_caves"
},
"sky_color": 8103167,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_tall_grass_2",
"minecraft:trees_plains",
"minecraft:flower_plains",
"minecraft:patch_grass_plain",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"biomesoplenty:glowing_grotto_vegetation",
"biomesoplenty:glowing_grotto_mud",
"biomesoplenty:glowworm_silk_strands",
"biomesoplenty:giant_glowshroom_cave",
"biomesoplenty:huge_glowshroom_cave",
"biomesoplenty:medium_glowshroom_cave",
"biomesoplenty:small_glowshroom_cave",
"biomesoplenty:extra_glow_lichen"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.5
}
+95
View File
@@ -0,0 +1,95 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.9,
"effects": {
"fog_color": 12638463,
"foliage_color": 5618801,
"grass_color": 6209386,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 8037887,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"biomesoplenty:flower_grassland",
"biomesoplenty:patch_grass_24",
"biomesoplenty:patch_tall_grass_64",
"biomesoplenty:high_grass"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [],
"misc": [],
"monster": [],
"underground_water_creature": [],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.6
}
+199
View File
@@ -0,0 +1,199 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.6,
"effects": {
"fog_color": 12638463,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.jagged_peaks"
},
"sky_color": 8037887,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode",
"biomesoplenty:highland_rocks"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel",
"minecraft:ore_emerald"
],
[
"minecraft:ore_infested"
],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"biomesoplenty:patch_grass_24",
"biomesoplenty:patch_tall_grass_64",
"biomesoplenty:scattered_rocks_highland"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
},
{
"type": "minecraft:goat",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.6
}
+194
View File
@@ -0,0 +1,194 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.85,
"effects": {
"fog_color": 12308949,
"foliage_color": 9156462,
"grass_color": 8168808,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.jagged_peaks"
},
"sky_color": 12045485,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel",
"minecraft:ore_emerald"
],
[
"minecraft:ore_infested"
],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_sugar_cane",
"biomesoplenty:trees_jade_cliffs",
"biomesoplenty:patch_grass_6"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.8
}
+191
View File
@@ -0,0 +1,191 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.7,
"effects": {
"fog_color": 12638463,
"foliage_color": 10601325,
"grass_color": 10601325,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.cherry_grove"
},
"sky_color": 7907327,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_sugar_cane",
"biomesoplenty:patch_grass_24",
"biomesoplenty:patch_tall_grass_64",
"biomesoplenty:flower_lavender",
"biomesoplenty:patch_tall_lavender",
"biomesoplenty:trees_lavender_field"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.8
}
+191
View File
@@ -0,0 +1,191 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.7,
"effects": {
"fog_color": 12638463,
"foliage_color": 10601325,
"grass_color": 10601325,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.cherry_grove"
},
"sky_color": 7907327,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_sugar_cane",
"biomesoplenty:patch_grass_24",
"biomesoplenty:patch_tall_grass_64",
"biomesoplenty:flower_lavender_forest",
"biomesoplenty:patch_tall_lavender_forest",
"biomesoplenty:trees_lavender_forest"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.8
}
+184
View File
@@ -0,0 +1,184 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"foliage_color": 13881686,
"grass_color": 15720834,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.desert"
},
"sky_color": 7842047,
"water_color": 4566514,
"water_fog_color": 267827
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava",
"biomesoplenty:spring_water_extra"
],
[
"minecraft:glow_lichen",
"minecraft:patch_dead_bush_2",
"minecraft:patch_sugar_cane",
"biomesoplenty:trees_lush_desert",
"biomesoplenty:flower_lush_desert",
"biomesoplenty:patch_desert_grass_extra",
"biomesoplenty:patch_dune_grass",
"biomesoplenty:patch_sprouts_1"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:rabbit",
"maxCount": 3,
"minCount": 2,
"weight": 4
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:husk",
"maxCount": 4,
"minCount": 4,
"weight": 80
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.9
}
+189
View File
@@ -0,0 +1,189 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"foliage_color": 13881686,
"grass_color": 15720834,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.desert"
},
"sky_color": 7842047,
"water_color": 4566514,
"water_fog_color": 267827
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava",
"biomesoplenty:spring_water_extra"
],
[
"minecraft:glow_lichen",
"minecraft:patch_sugar_cane",
"biomesoplenty:flower_poppy",
"biomesoplenty:rose_bush_extra",
"biomesoplenty:patch_sprouts_5",
"biomesoplenty:patch_grass_24",
"biomesoplenty:patch_tall_grass_24"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:rabbit",
"maxCount": 3,
"minCount": 2,
"weight": 4
},
{
"type": "minecraft:donkey",
"maxCount": 3,
"minCount": 1,
"weight": 1
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:husk",
"maxCount": 4,
"minCount": 4,
"weight": 80
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.9
}
+182
View File
@@ -0,0 +1,182 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 8233983,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_pumpkin",
"minecraft:patch_berry_rare",
"biomesoplenty:trees_maple_forest",
"biomesoplenty:flower_snowy",
"biomesoplenty:patch_fern_2",
"biomesoplenty:patch_grass_6"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:wolf",
"maxCount": 4,
"minCount": 4,
"weight": 5
},
{
"type": "minecraft:rabbit",
"maxCount": 3,
"minCount": 2,
"weight": 4
},
{
"type": "minecraft:fox",
"maxCount": 4,
"minCount": 2,
"weight": 8
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.25
}
+164
View File
@@ -0,0 +1,164 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.7,
"effects": {
"fog_color": 12638463,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.swamp"
},
"sky_color": 7972607,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface",
"biomesoplenty:lake_water_marsh"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:seagrass_swamp",
"biomesoplenty:patch_tall_grass_250",
"biomesoplenty:patch_reed_10",
"biomesoplenty:patch_grass_24",
"biomesoplenty:patch_watergrass_250"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.65
}
+187
View File
@@ -0,0 +1,187 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.275,
"effects": {
"fog_color": 12638463,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 7907327,
"water_color": 4566514,
"water_fog_color": 267827
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel",
"biomesoplenty:disk_calcite"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_pumpkin",
"biomesoplenty:trees_mediterranean_forest",
"biomesoplenty:flower_default_extended_6",
"biomesoplenty:patch_bush_1",
"biomesoplenty:patch_peony",
"biomesoplenty:patch_grass_3"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.8
}
+205
View File
@@ -0,0 +1,205 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.6,
"effects": {
"fog_color": 12638463,
"foliage_color": 7914605,
"grass_color": 7449200,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.jagged_peaks"
},
"sky_color": 8037887,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel",
"minecraft:ore_emerald"
],
[
"minecraft:ore_infested"
],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:seagrass_river",
"biomesoplenty:flower_moor",
"biomesoplenty:flower_violet",
"biomesoplenty:scrub_normal",
"biomesoplenty:patch_grass_12",
"biomesoplenty:patch_tall_grass_12"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
},
{
"type": "minecraft:goat",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.6
}
+168
View File
@@ -0,0 +1,168 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.6,
"effects": {
"fog_color": 12638463,
"foliage_color": 9280363,
"grass_color": 9737838,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 8364543,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_clay",
"minecraft:disk_gravel",
"biomesoplenty:disk_mud"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"biomesoplenty:trees_muskeg",
"biomesoplenty:small_brown_mushroom",
"biomesoplenty:mud_splatter",
"biomesoplenty:patch_grass_1"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:frog",
"maxCount": 5,
"minCount": 2,
"weight": 10
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.0
}
+168
View File
@@ -0,0 +1,168 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.8,
"effects": {
"fog_color": 16763354,
"foliage_color": 7397557,
"grass_color": 6934491,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.cherry_grove"
},
"particle": {
"options": {
"type": "minecraft:end_rod"
},
"probability": 1.1532552E-4
},
"sky_color": 11202559,
"water_color": 10239972,
"water_fog_color": 3015987
},
"features": [
[],
[
"minecraft:lake_lava_underground"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_clay",
"biomesoplenty:disk_white_sand"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"biomesoplenty:trees_mystic_grove",
"biomesoplenty:flower_mystic_grove",
"biomesoplenty:patch_blue_hydrangea",
"biomesoplenty:huge_red_mushroom_extra",
"biomesoplenty:small_red_mushroom",
"biomesoplenty:patch_clover_normal",
"biomesoplenty:patch_lilac_normal",
"biomesoplenty:patch_sprouts_15",
"biomesoplenty:patch_grass_12",
"biomesoplenty:patch_watergrass_10"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:rabbit",
"maxCount": 3,
"minCount": 2,
"weight": 4
},
{
"type": "minecraft:fox",
"maxCount": 4,
"minCount": 2,
"weight": 8
},
{
"type": "minecraft:allay",
"maxCount": 1,
"minCount": 1,
"weight": 10
}
],
"misc": [],
"monster": [
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 20
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.7
}
+160
View File
@@ -0,0 +1,160 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.3,
"effects": {
"fog_color": 12638463,
"foliage_color": 12040035,
"grass_color": 12234084,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 8168447,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_pumpkin",
"biomesoplenty:trees_old_growth_dead_forest",
"biomesoplenty:patch_grass_6"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.3
}
+197
View File
@@ -0,0 +1,197 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"foliage_color": 8762376,
"grass_color": 10273849,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.forest"
},
"sky_color": 7907327,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_pumpkin",
"biomesoplenty:flower_default_extended_6",
"biomesoplenty:rose_bush_normal",
"biomesoplenty:fallen_log",
"biomesoplenty:trees_dense_woodland",
"biomesoplenty:patch_grass_12",
"biomesoplenty:patch_tall_grass_12"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.8
}
+142
View File
@@ -0,0 +1,142 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.6,
"effects": {
"fog_color": 7897509,
"foliage_color": 7030908,
"grass_color": 4999792,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 8692172,
"water_color": 3220294,
"water_fog_color": 656140
},
"features": [
[],
[
"minecraft:lake_lava_underground"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_pumpkin",
"biomesoplenty:trees_ominous_woods",
"biomesoplenty:flower_ominous_woods",
"biomesoplenty:patch_dead_grass",
"biomesoplenty:patch_grass_6"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [],
"misc": [],
"monster": [
{
"type": "minecraft:illusioner",
"maxCount": 4,
"minCount": 2,
"weight": 50
},
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.6
}
+189
View File
@@ -0,0 +1,189 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.4,
"effects": {
"fog_color": 12638463,
"foliage_color": 13236061,
"grass_color": 11131753,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 7907327,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_sugar_cane",
"biomesoplenty:trees_orchard",
"biomesoplenty:flower_default_extended_15",
"biomesoplenty:patch_clover_normal",
"biomesoplenty:rose_bush_normal",
"biomesoplenty:patch_sprouts_5",
"biomesoplenty:patch_grass_12"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.8
}
+131
View File
@@ -0,0 +1,131 @@
{
"carvers": {
"air": "biomesoplenty:origin_cave"
},
"downfall": 0.6,
"effects": {
"fog_color": 11587583,
"foliage_color": 3866368,
"grass_color": 10157919,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "biomesoplenty:music.overworld.origin_valley"
},
"sky_color": 9223679,
"water_color": 930303,
"water_fog_color": 458841
},
"features": [
[],
[],
[],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_redstone",
"minecraft:ore_diamond"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:patch_sugar_cane",
"biomesoplenty:trees_origin_valley",
"biomesoplenty:flower_origin_valley"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
}
],
"underground_water_creature": [],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.6
}
+194
View File
@@ -0,0 +1,194 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.3,
"effects": {
"fog_color": 12638463,
"foliage_color": 13100658,
"grass_color": 15002231,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 7907327,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"biomesoplenty:patch_barley",
"biomesoplenty:patch_grass_24",
"biomesoplenty:patch_tall_grass_64"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
},
{
"type": "minecraft:horse",
"maxCount": 6,
"minCount": 2,
"weight": 5
},
{
"type": "minecraft:donkey",
"maxCount": 3,
"minCount": 1,
"weight": 1
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.8
}
+196
View File
@@ -0,0 +1,196 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.3,
"effects": {
"fog_color": 12638463,
"foliage_color": 13100658,
"grass_color": 15002231,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 7907327,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"biomesoplenty:trees_prairie",
"biomesoplenty:flower_coniferous_forest",
"biomesoplenty:goldenrod",
"biomesoplenty:patch_grass_24",
"biomesoplenty:patch_tall_grass_24"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
},
{
"type": "minecraft:horse",
"maxCount": 6,
"minCount": 2,
"weight": 5
},
{
"type": "minecraft:donkey",
"maxCount": 3,
"minCount": 1,
"weight": 1
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.8
}
+209
View File
@@ -0,0 +1,209 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.8,
"effects": {
"fog_color": 12638463,
"foliage_color": 13553994,
"grass_color": 14532426,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.forest"
},
"sky_color": 8168703,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"biomesoplenty:trees_seasonal_pumpkin_patch",
"biomesoplenty:big_pumpkin",
"biomesoplenty:pumpkin_patch",
"biomesoplenty:toadstool_normal",
"biomesoplenty:patch_sprouts_10",
"biomesoplenty:patch_reed_5",
"biomesoplenty:patch_grass_6"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
},
{
"type": "minecraft:wolf",
"maxCount": 4,
"minCount": 4,
"weight": 5
},
{
"type": "minecraft:fox",
"maxCount": 4,
"minCount": 2,
"weight": 8
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.4
}
+195
View File
@@ -0,0 +1,195 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 2.0,
"effects": {
"fog_color": 12638463,
"foliage_color": 8970560,
"grass_color": 11002176,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.jungle"
},
"sky_color": 7711487,
"water_color": 4186009,
"water_fog_color": 274214
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"biomesoplenty:disk_orange_sand"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:seagrass_swamp",
"minecraft:patch_melon",
"biomesoplenty:trees_rainforest",
"biomesoplenty:flower_rainforest",
"biomesoplenty:big_dripleaf",
"biomesoplenty:patch_fern_16",
"biomesoplenty:patch_large_fern_extra",
"biomesoplenty:patch_lily_pad_10",
"biomesoplenty:small_dripleaf",
"biomesoplenty:patch_grass_12",
"biomesoplenty:patch_tall_grass_12",
"biomesoplenty:patch_watergrass_10"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:parrot",
"maxCount": 2,
"minCount": 1,
"weight": 40
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:ocelot",
"maxCount": 1,
"minCount": 1,
"weight": 2
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 1.2
}
+211
View File
@@ -0,0 +1,211 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.6,
"effects": {
"fog_color": 12638463,
"foliage_color": 9355074,
"grass_color": 11916636,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.forest"
},
"sky_color": 7907327,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"biomesoplenty:trees_redwood_forest",
"biomesoplenty:patch_fern_4",
"biomesoplenty:patch_large_fern_extra",
"biomesoplenty:moss_splatter"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
},
{
"type": "minecraft:wolf",
"maxCount": 4,
"minCount": 4,
"weight": 5
},
{
"type": "minecraft:rabbit",
"maxCount": 3,
"minCount": 2,
"weight": 4
},
{
"type": "minecraft:fox",
"maxCount": 4,
"minCount": 2,
"weight": 8
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.8
}
+186
View File
@@ -0,0 +1,186 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 2.0,
"effects": {
"fog_color": 12638463,
"foliage_color": 8970560,
"grass_color": 11002176,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.jungle"
},
"sky_color": 7711487,
"water_color": 4186009,
"water_fog_color": 274214
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"biomesoplenty:disk_orange_sand"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"biomesoplenty:trees_rainforest_cliffs",
"biomesoplenty:flower_rainforest",
"biomesoplenty:patch_fern_16",
"biomesoplenty:patch_large_fern_normal",
"biomesoplenty:rainforest_cliffs_vines",
"biomesoplenty:patch_sprouts_15",
"biomesoplenty:patch_grass_12",
"biomesoplenty:patch_tall_grass_24",
"biomesoplenty:patch_watergrass_10"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:parrot",
"maxCount": 2,
"minCount": 1,
"weight": 40
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:ocelot",
"maxCount": 1,
"minCount": 1,
"weight": 2
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 1.2
}
+190
View File
@@ -0,0 +1,190 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.05,
"effects": {
"fog_color": 12638463,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 8037887,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"biomesoplenty:trees_rocky_shrubland",
"biomesoplenty:flower_shrubland",
"biomesoplenty:patch_bush_4",
"biomesoplenty:patch_grass_6"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
},
{
"type": "minecraft:llama",
"maxCount": 6,
"minCount": 4,
"weight": 5
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.6
}
+195
View File
@@ -0,0 +1,195 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.15,
"effects": {
"fog_color": 12638463,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 7776767,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"biomesoplenty:trees_scrubland",
"biomesoplenty:flower_scrubland",
"biomesoplenty:scrub_extra",
"biomesoplenty:patch_desert_grass",
"biomesoplenty:patch_tall_grass_6",
"biomesoplenty:patch_grass_12"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": false,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
},
{
"type": "minecraft:horse",
"maxCount": 6,
"minCount": 2,
"weight": 5
},
{
"type": "minecraft:donkey",
"maxCount": 3,
"minCount": 1,
"weight": 1
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 1.1
}
+208
View File
@@ -0,0 +1,208 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.8,
"effects": {
"fog_color": 12638463,
"foliage_color": 13742666,
"grass_color": 14522954,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.forest"
},
"sky_color": 8168703,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:flower_default",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_pumpkin",
"biomesoplenty:trees_seasonal_forest",
"biomesoplenty:toadstool_normal",
"biomesoplenty:patch_reed_5",
"biomesoplenty:patch_grass_12"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
},
{
"type": "minecraft:wolf",
"maxCount": 4,
"minCount": 4,
"weight": 5
},
{
"type": "minecraft:fox",
"maxCount": 4,
"minCount": 2,
"weight": 8
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.4
}
+211
View File
@@ -0,0 +1,211 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.8,
"effects": {
"fog_color": 12638463,
"foliage_color": 13746762,
"grass_color": 14527306,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.forest"
},
"sky_color": 8168703,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:flower_default",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_pumpkin",
"biomesoplenty:trees_seasonal_orchard",
"biomesoplenty:patch_barley_sparse",
"biomesoplenty:patch_fern_4",
"biomesoplenty:patch_large_fern_normal",
"biomesoplenty:toadstool_normal",
"biomesoplenty:patch_reed_10",
"biomesoplenty:patch_grass_6"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
},
{
"type": "minecraft:wolf",
"maxCount": 4,
"minCount": 4,
"weight": 5
},
{
"type": "minecraft:fox",
"maxCount": 4,
"minCount": 2,
"weight": 8
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.4
}
+198
View File
@@ -0,0 +1,198 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.05,
"effects": {
"fog_color": 12638463,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 8037887,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"biomesoplenty:trees_shrubland",
"biomesoplenty:flower_shrubland",
"biomesoplenty:patch_bush_4",
"biomesoplenty:patch_lilac_normal",
"biomesoplenty:patch_reed_10",
"biomesoplenty:patch_grass_6"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
},
{
"type": "minecraft:horse",
"maxCount": 6,
"minCount": 2,
"weight": 5
},
{
"type": "minecraft:donkey",
"maxCount": 3,
"minCount": 1,
"weight": 1
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.6
}
+204
View File
@@ -0,0 +1,204 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.8,
"effects": {
"fog_color": 12638463,
"foliage_color": 7705454,
"grass_color": 9349259,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.cherry_grove"
},
"sky_color": 8495103,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode",
"minecraft:forest_rock"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"biomesoplenty:trees_snowblossom_grove",
"biomesoplenty:flower_snowblossom_grove",
"biomesoplenty:patch_grass_3"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
},
{
"type": "minecraft:rabbit",
"maxCount": 3,
"minCount": 2,
"weight": 4
},
{
"type": "minecraft:fox",
"maxCount": 4,
"minCount": 2,
"weight": 8
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": -0.25
}
+188
View File
@@ -0,0 +1,188 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.forest"
},
"sky_color": 8495103,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_pumpkin",
"minecraft:patch_berry_rare",
"biomesoplenty:trees_snowy_coniferous_forest",
"biomesoplenty:flower_snowy",
"biomesoplenty:patch_fern_2",
"biomesoplenty:toadstool_normal",
"biomesoplenty:patch_grass_12"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:wolf",
"maxCount": 4,
"minCount": 4,
"weight": 5
},
{
"type": "minecraft:rabbit",
"maxCount": 3,
"minCount": 2,
"weight": 4
},
{
"type": "minecraft:fox",
"maxCount": 4,
"minCount": 2,
"weight": 8
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": -0.25
}
+205
View File
@@ -0,0 +1,205 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 8495103,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_pumpkin",
"minecraft:patch_berry_rare",
"biomesoplenty:trees_fir_clearing",
"biomesoplenty:fallen_fir_log",
"biomesoplenty:patch_fern_2",
"biomesoplenty:patch_grass_1"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
},
{
"type": "minecraft:wolf",
"maxCount": 4,
"minCount": 4,
"weight": 5
},
{
"type": "minecraft:rabbit",
"maxCount": 3,
"minCount": 2,
"weight": 4
},
{
"type": "minecraft:fox",
"maxCount": 4,
"minCount": 2,
"weight": 8
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": -0.25
}
+182
View File
@@ -0,0 +1,182 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 8495103,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_pumpkin",
"minecraft:patch_berry_rare",
"biomesoplenty:trees_snowy_maple_forest",
"biomesoplenty:flower_snowy",
"biomesoplenty:patch_fern_2",
"biomesoplenty:patch_grass_3"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:wolf",
"maxCount": 4,
"minCount": 4,
"weight": 5
},
{
"type": "minecraft:rabbit",
"maxCount": 3,
"minCount": 2,
"weight": 4
},
{
"type": "minecraft:fox",
"maxCount": 4,
"minCount": 2,
"weight": 8
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": -0.25
}
+176
View File
@@ -0,0 +1,176 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.dripstone_caves"
},
"sky_color": 8103167,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_tall_grass_2",
"minecraft:trees_plains",
"minecraft:flower_plains",
"minecraft:patch_grass_plain",
"biomesoplenty:hanging_cobwebs",
"biomesoplenty:corner_cobwebs",
"biomesoplenty:webbing",
"biomesoplenty:spider_eggs",
"biomesoplenty:stringy_cobweb"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:cave_spider",
"maxCount": 2,
"minCount": 1,
"weight": 50
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.5
}
+212
View File
@@ -0,0 +1,212 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 1.0,
"effects": {
"fog_color": 11726335,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.jungle"
},
"sky_color": 6733055,
"water_color": 4445678,
"water_fog_color": 270131
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"biomesoplenty:disk_white_sand_extra"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_sugar_cane",
"minecraft:patch_melon",
"biomesoplenty:trees_tropics",
"biomesoplenty:flower_tropics",
"biomesoplenty:patch_blue_hydrangea",
"biomesoplenty:rose_bush_normal",
"biomesoplenty:short_bamboo",
"biomesoplenty:patch_grass_12"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:parrot",
"maxCount": 2,
"minCount": 1,
"weight": 40
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [
{
"type": "minecraft:pufferfish",
"maxCount": 3,
"minCount": 1,
"weight": 15
},
{
"type": "minecraft:tropical_fish",
"maxCount": 8,
"minCount": 8,
"weight": 25
}
],
"water_creature": [
{
"type": "minecraft:squid",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:dolphin",
"maxCount": 2,
"minCount": 1,
"weight": 2
}
]
},
"temperature": 0.95
}
+168
View File
@@ -0,0 +1,168 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"foliage_color": 12949340,
"grass_color": 12616537,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 8233727,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"biomesoplenty:disk_gravel_extra"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"biomesoplenty:trees_tundra",
"biomesoplenty:patch_fern_2",
"biomesoplenty:patch_reed_5",
"biomesoplenty:patch_grass_6",
"biomesoplenty:patch_tundra_shrubs",
"biomesoplenty:scattered_rocks"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:wolf",
"maxCount": 4,
"minCount": 4,
"weight": 5
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.2
}
+106
View File
@@ -0,0 +1,106 @@
{
"carvers": {
"air": "minecraft:nether_cave"
},
"downfall": 0.0,
"effects": {
"additions_sound": {
"sound": "minecraft:ambient.nether_wastes.additions",
"tick_chance": 0.0111
},
"ambient_sound": "minecraft:ambient.warped_forest.loop",
"fog_color": 1843465,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.crimson_forest.mood",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "biomesoplenty:music.nether.undergrowth"
},
"particle": {
"options": {
"type": "minecraft:spore_blossom_air"
},
"probability": 0.00357
},
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[],
[],
[],
[],
[],
[],
[
"minecraft:spring_open",
"minecraft:patch_fire",
"minecraft:patch_soul_fire",
"minecraft:glowstone_extra",
"minecraft:glowstone",
"minecraft:brown_mushroom_nether",
"minecraft:red_mushroom_nether",
"minecraft:ore_magma",
"minecraft:spring_closed",
"minecraft:ore_gravel_nether",
"minecraft:ore_blackstone",
"minecraft:ore_gold_nether",
"minecraft:ore_quartz_nether",
"minecraft:ore_ancient_debris_large",
"minecraft:ore_debris_small",
"biomesoplenty:trees_undergrowth",
"biomesoplenty:flower_undergrowth",
"biomesoplenty:nether_bramble",
"biomesoplenty:sprouts_undergrowth",
"biomesoplenty:dead_grass_45",
"biomesoplenty:nether_vines"
]
],
"has_precipitation": false,
"spawn_costs": {},
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [
{
"type": "minecraft:strider",
"maxCount": 2,
"minCount": 1,
"weight": 60
}
],
"misc": [],
"monster": [
{
"type": "minecraft:ghast",
"maxCount": 4,
"minCount": 4,
"weight": 50
},
{
"type": "minecraft:magma_cube",
"maxCount": 4,
"minCount": 4,
"weight": 2
},
{
"type": "minecraft:hoglin",
"maxCount": 4,
"minCount": 3,
"weight": 9
}
],
"underground_water_creature": [],
"water_ambient": [],
"water_creature": []
},
"temperature": 2.0
}
+91
View File
@@ -0,0 +1,91 @@
{
"carvers": {
"air": "minecraft:nether_cave"
},
"downfall": 0.0,
"effects": {
"additions_sound": {
"sound": "minecraft:ambient.crimson_forest.additions",
"tick_chance": 0.0111
},
"ambient_sound": "minecraft:ambient.nether_wastes.loop",
"fog_color": 6299416,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.soul_sand_valley.mood",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "biomesoplenty:music.nether.visceral_heap"
},
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[],
[],
[],
[],
[],
[],
[
"minecraft:spring_open",
"minecraft:ore_magma",
"minecraft:spring_closed",
"minecraft:ore_gravel_nether",
"minecraft:ore_blackstone",
"minecraft:ore_gold_nether",
"minecraft:ore_quartz_nether",
"minecraft:ore_ancient_debris_large",
"minecraft:ore_debris_small",
"biomesoplenty:blood_lake",
"biomesoplenty:blood_spring",
"biomesoplenty:nether_bone_spine",
"biomesoplenty:flesh_tendon",
"biomesoplenty:hanging_flesh_tendons",
"biomesoplenty:porous_flesh",
"biomesoplenty:pus_bubbles",
"biomesoplenty:eyebulb",
"biomesoplenty:hair"
]
],
"has_precipitation": false,
"spawn_costs": {},
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [
{
"type": "minecraft:strider",
"maxCount": 2,
"minCount": 1,
"weight": 60
}
],
"misc": [],
"monster": [
{
"type": "minecraft:ghast",
"maxCount": 4,
"minCount": 4,
"weight": 50
},
{
"type": "minecraft:zombified_piglin",
"maxCount": 4,
"minCount": 4,
"weight": 100
}
],
"underground_water_creature": [],
"water_ambient": [],
"water_creature": []
},
"temperature": 2.0
}
+159
View File
@@ -0,0 +1,159 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.3,
"effects": {
"fog_color": 12638463,
"foliage_color": 5537090,
"grass_color": 4878395,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"sky_color": 7842047,
"water_color": 4566514,
"water_fog_color": 267827
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava",
"biomesoplenty:spring_lava_volcano"
],
[
"minecraft:glow_lichen",
"biomesoplenty:trees_volcanic_plains",
"biomesoplenty:mossy_black_sand_splatter",
"biomesoplenty:patch_sprouts_10",
"biomesoplenty:patch_grass_12"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": false,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.95
}
+172
View File
@@ -0,0 +1,172 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.3,
"effects": {
"fog_color": 8355711,
"foliage_color": 5537090,
"grass_color": 4878395,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.jagged_peaks"
},
"particle": {
"options": {
"type": "minecraft:white_ash"
},
"probability": 0.059046667
},
"sky_color": 7842047,
"water_color": 4566514,
"water_fog_color": 267827
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface",
"biomesoplenty:lake_lava_surface_extra"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_gravel",
"minecraft:ore_emerald"
],
[
"minecraft:ore_infested"
],
[
"minecraft:spring_water",
"minecraft:spring_lava",
"biomesoplenty:spring_lava_volcano"
],
[
"minecraft:glow_lichen"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": false,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.95
}
+175
View File
@@ -0,0 +1,175 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.0,
"effects": {
"fog_color": 14409153,
"foliage_color": 11904876,
"grass_color": 11375460,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.desert"
},
"particle": {
"options": {
"type": "minecraft:mycelium"
},
"probability": 0.00357
},
"sky_color": 7384559,
"water_color": 4405025,
"water_fog_color": 789507
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"biomesoplenty:trees_wasteland",
"biomesoplenty:flower_wasteland",
"biomesoplenty:wasteland_grass_2"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": false,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:husk",
"maxCount": 4,
"minCount": 4,
"weight": 80
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 2.0
}
+164
View File
@@ -0,0 +1,164 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.0,
"effects": {
"fog_color": 13490911,
"foliage_color": 13091727,
"grass_color": 13220230,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.desert"
},
"sky_color": 7319286,
"water_color": 4216450,
"water_fog_color": 526363
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"biomesoplenty:patch_dead_grass",
"biomesoplenty:patch_desert_grass_extra",
"biomesoplenty:wasteland_grass_2",
"biomesoplenty:patch_grass_6"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": false,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 2.0
}
+195
View File
@@ -0,0 +1,195 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.7,
"effects": {
"fog_color": 12638463,
"foliage_color": 5215831,
"grass_color": 5935967,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.swamp"
},
"sky_color": 8037887,
"water_color": 2564473,
"water_fog_color": 787227
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_clay",
"biomesoplenty:disk_mud"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:seagrass_swamp",
"biomesoplenty:trees_wetland",
"biomesoplenty:flower_wetland",
"biomesoplenty:patch_cattail_extra",
"biomesoplenty:patch_fern_8",
"biomesoplenty:patch_lily_pad_10",
"biomesoplenty:toadstool_normal",
"biomesoplenty:patch_reed_5",
"biomesoplenty:patch_grass_12",
"biomesoplenty:patch_watergrass_10"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:fox",
"maxCount": 4,
"minCount": 2,
"weight": 8
},
{
"type": "minecraft:frog",
"maxCount": 5,
"minCount": 2,
"weight": 10
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.6
}
+73
View File
@@ -0,0 +1,73 @@
{
"carvers": {
"air": "minecraft:nether_cave"
},
"downfall": 0.0,
"effects": {
"ambient_sound": "minecraft:ambient.soul_sand_valley.loop",
"fog_color": 657169,
"foliage_color": 3222582,
"grass_color": 3222582,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.soul_sand_valley.mood",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "biomesoplenty:music.nether.withered_abyss"
},
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[],
[],
[],
[],
[],
[],
[
"minecraft:ore_gravel_nether",
"minecraft:ore_blackstone",
"minecraft:ore_gold_nether",
"minecraft:ore_quartz_nether",
"minecraft:ore_ancient_debris_large",
"minecraft:ore_debris_small",
"biomesoplenty:obsidian_splatter",
"biomesoplenty:blackstone_spines",
"biomesoplenty:blackstone_bulbs"
]
],
"has_precipitation": false,
"spawn_costs": {},
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [],
"misc": [],
"monster": [
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 4,
"weight": 50
},
{
"type": "minecraft:wither_skeleton",
"maxCount": 1,
"minCount": 1,
"weight": 50
}
],
"underground_water_creature": [],
"water_ambient": [],
"water_creature": []
},
"temperature": 2.0
}

Some files were not shown because too many files have changed in this diff Show More