Commit graph

808 commits

Author SHA1 Message Date
yrsegal@gmail.com
d909e50d7c fix beep 2022-04-27 21:41:26 -04:00
yrsegal@gmail.com
5b000b5b8d migrate mana values away from magic numbers 2022-04-27 21:39:14 -04:00
yrsegal@gmail.com
4a29248103 psi does this, order might be important 2022-04-27 18:00:08 -04:00
yrsegal@gmail.com
28e549f403 keep old averaging behavior for circle bounds 2022-04-27 17:55:10 -04:00
gamma-delta
0274aa525e MOAR CLOSER 2022-04-27 16:54:45 -05:00
yrsegal@gmail.com
3adab44a91 standardize referring to media cost 2022-04-27 17:50:36 -04:00
yrsegal@gmail.com
27a7bdb0c6 destroy water is a bit more lenient 2022-04-27 17:41:55 -04:00
yrsegal@gmail.com
326a80e8c2 cyphers use standard break animation 2022-04-27 17:39:53 -04:00
yrsegal@gmail.com
63283d74ac fix two missing links in book 2022-04-27 17:35:50 -04:00
yrsegal@gmail.com
446c10a8c8 colors pretty 2022-04-27 17:33:18 -04:00
yrsegal@gmail.com
3faa2787dd create water and create lava now insert into containers 2022-04-27 17:08:33 -04:00
gamma-delta
dece4d851a work on packets and networking 2022-04-27 15:56:59 -05:00
yrsegal@gmail.com
f4ea6cfedb make vec2 safer too 2022-04-27 16:26:44 -04:00
yrsegal@gmail.com
a214c49c1c fix flight crashing the game 2022-04-27 16:23:25 -04:00
yrsegal@gmail.com
793ee75c15 attempt to make entity velocity work SLIGHTLY better on players 2022-04-27 10:09:57 -04:00
yrsegal@gmail.com
139b2805ee make note is now less weirdly esoteric 2022-04-27 00:02:03 -04:00
yrsegal@gmail.com
7e7c38b681 fix bad item message, make the motion a little less silly 2022-04-26 22:15:24 -04:00
yrsegal@gmail.com
5d6cd7d4f3 fix some inconsistencies in akashic woods 2022-04-26 21:56:12 -04:00
yrsegal@gmail.com
616167c85f WHY. AM. I. LIKE. THIS 2022-04-26 21:31:25 -04:00
yrsegal@gmail.com
df1b7f0963 add the minecraft repo (required for this to work on mac) 2022-04-26 20:20:48 -04:00
gamma-delta
3e27e144ab bump version number in prediction of more needed hotfixes 2022-04-26 10:31:55 -05:00
gamma-delta
bef9a817ca [Release] 0.8.2 Release
Very very very hotfix regarding amethyst drop rates because Wire was
fixing it at the same time I was trying to release 0.8.1 whoops
2022-04-26 10:27:09 -05:00
yrsegal@gmail.com
774184db55 boost amethyst dust drop rates
it felt outweighted by shards, this will help fix that
2022-04-26 11:25:32 -04:00
gamma-delta
0e873d8b86 Merge branch 'main' of https://github.com/gamma-delta/HexMod 2022-04-26 10:25:16 -05:00
gamma-delta
ef69df4980 [Release] 0.8.1 Release
Lukewarmfix a few bugs, including
- being unable to craft cyphers/trinkets/artifacts
- entity velocity not working on players
- amethyst shard reducer not actually working
2022-04-26 10:21:31 -05:00
yrsegal@gmail.com
7e67fd11e2 fix amethyst shard "reducer" loot mod not... reducing 2022-04-26 11:17:17 -04:00
gamma-delta
4c61b5e2d6 more terrible not working 2022-04-26 10:16:12 -05:00
yrsegal@gmail.com
1e16cfc9e5 *screaming louder* 2022-04-25 19:53:55 -04:00
yrsegal@gmail.com
fd0113cd03 *screaming* 2022-04-25 19:51:46 -04:00
gamma-delta
0938673eb8 possibly, maybe, get config working as a warmup 2022-04-25 15:52:03 -05:00
gamma-delta
7f71e146c5 nothing works, almost! 2022-04-25 09:40:32 -05:00
yrsegal@gmail.com
f8714bc7d1 fix missing a cast showing the overlay 2022-04-25 10:24:22 -04:00
yrsegal@gmail.com
4576afff65 give akashic records a comparator output 2022-04-25 10:05:43 -04:00
yrsegal@gmail.com
39bb13d39f fix misinformative message for using a phial to craft a battery 2022-04-25 09:48:39 -04:00
yrsegal@gmail.com
06675f3824 fix cleric impetuses not updating, add motion not affecting players, brainsweeping not affecting witches 2022-04-25 09:46:49 -04:00
gamma-delta
19c10d8f47 this is the THIRD commit to fix the merge conflict what even CAUSED that 2022-04-25 00:38:02 -05:00
gamma-delta
6e1ae720b1 i REALLY hate git 2022-04-25 00:32:19 -05:00
gamma-delta
7538ee2326 git bad 2022-04-25 00:30:45 -05:00
gamma-delta
80b228d75d [Release] 0.8 release!
Changelog:

