defeatedcrow / HeatAndClimateLib

Mod necessary for defeatedcrow's mod in 1.9.4+
16 stars 6 forks source link

HeatAndClimateLib

the Mod necessary for defeatedcrow's mod in 1.12.2

Project Site

Please visit my new Wiki: http://defeatedcrow.jp/modwiki/HeatAndClimate

Introduction

This mod is API and core mod necessary for defeatedcrow's mod in 1.9+. Of course, you can stand-alone use this mod, or use in your modding.
このmodは1.9+においてdefeatedcrowが作成するmodの前提MODです。もちろん、このmodを単独で使用したり、あなたのmodの前提modとしても利用することが出来ます。

動作環境 Current operating environment:

ライセンス Licenses

このmodは以下のライセンスの元で公開されます。
This mod is distributed under the following license:

Code: All Rights Reserved

Conditions

Permissions

Limitations

Assets: CC-BY-NC-SA 4.0

https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode

注意事項 Caution!

  1. Now this mod is still WIP. The correct operation cannot be expected. Please be careful!
    当modは開発途中です。正常に動作しない場合がありますので、ご了承の上でご利用下さい。
  2. About PR This mod is authored only by defeatedcrow. PR contributor is treated as contributor, but the contributors do not have a licensing rights of this mod. In addition, for lang file PR, please use child repository.
    当modへPRする場合、当modのContributorとして扱われ、当modのライセンス権を持たないことにご了承下さい。また、langファイルへのPRはこのリポジトリではなく、langファイル管理用の子リポジトリをご利用下さい。

Function

  1. Climate System
    They are similar to the heat source system of pots and iron plate in AMT2. Changing it in more general. It is used as "IClimate" interface for heat, humidity, air flow in current BlockPos.
    AMT2の鍋・鉄板のHeatSourceをより汎用化したシステムです。ある座標の温度・湿度・通気性を「気候」としてIClimateインターフェイスを定義し、調理や装置稼働の条件として使用します。

    Example:
    • For cooking, using the natural climate elements with the biome block.
      自然の熱源など、その座標の気候を利用した調理。
    • Using the climate of the coordinates to the growth of the plant.
      植物の生長に特定の気候条件を要求する。

  2. HeatSource
    They are used in order to change the temperature of the coordinates. It is used for the devices or recipes that require high temperature.
    座標の持つ温度を増減させる熱源。高温を必要とする装置やレシピに利用されます。

    Example:
    • When you place the "raw dough" near the fire as an object, it becomes "bread".
      火の近くにEntityとして「生のパン生地」を置いておくと、「焼けたパン」に変わります。

  3. Climate damage and prevent material.
    Too high or low temp will hurt player and mobs. It can prevent easily by armors or charms.
    極度の高温・低温でプレイヤーやMOBがダメージを受けるようになります。ダメージは防具やアクセサリーで簡単に防ぐことができます。(防具を身につける動機付けです。)

Copyright (c) defeatedcrow 2020