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
6225 changed files with 613905 additions and 15526 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.
+1 -1
View File
@@ -1,2 +1,2 @@
#Tue Dec 30 14:07:46 CET 2025
#Fri Jan 02 13:19:24 CET 2026
gradle.version=8.8
Binary file not shown.
Binary file not shown.
+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>
-1
View File
@@ -1 +0,0 @@
[{"name":"Overworld","colors":[{"value":-12757716,"falpha":0.0},{"value":-13550043,"falpha":0.0},{"value":-4927237,"falpha":0.0},{"value":-12633562,"falpha":0.0},{"value":-7893632,"falpha":0.0},{"value":-9415623,"falpha":0.0},{"value":-14865131,"falpha":0.0},{"value":-13086595,"falpha":0.0},{"value":-2765660,"falpha":0.0},{"value":-11046852,"falpha":0.0},{"value":-14605021,"falpha":0.0},{"value":-12240860,"falpha":0.0},{"value":-11967695,"falpha":0.0},{"value":-4473927,"falpha":0.0},{"value":-11972784,"falpha":0.0},{"value":-13556204,"falpha":0.0},{"value":-10263498,"falpha":0.0},{"value":-8953259,"falpha":0.0},{"value":-14733489,"falpha":0.0},{"value":-13876457,"falpha":0.0}]},{"name":"Cave","colors":[{"value":-7633800,"falpha":0.0},{"value":-12436425,"falpha":0.0},{"value":-1218034,"falpha":0.0},{"value":-13029336,"falpha":0.0},{"value":-11253186,"falpha":0.0},{"value":-10136252,"falpha":0.0},{"value":-10067895,"falpha":0.0},{"value":-15002094,"falpha":0.0}]},{"name":"Winter","colors":[{"value":-14601423,"falpha":0.0},{"value":-8144155,"falpha":0.0},{"value":-15195097,"falpha":0.0},{"value":-2101010,"falpha":0.0},{"value":-11323610,"falpha":0.0},{"value":-15000805,"falpha":0.0},{"value":-13876924,"falpha":0.0},{"value":-14599629,"falpha":0.0},{"value":-9202276,"falpha":0.0},{"value":-12100764,"falpha":0.0}]},{"name":"Nether","colors":[{"value":-6988191,"falpha":0.0},{"value":-13755360,"falpha":0.0},{"value":-8442838,"falpha":0.0},{"value":-14044248,"falpha":0.0},{"value":-1412306,"falpha":0.0},{"value":-14861771,"falpha":0.0},{"value":-12052457,"falpha":0.0},{"value":-14152949,"falpha":0.0},{"value":-8706531,"falpha":0.0}]},{"name":"End","colors":[{"value":-15462888,"falpha":0.0},{"value":-12306882,"falpha":0.0},{"value":-9538475,"falpha":0.0},{"value":-11183807,"falpha":0.0},{"value":-15528423,"falpha":0.0},{"value":-7036560,"falpha":0.0},{"value":-10400935,"falpha":0.0},{"value":-8288414,"falpha":0.0},{"value":-6314122,"falpha":0.0}]},{"name":"Summer","colors":[{"value":-45488,"falpha":0.0},{"value":-224966,"falpha":0.0},{"value":-403922,"falpha":0.0},{"value":-1383564,"falpha":0.0},{"value":-1903417,"falpha":0.0},{"value":-1519244,"falpha":0.0},{"value":-11701416,"falpha":0.0}]},{"name":"Ocean","colors":[{"value":-16770509,"falpha":0.0},{"value":-16764058,"falpha":0.0},{"value":-16760704,"falpha":0.0},{"value":-16754253,"falpha":0.0},{"value":-16750900,"falpha":0.0},{"value":-15168883,"falpha":0.0},{"value":-15247490,"falpha":0.0},{"value":-15462045,"falpha":0.0}]},{"name":"Beach","colors":[{"value":-8021,"falpha":0.0},{"value":-799085,"falpha":0.0},{"value":-1132986,"falpha":0.0},{"value":-8021,"falpha":0.0},{"value":-2442876,"falpha":0.0},{"value":-1987982,"falpha":0.0},{"value":-7524,"falpha":0.0},{"value":-1392771,"falpha":0.0},{"value":-2385319,"falpha":0.0},{"value":-139872,"falpha":0.0}]},{"name":"Forest","colors":[{"value":-11901119,"falpha":0.0},{"value":-12625354,"falpha":0.0},{"value":-13152465,"falpha":0.0},{"value":-13613783,"falpha":0.0},{"value":-14536419,"falpha":0.0},{"value":-10522019,"falpha":0.0},{"value":-13743306,"falpha":0.0},{"value":-13288911,"falpha":0.0},{"value":-11581637,"falpha":0.0},{"value":-13554136,"falpha":0.0},{"value":-10268091,"falpha":0.0},{"value":-2576239,"falpha":0.0},{"value":-10135731,"falpha":0.0},{"value":-11970491,"falpha":0.0},{"value":-13150668,"falpha":0.0}]},{"name":"Christmas","colors":[{"value":-15294648,"falpha":0.0},{"value":-3742977,"falpha":0.0},{"value":-6481128,"falpha":0.0},{"value":-7925744,"falpha":0.0},{"value":-11906514,"falpha":0.0},{"value":-12749771,"falpha":0.0},{"value":-12687304,"falpha":0.0},{"value":-5074618,"falpha":0.0},{"value":-4405556,"falpha":0.0},{"value":-460545,"falpha":0.0}]},{"name":"Halloween","colors":[{"value":-235754,"falpha":0.0},{"value":-30392,"falpha":0.0},{"value":-6565347,"falpha":0.0},{"value":-5404161,"falpha":0.0},{"value":-9817441,"falpha":0.0},{"value":-6737615,"falpha":0.0},{"value":-5231829,"falpha":0.0},{"value":-11854820,"falpha":0.0},{"value":-9566200,"falpha":0.0},{"value":-5993205,"falpha":0.0}]},{"name":"Desert","colors":[{"value":-600144,"falpha":0.0},{"value":-863575,"falpha":0.0},{"value":-1258334,"falpha":0.0},{"value":-1588074,"falpha":0.0},{"value":-1982574,"falpha":0.0},{"value":-2699572,"falpha":0.0},{"value":-3360332,"falpha":0.0},{"value":-2245200,"falpha":0.0},{"value":-4552840,"falpha":0.0},{"value":-12237495,"falpha":0.0}]}]
File diff suppressed because one or more lines are too long
+3 -2
View File
@@ -2,10 +2,11 @@
"workspacePanelIconSize": "TILES",
"workspacePanelSortType": "CREATED",
"workspacePanelSortAscending": true,
"projectBrowserSplitPos": 0,
"projectBrowserSplitPos": 280,
"projectBrowserState": {
"expandedPaths": [
"[, custom_ore_gen]"
"[, 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
}
+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
}
+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:patch_grass_6",
"biomesoplenty:patch_tall_grass_6",
"biomesoplenty:trees_woodland"
],
[
"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
}
+140
View File
@@ -0,0 +1,140 @@
# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Project Overview
Custom Ore Gem is a Minecraft Forge 1.20.1 mod (mod ID: `custom_ore_gen`) that modifies ore distribution and adds Diamond Shard-tier tools and armor. This is an **MCreator project** - code in `src/main/java` is partially regenerated on each build.
**Key**: This mod is designed to work with KubeJS and is not meant to be used standalone.
## Build Commands
```bash
# Build the mod (generates .jar in build/libs/)
./gradlew build
# Run client for testing
./gradlew runClient
# Run server for testing
./gradlew runServer
# Clean build artifacts
./gradlew clean
```
The built JAR is named `custom_ore_gen-{version}.jar` and appears in `build/libs/`.
## Architecture
### MCreator Workflow
This project uses MCreator. Important files contain regeneration markers:
```java
// Start of user code block [name]
// End of user code block [name]
```
**Always preserve code between these markers** when editing. The file header notes which files are regenerated (e.g., `CustomOreGenModItems.java`).
### Package Structure
```
net.mcreator.customoregen/
├── CustomOreGenMod.java # Main mod class, registers event bus
├── OresCommand.java # /ores command implementation
├── block/ # Ore block classes (16 blocks)
├── item/ # Items (Diamond Shard, tools, armor, Paxel, OreBiomeFinder)
├── config/ # Forge configuration system (ModConfigs.java)
├── procedures/ # Game logic (ConfigurableOreDropsProcedure, OreexperienceProcedure)
└── init/
├── CustomOreGenModBlocks.java # Block registry (deferred register)
├── CustomOreGenModItems.java # Item registry (REGENERATED)
└── CustomOreGenModTabs.java # Creative tabs registry
```
### Ore Generation System
The mod uses Forge biome modifiers to distribute ores based on biome temperature tags. The architecture:
1. **Biome Tags** (`src/main/resources/data/custom_ore_gen/tags/worldgen/biome/`):
- `cold_biomes.json` - Cold biomes (lapis, concentrated diamond)
- `hot_biomes.json` - Hot biomes (pure gold, copper, redstone)
- `mountain_biomes.json` - Mountain biomes (high emerald)
- `rare_biomes.json` - Rare biomes (lower emerald)
- `tempered_biomes.json` - Temperate biomes (iron, concentrated coal)
2. **Biome Modifiers** (`src/main/resources/data/custom_ore_gen/forge/biome_modifier/`):
- Each ore has a JSON file linking it to biome tags
- Special case: `deepslatesharddiamondore_biome_modifier.json` uses `forge:any` for all biomes
3. **Worldgen Features** (`src/main/resources/data/custom_ore_gen/worldgen/`):
- `configured_feature/` - Defines ore vein size and height range
- `placed_feature/` - Places the feature in the world
### Diamond Shard Progression Tier
Diamond Shards are an intermediate tier between Iron and Diamond:
- **Items**: Diamond Shard (`diamondshard`) - craft 9 shards into 1 diamond
- **Tools**: Pickaxe, Shovel, Axe (200 durability), Paxel (1000 durability, combines all three)
- **Armor**: Helmet (3), Chestplate (7), Leggings (5), Boots (2) - Total 17 protection, 1060 durability
- **Repair**: All Diamond Shard equipment uses Diamond Shards
### Configuration System
Located in `src/main/java/net/mcreator/customoregen/config/`:
- `ModConfigs.java` - Forge configuration with 4 sections: `ore_generation`, `tool_stats`, `drops`, `features`
- Generated config file: `config/custom_ore_gen-common.toml` (created on first run)
**Note**: As documented in `CONFIG_INTEGRATION_GUIDE.md`, the configuration system is partially implemented. Tool stats read from config, but ore drops require MCreator procedure integration to fully use config values.
### Ore Biome Finder
The `OreBiomeFinderItem` (`item/OreBiomeFinderItem.java`) and `/ores` command (`OresCommand.java`) detect which mod tags apply to the current biome and list findable ores. This works by checking if the biome is in any of the custom biome tags.
## Adding a New Ore
To add a new ore type (requires MCreator for full integration):
1. **Create the block** in MCreator
2. **Add loot table** at `src/main/resources/data/custom_ore_gen/loot_tables/blocks/{orename}.json`
3. **Add configured_feature** JSON in `worldgen/configured_feature/`
4. **Add placed_feature** JSON in `worldgen/placed_feature/`
5. **Create biome_modifier** JSON linking to a biome tag (or create a new tag in `tags/worldgen/biome/`)
6. **Register** in `CustomOreGenModBlocks.java`
## Biomes O' Plenty Integration
The mod includes BOP biome support through additional biome tags. When adding BOP biomes, add them to the appropriate category tag JSON files in `tags/worldgen/biome/`.
## User Code Sections
When editing MCreator-generated files, only modify code between:
```java
// Start of user code block [section_name]
// End of user code block [section_name]
```
For example, in `CustomOreGenModItems.java`:
```java
// Start of user code block custom items
// End of user code block custom items
```
## Testing
After making changes:
1. Run `./gradlew build` to verify compilation
2. Run `./gradlew runClient` to test in-game
3. Check logs in `run/logs/` for errors
## Version Info
- Minecraft: 1.20.1
- Forge: 47.3.0
- Java: 17
- Current mod version: 2.0.8 (defined in `build.gradle`)
+448 -77
View File
@@ -12,10 +12,64 @@ Custom Ore Gem est un mod Minecraft développé avec MCreator pour Forge 1.20.1.
- **Mod Loader** : Forge (version 47.3.0)
- **Version de Java** : Java 17
- **Mod ID** : `custom_ore_gen`
- **Version** : 1.0.0
- **Version** : 2.1.5
- **Auteur** : Aulyrius (créé via MCreator)
- **Site web** : https://lanro.eu
## Avant garde
### Dépendances Requises
* **KubeJS** (OBLIGATOIRE) - Ce mod ne peut pas fonctionner sans KubeJS installé
- Le mod refusera de se lancer si KubeJS n'est pas présent
- Le mod crée automatiquement le script de suppression des minerais vanilla au premier lancement dans `kubejs/startup_scripts/custom_ore_gen_remove_vanilla_ores.js`
* **Biomes O' Plenty** (Recommandé) - Pour profiter des biomes supplémentaires (69 biomes BOP supportés)
* **Biome Replacer** (Optionnel) - Pour supprimer les biomes caves qui n'ont pas de sens de température
```properties
biome_replacer.properties:
minecraft:deep_dark > null
minecraft:dripstone_caves > null
minecraft:lush_caves > null
```
### Script KubeJS Automatique
Le mod crée automatiquement le script suivant au premier lancement dans `kubejs/startup_scripts/custom_ore_gen_remove_vanilla_ores.js` :
```javascript
// priority: 0
WorldgenEvents.remove(event => {
var minecraftOreList = [
'minecraft:coal_ore',
'minecraft:deepslate_coal_ore',
'minecraft:copper_ore',
'minecraft:deepslate_copper_ore',
'minecraft:iron_ore',
'minecraft:deepslate_iron_ore',
'minecraft:gold_ore',
'minecraft:deepslate_gold_ore',
'minecraft:redstone_ore',
'minecraft:deepslate_redstone_ore',
'minecraft:emerald_ore',
'minecraft:deepslate_emerald_ore',
'minecraft:diamond_ore',
'minecraft:deepslate_diamond_ore',
'minecraft:lapis_ore',
'minecraft:deepslate_lapis_ore'
];
event.removeOres(props => {
props.blocks = minecraftOreList
});
});
```
> **Note** : Le script n'est recréé que s'il n'existe pas déjà. Vous pouvez le modifier manuellement sans risque.
## Fonctionnalités Principales
### Nouveaux Minerais (16 blocs)
@@ -23,16 +77,17 @@ Custom Ore Gem est un mod Minecraft développé avec MCreator pour Forge 1.20.1.
Le mod ajoute plusieurs variantes de minerais personnalisés :
#### Variantes de Diamant
- **Shard Diamond Ore** (`sharddiamondblockore`) : Un minerai de diamant qui droppe des éclats de diamant
- **Deepslate Shard Diamond Ore** (`deepslatesharddiamondore`) : Un minerai de diamant qui droppe des éclats de diamant
- Se génère dans tous les biomes (forge:any)
- Hauteur : 0 à 15
- Taille des filons : 8 blocs
- Se génère uniquement en profondeur (deepslate)
- Taille des filons : 16 blocs
- Drop : 1-2 Diamond Shards (Fortune supporté)
- **Deepslate Shard Diamond Ore** (`deepslatesharddiamondore`) : Version deepslate du minerai d'éclats de diamant
- **Concentrated Diamond Ore** (`concentrateddiamondore`) : Un minerai de diamant plus concentré
- Se génère dans les biomes froids (cold_biomes)
- Drop : 1-2 Diamants (Fortune supporté)
> **Note** : La version surface du minerai Shard Diamond a été désactivée dans la version 2.1.5. Seule la version deepslate est disponible.
#### Variantes d'Or
- **Pure Golden Ore** (`puregoldenore`) : Un minerai d'or pur de haute qualité
- Se génère dans les biomes chauds (hot_biomes)
@@ -80,6 +135,16 @@ Le mod ajoute plusieurs variantes de minerais personnalisés :
- Permet de créer des outils en éclats de diamant
- Peut être crafté en diamant complet (9 éclats = 1 diamant)
#### Ore Biome Finder (`ore_biome_finder`)
- **Description** : Un outil permettant d'identifier les minerais présents dans le biome actuel
- **Stack** : 1 (non stackable)
- **Utilisation** : Clic droit pour afficher les informations du biome actuel
- **Informations affichées** :
- Nom du biome et ID
- Tags du mod applicables au biome (cold_biomes, hot_biomes, etc.)
- Liste des minerais trouvables dans ce biome
- **Craft** : Compass + Diamond Shards (voir recettes ci-dessous)
### Outils en Diamond Shard
Le mod introduit une nouvelle catégorie d'outils située entre le fer et le diamant :
@@ -100,42 +165,289 @@ Le mod introduit une nouvelle catégorie d'outils située entre le fer et le dia
- **Vitesse de minage** : 7.0
- **Dégâts d'attaque** : 6
#### Paxel en Éclat de Diamant (`sharddiamondpaxel`)
- **Description** : Outil combiné pioche + pelle + hache, tout-en-un pour le minage
- **Durabilité** : 1000 utilisations
- **Vitesse de minage** : 6.5
- **Dégâts d'attaque** : 1 (pas fait pour le combat)
- **Réparation** : Utilise des Diamond Shards
- **Fonctionnalités** :
- Mine tous les blocs (pierre, bois, terre, etc.)
- Efficace sur tous les types de blocs
- Remplace les 3 outils séparés
### Armure en Diamond Shard
Le mod introduit une armure intermédiaire située entre le fer et le diamant :
| Pièce | Protection | Durabilité | Craft |
|-------|-----------|------------|-------|
| Casque | 3 | 250 | 5 Diamond Shards |
| Plastron | 7 | 300 | 8 Diamond Shards + 1 Diamant |
| Jambières | 5 | 280 | 7 Diamond Shards + 1 Diamant |
| Bottes | 2 | 230 | 4 Diamond Shards |
| **Total** | **17** | **1060** | **24 Shards + 2 Diamants** |
**Comparaison** : Fer (15 armure, 535 durabilité) | Diamond Shard (17 armure, 1060 durabilité) | Diamant (20 armure, 2048 durabilité)
## Distribution des Minerais par Biomes
Le mod utilise une classification logique des biomes pour la génération des minerais via les biome modifiers de Forge.
Le mod utilise une classification logique des biomes pour la génération des minerais via les biome modifiers de Forge. Le support de **Biomes O' Plenty** est inclus avec 69 biomes supplémentaires.
### Compatibilité Biomes O' Plenty
### Vue d'ensemble
Le mod est entièrement compatible avec **Biomes O' Plenty**. Les biomes de BOP sont automatiquement intégrés dans les catégories appropriées :
| Catégorie | Minerais | Biomes Vanilla | Biomes BOP |
|-----------|----------|:--------------:|:----------:|
| **Cold** | Lapis, Deepslate Lapis, Concentrated Diamond | 22 | 11 |
| **Hot** | Pure Gold, Deepslate Pure Gold, Copper High, Copper Lower, Redstone, Deepslate Redstone | 20 | 15 |
| **Mountain** | High Emerald | 22 | 10 |
| **Rare** | Lower Emerald | 10 | 10 |
| **Tempered** | Iron, Deepslate Iron, Concentrated Coal | 23 | 23 |
| **All** | Deepslate Shard Diamond | - | - |
#### forge:any
**Utilisé par** : Shard Diamond Ore
- TOUS les biomes (vanilla + mods)
---
#### cold_biomes
**Utilisé par** : Concentrated Diamond Ore
- **Vanilla** : snowy_slopes, snowy_beach, snowy_plains, snowy_taiga, ice_spikes, old_growth_pine_taiga, old_growth_spruce_taiga, taiga, cold_ocean, deep_cold_ocean, frozen_peaks, jagged_peaks, stony_peaks, dripstone_caves, deep_dark
- **Biomes O' Plenty** : alps, cold_desert, glacier, snowy_coniferous_forest, snowy_fir_clearing, snowy_maple_woods, snowy_plains, tundra
### 🔷 forge:any (Tous les biomes)
**Minerais** : Deepslate Shard Diamond Ore
- **TOUS** les biomes (vanilla + mods)
- **Se génère uniquement en profondeur (deepslate)**
#### hot_biomes
**Utilisé par** : Pure Golden Ore, Copper High/Lower Ore
- **Vanilla** : desert, badlands, eroded_badlands, wooded_badlands, deep_lukewarm_ocean, lukewarm_ocean, mangrove_swamp, warm_ocean, bamboo_jungle, jungle, sparse_jungle, deep_dark
- **Biomes O' Plenty** : bamboo_blossom_grove, bayou, brushland, canyon, chaparral, dead_forest, dryland, grassland, hot_springs, jungle_edge, kelp_forest, lake, land_of_lakes, lavender_field, lush_desert, mangrove, marsh, moor, mystic_grove, oasis, outback, pasture, poppy_field, prairie, rainforest, redwood_forest, scrub, shield, shrubland, tropical_rainforest, tropics, volcano, wasteland, wetland, woodland
---
#### tempered_biomes
**Utilisé par** : Concentrated Coal Ore, Iron Ore
- **Vanilla** : birch_forest, dark_forest, flower_forest, forest, old_growth_birch_forest, windswept_forest, swamp, mushroom_fields, cherry_grove, old_growth_pine_taiga, windswept_gravelly_hills, deep_ocean, ocean, lush_caves, deep_dark
- **Biomes O' Plenty** : aspen_forest, clover_patch, coniferous_forest, deciduous_forest, dunes, fen, fir_clearing, highland, lowlands, maple_woods, meadow, mystic_plains, origin_beach, seasonal_forest, temperate_rainforest, yardangs
### ❄️ cold_biomes (Biomes Froids)
**Minerais** : Lapis Ore, Deepslate Lapis Ore, Concentrated Diamond Ore
#### mountain_biomes
**Utilisé par** : High Emerald Ore
- **Vanilla** : windswept_hills, windswept_gravelly_hills, snowy_slopes, frozen_peaks, jagged_peaks, stony_peaks, meadow
- **Biomes O' Plenty** : crag, highland_meadow, overgrown_cliffs, snowy_alps
**Biomes Vanilla (22)** :
| Nom du Biome | Traduction |
|--------------|------------|
| snowy_slopes | Pentes enneigées |
| snowy_beach | Plage enneigée |
| snowy_plains | Plaines enneigées |
| snowy_taiga | Taïga enneigée |
| ice_spikes | Pics de glace |
| old_growth_pine_taiga | Taïga ancienne de pins |
| old_growth_spruce_taiga | Taïga ancienne d'épicéas |
| taiga | Taïga |
| cold_ocean | Océan froid |
| deep_cold_ocean | Océan profond froid |
| frozen_ocean | Océan gelé |
| deep_frozen_ocean | Océan profond gelé |
| frozen_peaks | Pics gelés |
| jagged_peaks | Pics déchiquetés |
| stony_peaks | Pics pierreux |
| dripstone_caves | Grottes de spéléothèmes |
| deep_dark | Deep Dark |
| frozen_river | Rivière gelée |
| grove | Bosquet |
#### rare_biomes
**Utilisé par** : Lower Emerald Ore
- **Vanilla** : mushroom_fields, ice_spikes
- **Biomes O' Plenty** : cherry_blossom_grove, coral_reef, glowshroom_bayou, pumpkin_patch, spectral_garden, visceral_heap
**Biomes BOP (11)** :
| Nom du Biome | Traduction |
|--------------|------------|
| snowy_coniferous_forest | Forêt de conifères enneigée |
| snowy_maple_woods | Bois d'érables enneigés |
| snowy_orchard | Verger enneigé |
| snowy_fir_clearing | Clairière de sapins enneigée |
| alpine_foothills | Contreforts alpins |
| alpine | Alpin |
| snowy_tundra | Toundra enneigée |
| snowy_plains | Plaines enneigées |
| glacier | Glacier |
| ice_spikes | Pics de glace |
| icy_beach | Place verglacée |
---
### 🔥 hot_biomes (Biomes Chauds)
**Minerais** : Pure Golden Ore, Deepslate Pure Golden Ore, Copper High Ore, Copper Lower Ore, Redstone Ore, Deepslate Redstone Ore
**Biomes Vanilla (20)** :
| Nom du Biome | Traduction |
|--------------|------------|
| desert | Désert |
| badlands | Badlands |
| eroded_badlands | Badlands érodés |
| wooded_badlands | Badlands boisés |
| deep_lukewarm_ocean | Océan profond tiède |
| lukewarm_ocean | Océan tiède |
| warm_ocean | Océan chaud |
| mangrove_swamp | Marais de mangroves |
| bamboo_jungle | Jungle de bambous |
| jungle | Jungle |
| sparse_jungle | Jungle clairsemée |
| savanna | Savane |
| savanna_plateau | Plateau de savane |
| windswept_savanna | Savane balayée par le vent |
| basalt_deltas | Deltas de basalte |
| crimson_forest | Forêt écarlate |
| nether_wastes | Déserts du Nether |
| soul_sand_valley | Vallée de sable des âmes |
| warped_forest | Forêt distordue |
| deep_dark | Deep Dark |
**Biomes BOP (15)** :
| Nom du Biome | Traduction |
|--------------|------------|
| tropical_rainforest | Forêt tropicale |
| tropics | Tropiques |
| bayou | Bayou |
| arid_highlands | Hautes terres arides |
| scrubland | Broussailles |
| volcano | Volcan |
| wasteland | Terres désolées |
| wasteland_steppe | Steppe désolée |
| oasis | Oasis |
| outback | Outback |
| rocky_rainforest | Forêt tropicale rocheuse |
| rocky_shrubland | Broussailles rocheuses |
| seasonal_forest | Forêt saisonnière |
| temperate_rainforest | Forêt tempérée humide |
---
### ⛰️ mountain_biomes (Biomes Montagneux)
**Minerais** : High Emerald Ore
**Biomes Vanilla (22)** :
| Nom du Biome | Traduction |
|--------------|------------|
| windswept_hills | Collines balayées par le vent |
| windswept_gravelly_hills | Collines graveleuses balayées |
| snowy_slopes | Pentes enneigées |
| frozen_peaks | Pics gelés |
| jagged_peaks | Pics déchiquetés |
| stony_peaks | Pics pierreux |
| meadow | Prairie |
| extreme_hills | Collines extrêmes |
| extreme_hills_edge | Bord des collines extrêmes |
| extreme_hills_plus | Collines extrêmes plus |
| extreme_hills_plus_trees | Collines extrêmes arborees |
| modified_wooded_badlands_plateau | Plateau badlands boisé modifié |
| modified_badlands_plateau | Plateau badlands modifié |
| badlands_plateau | Plateau badlands |
| wooded_badlands_plateau | Plateau badlands boisé |
| eroded_badlands | Badlands érodés |
| modified_gravelly_mountains | Montagnes graveleuses modifiées |
| gravelly_mountains | Montagnes graveleuses |
| modified_gravelly_mountains_plus | Montagnes graveleuses plus modifiées |
| gravelly_mountains_plus | Montagnes graveleuses plus |
| sunflower_plains | Plaines de tournesols |
**Biomes BOP (10)** :
| Nom du Biome | Traduction |
|--------------|------------|
| highland | Hautes terres |
| highland_moor | Landes de haute altitude |
| alpine_foothills | Contreforts alpins |
| alpine | Alpin |
| mountain | Montagne |
| mountain_foothills | Contreforts montagneux |
| overgrown_cliffs | Falaises envahies |
| cliffs | Falaises |
| rocky_mountains | Montagnes rocheuses |
| rocky_peak | Pic rocheux |
---
### ✨ rare_biomes (Biomes Rares)
**Minerais** : Lower Emerald Ore
**Biomes Vanilla (10)** :
| Nom du Biome | Traduction |
|--------------|------------|
| mushroom_fields | Champignonnières |
| sparse_jungle | Jungle clairsemée |
| savanna_plateau | Plateau de savane |
| sunflower_plains | Plaines de tournesols |
| windswept_gravelly_hills | Collines graveleuses balayées |
| cherry_grove | Bosquet de cerisiers |
| flower_forest | Forêt fleurie |
| deep_dark | Deep Dark |
| old_growth_birch_forest | Forêt de bouleaux ancienne |
| ice_spikes | Pics de glace |
**Biomes BOP (10)** :
| Nom du Biome | Traduction |
|--------------|------------|
| rainbow_hills | Collines arc-en-ciel |
| origin_valley | Vallée d'origine |
| tropics | Tropiques |
| volcano | Volcan |
| mystic_grove | Bosquet mystique |
| bamboo_grove | Bosquet de bambous |
| jade_cliffs | Falaises de jade |
| visceral_heap | Tas viscéral |
| crystalline_chasm | Abîme cristallin |
| withered_abyss | Abîme flétri |
---
### 🌳 tempered_biomes (Biomes Tempérés)
**Minerais** : Iron Ore, Deepslate Iron Ore, Concentrated Coal Ore
**Biomes Vanilla (23)** :
| Nom du Biome | Traduction |
|--------------|------------|
| plains | Plaines |
| sunflower_plains | Plaines de tournesols |
| river | Rivière |
| beach | Plage |
| stony_shore | Rivage pierreux |
| birch_forest | Forêt de bouleaux |
| dark_forest | Forêt sombre |
| flower_forest | Forêt fleurie |
| forest | Forêt |
| old_growth_birch_forest | Forêt de bouleaux ancienne |
| windswept_forest | Forêt balayée par le vent |
| swamp | Marais |
| mushroom_fields | Champignonnières |
| cherry_grove | Bosquet de cerisiers |
| old_growth_pine_taiga | Taïga ancienne de pins |
| windswept_gravelly_hills | Collines graveleuses balayées |
| deep_ocean | Océan profond |
| ocean | Océan |
| lush_caves | Grottes luxuriantes |
| deep_dark | Deep Dark |
| dripstone_caves | Grottes de spéléothèmes |
**Biomes BOP (23)** :
| Nom du Biome | Traduction |
|--------------|------------|
| maple_woods | Bois d'érables |
| maple_forest | Forêt d'érables |
| orchard | Verger |
| flower_meadow | Prairie fleurie |
| deciduous_forest | Forêt de feuillus |
| deciduous_forest_cleared | Forêt de feuillus défrichée |
| shrubland | Broussailles |
| lush_grassland | Pâturage luxuriant |
| lush_swamp | Marais luxuriant |
| marsh | Marais |
| moor | Landes |
| bog | Tourbière |
| dead_forest | Forêt morte |
| dead_swamp | Marais mort |
| mediterranean_forest | Forêt méditerranéenne |
| mediterranean_woodland | Bois méditerranéen |
| dense_forest | Forêt dense |
| woodland | Bois |
| coniferous_forest | Forêt de conifères |
| fir_clearing | Clairière de sapins |
| spruce_woods | Bois d'épicéas |
| field | Champ |
| prairie | Prairie |
---
## Support Biomes O' Plenty
Le mod inclut un support complet pour **Biomes O' Plenty** avec des biome modifiers dédiés pour chaque catégorie :
- `cold_bop_biomes` (11 biomes)
- `hot_bop_biomes` (15 biomes)
- `mountain_bop_biomes` (10 biomes)
- `rare_bop_biomes` (10 biomes)
- `tempered_bop_biomes` (23 biomes)
Les minerais se génèrent automatiquement dans les biomes BOP correspondants à leur catégorie vanilla.
## Mécaniques de Jeu
@@ -162,6 +474,14 @@ Le mod utilise un système de drops configurable (`ConfigurableOreDropsProcedure
## Recettes de Craft
### Ore Biome Finder
```
[DiamantShard] [Compas] [DiamantShard]
[Compas] [ ] [Compas]
[DiamantShard] [Compas] [DiamantShard]
= 1 Ore Biome Finder
```
### Diamant à partir d'Éclats
```
[Éclat] [Éclat] [Éclat]
@@ -176,12 +496,60 @@ Les recettes suivent le pattern standard des outils Minecraft :
- **Pelle** : 1 Diamond Shard + 2 bâtons
- **Hache** : 3 Diamond Shards + 2 bâtons
### Paxel en Diamond Shard
```
[Hache] [Pelle] [Pioche]
[Bâton] [ ] [Bâton]
= 1 Paxel en Diamond Shard
```
### Armure en Diamond Shard
Les recettes suivent le pattern standard des armures Minecraft :
- **Casque** : 5 Diamond Shards
- **Plastron** : 8 Diamond Shards + 1 Diamant
- **Jambières** : 7 Diamond Shards + 1 Diamant
- **Bottes** : 4 Diamond Shards
## Commandes
### `/ores` ou `/ore`
Une commande permettant d'identifier les minerais présents dans le biome actuel.
**Utilisation** :
- Jouez uniquement (doit être exécutée par un joueur)
- Affiche les mêmes informations que l'Ore Biome Finder
**Informations affichées** :
- Nom du biome et ID (ex: `minecraft:plains`)
- Tags du mod applicables au biome (cold_biomes, hot_biomes, mountain_biomes, tempered_biomes, rare_biomes)
- Liste des minerais trouvables dans le biome actuel
**Exemple de sortie** :
```
=== Minerais dans: plains ===
Biome ID: minecraft:plains
Tags du mod: tempered_biomes
Minerais trouvables:
* Charbon Concentre
* Fer (stone)
* Fer (deepslate)
* Diamant Shard (deepslate)
* Bloc Diamant Shard
```
## Intégration
### Mode Créatif
Les items sont intégrés via `CustomOreGenModTabs` :
- Diamond Shards et blocs de minerais
- Outils en Diamond Shard
Le mod ajoute un onglet créatif personnalisé **"Custom Ore Gen"** contenant tous les items du mod :
- Tous les minerais (15 blocs - le minerai surface Shard Diamond est désactivé)
- Diamond Shards et Ore Biome Finder
- Tous les outils Diamond Shard (pioche, pelle, hache, paxel)
- Toute l'armure Diamond Shard (casque, plastron, jambières, bottes)
Les items restent également disponibles dans les onglets vanilla Minecraft :
- **INGREDIENTS** : Diamond Shards
- **TOOLS_AND_UTILITIES** : Outils et Ore Biome Finder
- **COMBAT** : Armure Diamond Shard
### Langue
Le mod inclut des fichiers de localisation en anglais (`en_us.json`) avec des noms descriptifs pour tous les blocs et objets.
@@ -231,45 +599,15 @@ config/custom_ore_gen-common.toml
- **enableCustomCopperOres** : Active les minerais de cuivre personnalisés
- **enableVanillaOreVariants** : Active les variantes de minerais vanilla
## Compatibilité de Mods
### Biomes O' Plenty
Le mod est entièrement compatible avec **Biomes O' Plenty**. Les tags de biomes incluent automatiquement les biomes de BOP dans les catégories appropriées, permettant une génération de minerais naturelle dans tous les biomes du mod.
### Ajout de Support pour d'Autres Mods de Biomes
Pour ajouter le support pour d'autres mods de biomes (ex: Terralith, Oh The Biomes You'll Go, etc.), vous pouvez utiliser KubeJS ou éditer manuellement les fichiers de tags dans :
```
src/main/resources/data/custom_ore_gen/tags/worldgen/biome/
```
Les fichiers à modifier sont :
- `cold_biomes.json` - Pour les biomes froids
- `hot_biomes.json` - Pour les biomes chauds
- `tempered_biomes.json` - Pour les biomes tempérés
- `mountain_biomes.json` - Pour les biomes de montagne
- `rare_biomes.json` - Pour les biomes rares
Exemple pour ajouter un biome :
```json
{
"replace": false,
"values": [
"minecraft:plains",
"other_mod_id:biome_name"
]
}
```
## Installation
1. Assurez-vous d'avoir Minecraft 1.20.1 installé avec Forge 47.3.0+
2. Placez le fichier .jar du mod dans le dossier `mods` de votre installation Minecraft
3. Lancez le jeu avec le profil Forge
2. **Installez KubeJS** (OBLIGATOIRE) - Le mod ne fonctionnera pas sans KubeJS
3. Placez le fichier `.jar` du mod dans le dossier `mods` de votre installation Minecraft
4. Lancez le jeu avec le profil Forge
5. Le mod créera automatiquement le script KubeJS nécessaire au premier lancement
> **Important** : Ce mod est conçu pour être utilisé avec KubeJS et ne doit pas être utilisé seul.
> **Important** : Ce mod nécessite KubeJS pour fonctionner. Le script de suppression des minerais vanilla sera créé automatiquement dans `kubejs/startup_scripts/custom_ore_gen_remove_vanilla_ores.js`.
## Architecture du Code
@@ -278,7 +616,10 @@ Exemple pour ajouter un biome :
```
net.mcreator.customoregen/
├── CustomOreGenMod.java # Classe principale du mod
├── block/ # Classes des blocs (16 minerais)
├── OresCommand.java # Commande /ores pour détecter les minerais
├── KubeJSIntegration.java # Création automatique du script KubeJS
├── ShardDiamondArmorMaterial.java # Classe de matériau d'armure Diamond Shard
├── block/ # Classes des blocs (15 minerais)
│ ├── SharddiamondblockoreBlock.java
│ ├── ConcentrateddiamondoreBlock.java
│ ├── ConcentratedcoaloreBlock.java
@@ -300,14 +641,20 @@ net.mcreator.customoregen/
│ └── ConfigHelper.java # Helper pour la configuration
├── item/ # Classes des items
│ ├── DiamondshardItem.java # Item Diamond Shard (RARE)
│ ├── OreBiomeFinderItem.java # Item Ore Biome Finder
│ ├── SharddiamondpickaxeItem.java
│ ├── SharddiamondshovelItem.java
── SharddiamondaxeItem.java
── SharddiamondaxeItem.java
│ ├── SharddiamondpaxelItem.java # Paxel (outil combiné)
│ ├── SharddiamondhelmetItem.java # Casque en Diamond Shard
│ ├── SharddiamondchestplateItem.java # Plastron en Diamond Shard
│ ├── SharddiamondleggingsItem.java # Jambières en Diamond Shard
│ └── SharddiamondbootsItem.java # Bottes en Diamond Shard
├── procedures/ # Procédures et logique
│ ├── ConfigurableOreDropsProcedure.java # Drops configurables
│ └── OreexperienceProcedure.java # Drops d'XP
└── init/ # Registres Forge
├── CustomOreGenModBlocks.java # 16 blocs
├── CustomOreGenModBlocks.java # 15 blocs
├── CustomOreGenModItems.java # Items + BlockItems
└── CustomOreGenModTabs.java # Onglets créatifs
```
@@ -315,17 +662,41 @@ net.mcreator.customoregen/
### Classes Principales
- **CustomOreGenMod** : Point d'entrée du mod, gère l'initialisation et le réseau
- **KubeJSIntegration** : Crée automatiquement le script KubeJS de suppression des minerais vanilla au premier lancement du jeu
- **ShardDiamondArmorMaterial** : Classe de matériau d'armure Diamond Shard avec gestion des textures
- **OresCommand** : Commande `/ores` pour identifier les minerais du biome actuel
- **OreBiomeFinderItem** : Item utilisable pour détecter les minerais du biome (clic droit)
- **SharddiamondpaxelItem** : Paxel combinant pioche + pelle + hache en un seul outil
- **Sharddiamondhelmet/chestplate/leggings/bootsItem** : Armure en Diamond Shard
- **ModConfigs** : Configuration complète avec 4 sections (ore_generation, tool_stats, drops, features)
- **ConfigurableOreDropsProcedure** : Gère les drops des minerais avec support Fortune/Silk Touch
- **OreexperienceProcedure** : Gère les drops d'expérience lors du minage
## Philosophie du Mod
Custom Ore Gem est conçu pour :
- **Modifier la distribution des ressources** Minecraft avec de nouvelles variantes de minerais
- **Fournir un système de drops configurable** pour les pack makers et moddeurs
- **Introduire une progression intermédiaire** à travers les Diamond Shards
- **S'intégrer avec KubeJS** pour permettre des modifications avancées
Custom Ore Gen est conçu pour :
- **Modifier la distribution des ressources** Minecraft avec de nouvelles variantes de minerais basées sur la température des biomes
- **Fournir une dépendance obligatoire à KubeJS** avec création automatique du script de suppression des minerais vanilla
- **Introduire une progression intermédiaire** à travers les Diamond Shards (outils et armure entre fer et diamant)
- **Offrir des outils d'exploration** avec l'Ore Biome Finder et la commande `/ores`
- **Proposer un outil tout-en-un** avec le Paxel en Diamond Shard (1000 durabilité)
- **Fournir une armure intermédiaire** entre fer et diamant (17 protection, 1060 durabilité)
- **Faciliter l'installation** avec création automatique des scripts KubeJS nécessaires
- **Supporter Biomes O' Plenty** avec 69 biomes supplémentaires classés par température
- **Fournir un onglet créatif dédié** regroupant tous les items du mod
## Changements de Version
### Version 2.1.5
- ✅ Ajout de l'armure complète Diamond Shard (casque, plastron, jambières, bottes)
- ✅ Ajout du Paxel Diamond Shard (outil tout-en-un : pioche + pelle + hache)
- ✅ Création d'un onglet créatif personnalisé "Custom Ore Gen"
- ✅ KubeJS est maintenant une dépendance obligatoire (le mod refuse de se lancer sans KubeJS)
- ✅ Création automatique du script KubeJS de suppression des minerais vanilla au premier lancement
- ✅ Nouvelle texture Diamond Shard (32x32 pixels)
- ✅ Correction des textures d'armure (plus de texture violette)
- ✅ Désactivation du minerai Shard Diamond en surface (seulement la version deepslate reste disponible)
- ✅ Amélioration du système de matériau d'armure avec `ShardDiamondArmorMaterial`
## Crédits
+3 -3
View File
@@ -3,9 +3,9 @@ plugins {
id 'net.minecraftforge.gradle' version '[6.0.16,6.2)'
}
version = '1.0'
group = 'com.yourname.modid'
archivesBaseName = 'modid'
version = '2.2.0'
group = 'com.aulyrius.custom_ore_gen'
archivesBaseName = 'custom_ore_gen'
java.toolchain.languageVersion = JavaLanguageVersion.of(17)

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