- Akashic libraries, a post-enlightenment key-value store accessible
  from anywhere in the world
- Edified Trees, which you can forcefully grow out of any sapling. The
  wood is used in Akashic libraries and some new decorative blocks
- Mishaps are now much prettier and more informative
- Many new actions, including trig operators, entity velocity, and beep
- The staff now keeps its patterns and state forever, even after closing
  the UI (you can manually clear it by shift-right-clicking).
- Scrying lens has more uses
- Spellbooks now can have each individual page rnamed in an anvil and
  sealed/unsealed, and now shows the type of iota stored with a color
  like foci
- Cyphers are now not completely useless; they are multi-use but just
  can't be recharged
- For modders: an actual, useful API!
- Casting sounds pan from ear to ear as you move the mouse
- Recharging itens is less lossy
- Tons and tons of bugfixes

A big thanks to @yrsegal for their help during this update and for being
a wonderful person in general~~
2022-04-25 00:29:04 -05:00
gamma-delta
7392a7276c [Release] 0.8 release!
Changelog:

- Akashic libraries, a post-enlightenment key-value store accessible
  from anywhere in the world
- Edified Trees, which you can forcefully grow out of any sapling. The
  wood is used in Akashic libraries and some new decorative blocks
- Mishaps are now much prettier and more informative
- Many new actions, including trig operators, entity velocity, and beep
- The staff now keeps its patterns and state forever, even after closing
  the UI (you can manually clear it by shift-right-clicking).
- Scrying lens has more uses
- Spellbooks now can have each individual page rnamed in an anvil and
  sealed/unsealed, and now shows the type of iota stored with a color
  like foci
- Cyphers are now not completely useless; they are multi-use but just
  can't be recharged
- For modders: an actual, useful API!
- Casting sounds pan from ear to ear as you move the mouse
- Recharging itens is less lossy
- Tons and tons of bugfixes

A big thanks to @yrsegal for their help during this update and for being
a wonderful person in general~~
2022-04-24 23:56:54 -05:00
yrsegal@gmail.com
3bc769ebfb it's too perfect
this commit changes nothing
but like
come on
2022-04-24 23:41:06 -04:00
yrsegal@gmail.com
8d351b494e fancy up redstone display 2022-04-24 14:18:14 -04:00
yrsegal@gmail.com
b424198a0e fancier redstone visualization 2022-04-24 13:00:04 -04:00
yrsegal@gmail.com
827ae99f69 lens comparator works in offhand 2022-04-24 09:58:50 -04:00
yrsegal@gmail.com
6af49dd1c8 empty book is treated as empty 2022-04-23 21:32:02 -04:00
yrsegal@gmail.com
611440cc01 they ARE bookshelves... 2022-04-23 21:20:14 -04:00
yrsegal@gmail.com
a5896c919f fix a visual bug with empty lines 2022-04-23 21:11:36 -04:00
yrsegal@gmail.com
b864a287d5 fix the colorizer issue for realsies 2022-04-23 20:27:18 -04:00
yrsegal@gmail.com
f6f862db59 mojang why 2022-04-23 19:06:37 -04:00
yrsegal@gmail.com
19ba60b34a our woody blocks ignite 2022-04-23 18:32:47 -04:00