Skip to content

Releases: 1392-github/UnityMinecraft

Indev 9 (2023-03-19)

19 Mar 09:47
ebae4a6
Compare
Choose a tag to compare
Indev 9 (2023-03-19) Pre-release
Pre-release

화로 추가 (현재 미작동)
나무 생성 추가
Indev 8에서 임시로 y 62에 생성되던 나무 제거
시드 입력 GUI 개선
아이템에 이름 추가

Indev 8 (2023-02-16)

16 Feb 09:04
Compare
Choose a tag to compare
Indev 8 (2023-02-16) Pre-release
Pre-release

Blocks added

chest
tree log
wood planks

Recipe

1 wood log -> 4 wood planks
1 wooden planks ->
1 chest

Map creation

Tree logs are generated at y 62 (temp)
Using Perlin Noise
more naturally generated

Bugs fixed

Indev 7 (2023-01-24) (Added a Inventory, Crafting)

24 Jan 08:53
Compare
Choose a tag to compare
indev7

Indev 7 update

Pre-Alpha 0.5 (Added a Sound)

03 Dec 07:59
Compare
Choose a tag to compare
Pre-release

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

16 Nov 11:49
Compare
Choose a tag to compare

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)

15 Nov 11:24
Compare
Choose a tag to compare

Changes

Text Seed is added
Display Seed in Main Screen

Pre-Alpha 0.31 (Added a Seed)

10 Nov 11:49
Compare
Choose a tag to compare
Pre-release

Changes

seed has been added
Maps with the same seed have the same mineral placement

Pre-Alpha 0.3 (Added Ores)

09 Nov 11:52
Compare
Choose a tag to compare
Pre-release

Changes

Add iron ore
add diamond ore

Pre-Alpha 0.2 (Added a Stone)

09 Nov 10:07
Compare
Choose a tag to compare
Pre-release

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...)