Releases: 1392-github/UnityMinecraft
Releases · 1392-github/UnityMinecraft
Indev 9 (2023-03-19)
화로 추가 (현재 미작동)
나무 생성 추가
Indev 8에서 임시로 y 62에 생성되던 나무 제거
시드 입력 GUI 개선
아이템에 이름 추가
Indev 8 (2023-02-16)
Indev 7 (2023-01-24) (Added a Inventory, Crafting)
indev7 Indev 7 update
Pre-Alpha 0.5 (Added a Sound)
Changes
Added a Block Destory / Place Sound
Added a Block Place Feature (Current Only placeable stone)
Pre-Alpha 0.4 (Added a Map Size Set Option
Changes
Added map size setting option
Enter 0 for the existing size (16x16)
Negative input does not create map
0 is 16x16, 1 is 48x48, 2 is 80x80
The map size calculation formula is ((entered value) * 2 + 1) * 16
(e.g. for 2 it is 80x80 because (2*2+1)*16 = 80)
Pre-Alpha 0.32 (Added a Text Seed, Seed Display)
Changes
Text Seed is added
Display Seed in Main Screen
Pre-Alpha 0.31 (Added a Seed)
Changes
seed has been added
Maps with the same seed have the same mineral placement
Pre-Alpha 0.3 (Added Ores)
Changes
Add iron ore
add diamond ore
Pre-Alpha 0.2 (Added a Stone)
Changes
Added stone blocks
Grass blocks and dirt have been increased by 60 blocks
Stone blocks are created in between
(I Losted 0.1 version...)