updated many things: added forge:pamcrops tag, added rftools pamcrops tag dimlet, added some in config documentation to the wasteland that is rftools docs, mors tuff i forgot i'm sure
This commit is contained in:
13
minecraft/config/rftoolsdim/README.txt
Normal file
13
minecraft/config/rftoolsdim/README.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
NOTE to all whom it may concern (likely those configuring rftools dimensions.):
|
||||
|
||||
|
||||
rftoolsdim configs may not be exactly clear, to config rftools, you have to basically edit the individual saves config in minecraft/saves/worldname/serverconfig/rftoolsdim-server.toml
|
||||
|
||||
this is exempt by dimlets, which can be modified by placing them in minecraft/config/rftoolsdim
|
||||
|
||||
it is likely an empty folder at first, you need to drop your own custom configs in here
|
||||
to see some example configs, or to copy them over for small modifications, see the default files in the rftools source code at https://github.com/McJtyMods/RFToolsDimensions/tree/1.20/src/main/resources/data/rftoolsdim/dimletpackages
|
||||
|
||||
|
||||
- Packager of the Houngry I Pack.
|
||||
|
||||
943
minecraft/config/rftoolsdim/base.json
Normal file
943
minecraft/config/rftoolsdim/base.json
Normal file
@@ -0,0 +1,943 @@
|
||||
[
|
||||
{
|
||||
"type": "admin",
|
||||
"key": "cheater",
|
||||
"rarity": "common",
|
||||
"create": 0,
|
||||
"maintain": 0,
|
||||
"ticks": 0,
|
||||
"worldgen": false,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "admin",
|
||||
"key": "owner",
|
||||
"rarity": "common",
|
||||
"create": 0,
|
||||
"maintain": 0,
|
||||
"ticks": 0,
|
||||
"worldgen": false,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "digit",
|
||||
"key": "0",
|
||||
"rarity": "common",
|
||||
"create": 0,
|
||||
"maintain": 0,
|
||||
"ticks": 0,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "digit",
|
||||
"key": "1",
|
||||
"rarity": "common",
|
||||
"create": 0,
|
||||
"maintain": 0,
|
||||
"ticks": 0,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "digit",
|
||||
"key": "2",
|
||||
"rarity": "common",
|
||||
"create": 0,
|
||||
"maintain": 0,
|
||||
"ticks": 0,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "digit",
|
||||
"key": "3",
|
||||
"rarity": "common",
|
||||
"create": 0,
|
||||
"maintain": 0,
|
||||
"ticks": 0,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "digit",
|
||||
"key": "4",
|
||||
"rarity": "common",
|
||||
"create": 0,
|
||||
"maintain": 0,
|
||||
"ticks": 0,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "digit",
|
||||
"key": "5",
|
||||
"rarity": "common",
|
||||
"create": 0,
|
||||
"maintain": 0,
|
||||
"ticks": 0,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "digit",
|
||||
"key": "6",
|
||||
"rarity": "common",
|
||||
"create": 0,
|
||||
"maintain": 0,
|
||||
"ticks": 0,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "digit",
|
||||
"key": "7",
|
||||
"rarity": "common",
|
||||
"create": 0,
|
||||
"maintain": 0,
|
||||
"ticks": 0,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "digit",
|
||||
"key": "8",
|
||||
"rarity": "common",
|
||||
"create": 0,
|
||||
"maintain": 0,
|
||||
"ticks": 0,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "digit",
|
||||
"key": "9",
|
||||
"rarity": "common",
|
||||
"create": 0,
|
||||
"maintain": 0,
|
||||
"ticks": 0,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "sky",
|
||||
"key": "default",
|
||||
"rarity": "common",
|
||||
"create": 5,
|
||||
"maintain": 5,
|
||||
"ticks": 5,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:stone"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "sky",
|
||||
"key": "end",
|
||||
"rarity": "common",
|
||||
"create": 5,
|
||||
"maintain": 5,
|
||||
"ticks": 5,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:end_stone"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "sky",
|
||||
"key": "infernal",
|
||||
"rarity": "common",
|
||||
"create": 5,
|
||||
"maintain": 5,
|
||||
"ticks": 5,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:netherrack"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "sky",
|
||||
"key": "black",
|
||||
"rarity": "common",
|
||||
"create": 5,
|
||||
"maintain": 5,
|
||||
"ticks": 5,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:ink_sac"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "sky",
|
||||
"key": "stars",
|
||||
"rarity": "common",
|
||||
"create": 5,
|
||||
"maintain": 5,
|
||||
"ticks": 5,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:quartz"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "sky",
|
||||
"key": "nebula",
|
||||
"rarity": "common",
|
||||
"create": 5,
|
||||
"maintain": 5,
|
||||
"ticks": 5,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "sky",
|
||||
"key": "noclouds",
|
||||
"rarity": "common",
|
||||
"create": 5,
|
||||
"maintain": 5,
|
||||
"ticks": 5,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:gray_wool"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "sky",
|
||||
"key": "blackfog",
|
||||
"rarity": "common",
|
||||
"create": 5,
|
||||
"maintain": 5,
|
||||
"ticks": 5,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:black_stained_glass"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "sky",
|
||||
"key": "redfog",
|
||||
"rarity": "common",
|
||||
"create": 5,
|
||||
"maintain": 5,
|
||||
"ticks": 5,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:red_stained_glass"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "sky",
|
||||
"key": "whitefog",
|
||||
"rarity": "common",
|
||||
"create": 5,
|
||||
"maintain": 5,
|
||||
"ticks": 5,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:white_stained_glass"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"type": "sky",
|
||||
"key": "thickblackfog",
|
||||
"rarity": "common",
|
||||
"create": 5,
|
||||
"maintain": 5,
|
||||
"ticks": 5,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:black_wool"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "sky",
|
||||
"key": "thickredfog",
|
||||
"rarity": "common",
|
||||
"create": 5,
|
||||
"maintain": 5,
|
||||
"ticks": 5,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:red_wool"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "sky",
|
||||
"key": "thickwhitefog",
|
||||
"rarity": "common",
|
||||
"create": 5,
|
||||
"maintain": 5,
|
||||
"ticks": 5,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:white_wool"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"type": "time",
|
||||
"key": "normal",
|
||||
"rarity": "uncommon",
|
||||
"create": 30,
|
||||
"maintain": 20,
|
||||
"ticks": 10,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "time",
|
||||
"key": "night",
|
||||
"rarity": "rare",
|
||||
"create": 300,
|
||||
"maintain": 100,
|
||||
"ticks": 100,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "time",
|
||||
"key": "day",
|
||||
"rarity": "rare",
|
||||
"create": 300,
|
||||
"maintain": 500,
|
||||
"ticks": 100,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:glowstone_dust"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "attribute",
|
||||
"key": "default",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 10,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:paper"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "attribute",
|
||||
"key": "cities",
|
||||
"rarity": "uncommon",
|
||||
"create": 50,
|
||||
"maintain": 50,
|
||||
"ticks": 50,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:bricks"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "attribute",
|
||||
"key": "nooceans",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 10,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:sponge"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "attribute",
|
||||
"key": "waterworld",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 10,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:water_bucket"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "attribute",
|
||||
"key": "noblobs",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 10,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "rftoolsdim:common_essence"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "terrain",
|
||||
"key": "void",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 10,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:obsidian"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "terrain",
|
||||
"key": "cavern",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 10,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:netherrack"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "terrain",
|
||||
"key": "chaotic",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 10,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:gunpowder"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "terrain",
|
||||
"key": "grid",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 10,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:iron_bars"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "terrain",
|
||||
"key": "platforms",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 10,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:stone_pressure_plate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "terrain",
|
||||
"key": "islands",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 10,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:feather"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "terrain",
|
||||
"key": "flat",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 20,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:paper"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "terrain",
|
||||
"key": "waves",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 20,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:nether_wart"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "terrain",
|
||||
"key": "maze",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 20,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:redstone_wire"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "terrain",
|
||||
"key": "ravine",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 20,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:gravel"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "terrain",
|
||||
"key": "normal",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 10,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:dirt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "terrain",
|
||||
"key": "spikes",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 10,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:dripstone_block"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_category",
|
||||
"key": "none",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:obsidian"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_category",
|
||||
"key": "taiga",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:white_terracotta"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_category",
|
||||
"key": "extreme_hills",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:dripstone_block"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_category",
|
||||
"key": "jungle",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:jungle_sapling"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_category",
|
||||
"key": "mesa",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:orange_terracotta"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_category",
|
||||
"key": "plains",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:dirt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_category",
|
||||
"key": "savanna",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:red_sandstone"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_category",
|
||||
"key": "icy",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:ice"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_category",
|
||||
"key": "the_end",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:end_stone"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_category",
|
||||
"key": "beach",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:dead_tube_coral_block"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_category",
|
||||
"key": "forest",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:spruce_sapling"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_category",
|
||||
"key": "ocean",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:water_bucket"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_category",
|
||||
"key": "desert",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:sand"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_category",
|
||||
"key": "river",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:bucket"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_category",
|
||||
"key": "swamp",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:slime_ball"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_category",
|
||||
"key": "mushroom",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:brown_mushroom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_category",
|
||||
"key": "nether",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:netherrack"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_category",
|
||||
"key": "underground",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:deepslate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_category",
|
||||
"key": "mountain",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_controller",
|
||||
"key": "default",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:dirt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_controller",
|
||||
"key": "checker",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:stone"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "biome_controller",
|
||||
"key": "single",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "feature",
|
||||
"key": "none",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "feature",
|
||||
"key": "tendrils",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "feature",
|
||||
"key": "spheres",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:clay_ball"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "feature",
|
||||
"key": "hollow_spheres",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:slime_ball"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "feature",
|
||||
"key": "liquid_spheres",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:snowball"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "feature",
|
||||
"key": "cubes",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:stone"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "feature",
|
||||
"key": "hollow_cubes",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:glass"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "feature",
|
||||
"key": "liquid_cubes",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 1,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:ice"
|
||||
}
|
||||
}
|
||||
]
|
||||
258
minecraft/config/rftoolsdim/vanilla_structures.json
Normal file
258
minecraft/config/rftoolsdim/vanilla_structures.json
Normal file
@@ -0,0 +1,258 @@
|
||||
[
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "none",
|
||||
"rarity": "common",
|
||||
"create": 5,
|
||||
"maintain": 5,
|
||||
"ticks": 5,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:wool"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "default",
|
||||
"rarity": "common",
|
||||
"create": 5,
|
||||
"maintain": 5,
|
||||
"ticks": 5,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:stone"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:pillager_outpost",
|
||||
"rarity": "uncommon",
|
||||
"create": 200,
|
||||
"maintain": 200,
|
||||
"ticks": 200,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:mineshaft",
|
||||
"rarity": "uncommon",
|
||||
"create": 300,
|
||||
"maintain": 300,
|
||||
"ticks": 200,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:mansion",
|
||||
"rarity": "rare",
|
||||
"create": 1000,
|
||||
"maintain": 400,
|
||||
"ticks": 400,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:jungle_pyramid",
|
||||
"rarity": "uncommon",
|
||||
"create": 300,
|
||||
"maintain": 300,
|
||||
"ticks": 200,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:desert_pyramid",
|
||||
"rarity": "uncommon",
|
||||
"create": 300,
|
||||
"maintain": 300,
|
||||
"ticks": 200,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:igloo",
|
||||
"rarity": "uncommon",
|
||||
"create": 300,
|
||||
"maintain": 300,
|
||||
"ticks": 200,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:ruined_portal",
|
||||
"rarity": "uncommon",
|
||||
"create": 100,
|
||||
"maintain": 100,
|
||||
"ticks": 100,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:shipwreck",
|
||||
"rarity": "uncommon",
|
||||
"create": 200,
|
||||
"maintain": 200,
|
||||
"ticks": 200,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:swamp_hut",
|
||||
"rarity": "uncommon",
|
||||
"create": 100,
|
||||
"maintain": 100,
|
||||
"ticks": 100,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:stronghold",
|
||||
"rarity": "uncommon",
|
||||
"create": 200,
|
||||
"maintain": 200,
|
||||
"ticks": 150,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:monument",
|
||||
"rarity": "uncommon",
|
||||
"create": 200,
|
||||
"maintain": 200,
|
||||
"ticks": 200,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:ocean_ruin_cold",
|
||||
"rarity": "uncommon",
|
||||
"create": 150,
|
||||
"maintain": 150,
|
||||
"ticks": 150,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:ocean_ruin_warm",
|
||||
"rarity": "uncommon",
|
||||
"create": 150,
|
||||
"maintain": 150,
|
||||
"ticks": 150,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:fortress",
|
||||
"rarity": "uncommon",
|
||||
"create": 200,
|
||||
"maintain": 200,
|
||||
"ticks": 200,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:end_city",
|
||||
"rarity": "uncommon",
|
||||
"create": 800,
|
||||
"maintain": 500,
|
||||
"ticks": 300,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:buried_treasure",
|
||||
"rarity": "uncommon",
|
||||
"create": 600,
|
||||
"maintain": 500,
|
||||
"ticks": 300,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:village_plains",
|
||||
"rarity": "rare",
|
||||
"create": 1000,
|
||||
"maintain": 1000,
|
||||
"ticks": 500,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:village_desert",
|
||||
"rarity": "rare",
|
||||
"create": 1000,
|
||||
"maintain": 1000,
|
||||
"ticks": 500,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:village_snowy",
|
||||
"rarity": "rare",
|
||||
"create": 1000,
|
||||
"maintain": 1000,
|
||||
"ticks": 500,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:village_savanna",
|
||||
"rarity": "rare",
|
||||
"create": 1000,
|
||||
"maintain": 1000,
|
||||
"ticks": 500,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:village_taiga",
|
||||
"rarity": "rare",
|
||||
"create": 1000,
|
||||
"maintain": 1000,
|
||||
"ticks": 500,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:nether_fossil",
|
||||
"rarity": "uncommon",
|
||||
"create": 100,
|
||||
"maintain": 100,
|
||||
"ticks": 100,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
},
|
||||
{
|
||||
"type": "structure",
|
||||
"key": "minecraft:bastion_remnant",
|
||||
"rarity": "uncommon",
|
||||
"create": 100,
|
||||
"maintain": 100,
|
||||
"ticks": 100,
|
||||
"worldgen": true,
|
||||
"dimlet": true
|
||||
}
|
||||
]
|
||||
106
minecraft/config/rftoolsdim/vanilla_tags.json
Normal file
106
minecraft/config/rftoolsdim/vanilla_tags.json
Normal file
@@ -0,0 +1,106 @@
|
||||
[
|
||||
{
|
||||
"type": "tag",
|
||||
"key": "forge:ores",
|
||||
"rarity": "legendary",
|
||||
"create": 2000,
|
||||
"maintain": 3000,
|
||||
"ticks": 200,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:nether_star"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "tag",
|
||||
"key": "minecraft:planks",
|
||||
"rarity": "uncommon",
|
||||
"create": 100,
|
||||
"maintain": 100,
|
||||
"ticks": 40,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:oak_planks"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "tag",
|
||||
"key": "minecraft:wool",
|
||||
"rarity": "uncommon",
|
||||
"create": 100,
|
||||
"maintain": 100,
|
||||
"ticks": 40,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:white_wool"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "tag",
|
||||
"key": "minecraft:logs",
|
||||
"rarity": "uncommon",
|
||||
"create": 200,
|
||||
"maintain": 200,
|
||||
"ticks": 80,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:oak_log"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "tag",
|
||||
"key": "minecraft:ice",
|
||||
"rarity": "uncommon",
|
||||
"create": 100,
|
||||
"maintain": 100,
|
||||
"ticks": 40,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:ice"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "tag",
|
||||
"key": "forge:glass",
|
||||
"rarity": "uncommon",
|
||||
"create": 100,
|
||||
"maintain": 100,
|
||||
"ticks": 40,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:glass"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "tag",
|
||||
"key": "minecraft:dirt",
|
||||
"rarity": "common",
|
||||
"create": 10,
|
||||
"maintain": 10,
|
||||
"ticks": 10,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:dirt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "tag",
|
||||
"key": "forge:pamcrops",
|
||||
"rarity": "uncommon",
|
||||
"create": 100,
|
||||
"maintain": 1000,
|
||||
"ticks": 20,
|
||||
"worldgen": true,
|
||||
"dimlet": true,
|
||||
"essence": {
|
||||
"item": "minecraft:apple"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user