Skip to content

Releases: Jake-Moore/KamiCommon

3.5.0.7

31 Aug 00:20
54067ae
Compare
Choose a tag to compare
-Fix IBuilder from base ItemStack having name/lore overwritten

3.5.0.6

30 Aug 08:23
9135d3b
Compare
Choose a tag to compare
v3.5.0.6

-fixes

Took 54 minutes

3.5.0.5

30 Aug 07:22
16bf43b
Compare
Choose a tag to compare
v3.5.0.5

-typo... ugh

Took 1 minute

3.5.0.4

30 Aug 07:15
f31967b
Compare
Choose a tag to compare
v3.5.0.4

-fixes

Took 7 minutes

3.5.0.3

30 Aug 07:04
fb7bbff
Compare
Choose a tag to compare
v3.5.0.3

-fix KamiMenu.fill not working

Took 6 minutes

3.5.0.2

30 Aug 06:49
d795633
Compare
Choose a tag to compare
v3.5.0.2

-fix KamiMenu.fill probably causing a stack overflow from infinite while loop when a slot was ignored (whoops)

Took 9 minutes

3.5.0.1

30 Aug 05:54
7f13c5a
Compare
Choose a tag to compare
v3.5.0.1

-Fix addPagedItem methods in PagedKamiMenu requiring slot (which has no meaning)

Took 3 minutes

3.5.0.0

30 Aug 05:32
d163b94
Compare
Choose a tag to compare
v3.5.0.0

-Deleted KamiMenuContainer.java
-Renamed PageBuilder to PagedKamiMenu and rewrote it with a new purpose (to wrap KamiMenu)
-Added KamiMenuLoader as replacement for KamiMenuContainer
-Added click sound configuration to MenuItem
-Added MenuSize class to handle types of inventory creation
-Added IBuilder.replace<>PAPI methods as shortcut to replace placeholders in name/lore

Took 3 hours 4 minutes

3.4.1.0

28 Aug 01:48
65a3530
Compare
Choose a tag to compare
v3.4.1.0

-Added NMSChunk.getBukkitChunk
-Added NMSWorld.getBlockUtil
-Fixed chunk saving issue for higher minecraft versions

Took 36 minutes

3.4.0.14

28 Aug 01:09
3306b0f
Compare
Choose a tag to compare
v3.4.0.14

-Added NMSChunk.getX and NMSChunk.getZ
-Created NMSChunkDef to hold some internal chunk methods, without exposing them
-Added NMSChunk.saveAndRefresh with a race condition fix for 1.8

Took 50 minutes