提供: defeatedcrow mod wiki
移動先: 案内検索
(MC1.12.2)
76行目: 76行目:
 
{|class = "wikitable"
 
{|class = "wikitable"
 
!HeatAndClimateLib
 
!HeatAndClimateLib
|HeatAndClimateLib-1.12.2_2.5.4 || <html><a href="https://github.com/defeatedcrow/HeatAndClimateLib/releases" onclick="ga('send', 'event', 'Outbound', 'Download', 'HaCLib2_EN');">Download(Github)</a></html>
+
|HeatAndClimateLib-1.12.2_2.5.6 || <html><a href="https://github.com/defeatedcrow/HeatAndClimateLib/releases" onclick="ga('send', 'event', 'Outbound', 'Download', 'HaCLib2_EN');">Download(Github)</a></html>
 
|-
 
|-
 
!HeatAndClimateMod
 
!HeatAndClimateMod
|HeatAndClimateMod-1.12.2_2.5.4 || <html><a href="https://github.com/defeatedcrow/HeatAndClimateMod/releases" onclick="ga('send', 'event', 'Outbound', 'Download', 'HaC2_EN');">Download(Github)</a></html>
+
|HeatAndClimateMod-1.12.2_2.5.7 || <html><a href="https://github.com/defeatedcrow/HeatAndClimateMod/releases" onclick="ga('send', 'event', 'Outbound', 'Download', 'HaC2_EN');">Download(Github)</a></html>
 
|}
 
|}
  

2018年7月30日 (月) 12:30時点における版

Overview JP/EN HaCLib JP/EN HaCMod JP/EN Config JP Integration JP/EN

Heat And Climate Lib/Mod

hactop_L.png

Introduction

This mod gives the concept of "climate" to the minecraft world. Climate is composed of the elements of the temperature, humidity, and airflow. It causing natural change recipes of block or entity.

This mod is a more mild difficulty than any other survival mod. It's brings some challenge and development to players.
Not only the mod original elements, many elements of vanilla also gains new features. You will discover that vanilla leather clothes have good heat resistance, and that fire and magma blocks are useful as heat sources.

These concept was included in AMT2, such as the heat source of the cooking pan, or the natural change of some blocks. But it was hard-coded, poor versatility, and looked very ugly. So, I've reworked it as the "Climate" system.

This mod is not intended to reproduce the Real World! This is a mod offering a little block puzzle game with "climate" as a theme. It contains many fantazy.


"What is the climate?"
In this mod, all biomes and some of blocks has enum of the climate parameter.

  • Temperature: 14 stage enum.
    You can change the temperature by placing a block of conflicting temperature.
    • Biome Temperature
      • affects the entire area.
      • Under the roof, the influence is reduced.
      • In high-altitude, temperature is lowered.
    • Block Temperature
      • affects 5x5x5 block area.
      • Thermal insulation block (ex. wool, wooden planks, or gypsum block.) will reduce the influence.
  • Humidity: 3 stage enum and "underwater" flag.
    • Biome Humidity
      • affects the entire area.
    • Block Humidity
      • Water block or the Fluid blocks (has Water material) will increase the humidity.
      • Dry block (ex. dry sponge) will reduce the humidity.
      • affects 3x3x3 block area.
  • Airflow: 4 stage enum.
    • Under the roof, the airflow is reduced.
    • Surrounded by opaque blocks, the airflow is reduced.
    • When the weather is thunderstorms, wind occurs.


Once placed in a suitable climate, block and food entity will naturally change.
You can see their change recipes by JEI.


This mod requires both packages.

  • HeatAndClimateLib
  • HeatAndClimateMod

Elements of this mod

!!Caution!! This mod is WIP. Element will continue to increase in the future. Perhaps, while I continued to modding, it will continue the growth.

  • Climate checker Item and HUD.
  • Natural change recipes.
  • Crops that require the appropriate environment for growth.
  • Many ores and ore vines.
  • New metal s and alloys.
  • Compressed containers. (from AMT2.)
  • Many building block and furniture.
  • Metal tools and magical accessory.

License

Deployment requirements

  • Minecraft 1.12.2
    • MinecraftForge 1.12.2-14.23.3.2655+
    • Java8+
  • Minecraft 1.10.2
    • MinecraftForge 1.10.2-12.18.2.2185+
    • Java8+

Download

MC1.12.2

HeatAndClimateLib HeatAndClimateLib-1.12.2_2.5.6 Download(Github)
HeatAndClimateMod HeatAndClimateMod-1.12.2_2.5.7 Download(Github)

MC1.10.2

HeatAndClimateLib HeatAndClimateLib-1.10.2_2.3.4 Download(Github)
HeatAndClimateMod HeatAndClimateMod-1.10.2_2.3.10 Download(Github)

Specifications commentary

Sorry, commentary was described only in Japanese.