Skip to content

Instantly share code, notes, and snippets.

@defeatedcrow
Last active February 24, 2021 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save defeatedcrow/da6b7d26d63180c08c97f4565f5f41e7 to your computer and use it in GitHub Desktop.
Save defeatedcrow/da6b7d26d63180c08c97f4565f5f41e7 to your computer and use it in GitHub Desktop.
コンフィグ編集サンプル
Keyには"modid:ブロック登録名:メタデータ"を使用する。
『modid:ブロック登録名』(別名『ResourceLocation』ともいう)は各自調べて使用してください。
バニラのjsonコンフィグやLootTable編集で使われる名称と同じものです。
The key requires "modid: block_name: block_metadeta".
"modid: block_name" is the internal name of the block, called ResourceLocation. (They need to be discovered by you.)
The following is a sample config.
block_climate_parameter.json
{
"biomesoplenty:gem_block:0": {
"airflow": "WIND",
"temperature": "UHT",
"humidity": "DRY"
},
"biomesoplenty:gem_block:1": {
"airflow": "TIGHT",
"temperature": "COOL",
"humidity": "NORMAL"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment