Compare commits

...

1309 commits

Author SHA1 Message Date
petrak@ 630146956d
Merge pull request #503 from Nitero/main
render patterns via textures to boost fps
2023-08-05 13:00:58 -04:00
Nito f5a76ed0cd render patterns via textures to boost fps 2023-07-29 21:24:14 +02:00
petrak@ 60c55d86b1 datagen is still incredibly broken but it doesn't matter because we 1.20 now 2023-07-08 15:23:22 -05:00
petrak@ a4a49fd411 running into an issue in TagManager.getTagDir; pushing so i can check if it's fixed in 1.20 2023-06-20 14:49:46 -05:00
petrak@ 99b8dd186b probably making great spells random again (amend because i forgot to regen xplat datagen) 2023-06-20 14:09:53 -05:00
petrak@ f9a608a06a fix merge conflict 2023-06-20 11:35:13 -05:00
petrak@ 430ca3582e you can now actually get enlightened. lol lmao 2023-06-20 11:34:02 -05:00
petrak@ 776b21cbc6
Merge pull request #479 from Talia-12/main
Circles can store Pigments, some bugfixes
2023-06-19 12:22:32 -04:00
Talia-12 541a0b365a Fix recipe issues, not grabbing all code properly for the circle colours, and fix #478 (VillagerIngredient's weren't adding their type to the buffer, fixed by moving the type-adding code into BrainsweepeeIngredient.) 2023-06-15 15:26:15 +10:00
Talia-12 4e4d34a315 java is evil; why does this fix referencing-LocalPlayer on server issues 2023-06-15 01:47:47 +10:00
Talia-12 99e8228610 renamed Colorizers to Pigments everywhere that wouldn't be tedious (i.e. not in ids, or lang files).
(cherry picked from commit d311390281213bd45165af6f504d7436fb989c44)
2023-06-15 01:05:03 +10:00
Talia-12 75b4eb7a4b circles can now store their own pigments. 2023-06-15 01:04:55 +10:00
Talia-12 4d4262aeff fixed some doc stuff
(cherry picked from commit b09e7a1ff45fbf7e43f10551cd9e99ff4bbc1059)
2023-06-15 01:03:36 +10:00
Talia-12 ab7cc7257b added colours for ACHILLEAN pigment, waiting on a texture 2023-06-14 15:33:26 +10:00
petrak@ 9c3bccedd3
Merge pull request #468 from Talia-12/main
Implementing Alwinfy's ArithmeticEngine
2023-06-14 00:58:25 -04:00
Talia-12 045618fbc0 made impeti display messages when they print #473. Fixed some lang stuff. 2023-06-13 01:48:00 +10:00
Talia-12 0236a1f6fb fixed a bunchhh of lang file stuff, and fixed Mason Directrix's model textures rendering both directions glowy. 2023-06-10 17:02:09 +10:00
Talia-12 c51b49f62a added even bigger phial visuals 2023-06-06 15:25:57 +10:00
petrak@ 8b2995d2c4 i forget what this code is doing 2023-06-05 21:54:24 -05:00
Talia-12 a051f85396 casting sounds are back for casting items! 2023-06-04 22:49:28 +10:00
Talia-12 3be1da94d4 added a bunchh more decoration blocks; the way that I've extended the BlockEntityQuenchedAllayRenderer is kinda hacky 2023-06-04 22:34:19 +10:00
Talia-12 e50f233176 made Evanition interact properly with unescaped and escaped introspection/retrospections. 2023-06-04 17:17:33 +10:00
Talia-12 798bb79acb added documentation for Evanition. 2023-06-04 16:23:39 +10:00
Talia-12 70aaf42d8f add bounds checks to arccos and arcsin 2023-06-04 16:16:11 +10:00
Talia-12 9b13e218ba Made ContinuationIotas not serialise if they're too big. 2023-06-02 22:47:30 +10:00
Talia-12 5d90b58219 Add in Alwinfy's Iris' Gambit 2023-06-02 22:35:30 +10:00
Talia-12 9157ef5dcb reset ops used after each slate when circles are casting. 2023-06-02 20:50:13 +10:00
Talia-12 31b7577605 added a pattern to cycle the offhand item's variant, haven't documented it since I'm not sure if it should be a temp-dev thing or the actual way of making variants. 2023-06-02 15:00:38 +10:00
Talia-12 0f78ac17a1 rename operators package to actions to avoid confusion now that there's a *separate* thing called operators. 2023-06-02 14:31:00 +10:00
Talia-12 2a4d156a78 Added in Item variants for foci, spellbooks, cyphers, trinkets, and artifacts. Haven't added a way to get different variants in game yet. Also, some of the variants have weird z-fighting that I haven't fixed yet 2023-06-02 14:26:18 +10:00
Talia-12 343338d66d change everything to use | for type unions and [X] for list of X 2023-06-02 00:42:38 +10:00
Talia-12 208ffce914 make operation counter reset after each pattern is drawn. 2023-06-02 00:26:04 +10:00
Talia-12 cf3624692e Fixed #381 (see the issue for details on why this works). 2023-06-02 00:10:35 +10:00
Talia-12 0446a53959 Fixed some from #385 (renamed GTP to teleport/great, renamed hexcasting:conjured to hexcasting:conjured_light), fixed casting.json using old staff id. 2023-06-01 23:28:41 +10:00
Talia-12 72d7845178 Fixed a number of the issues in #391 (type signature stuff, cost of break block & place block being inconsistent). 2023-06-01 23:22:06 +10:00
Talia-12 a9c859f56d Implemented #463 (pressing ESC in the casting GUI while in the middle of drawing a pattern erases the in-progress pattern rather than closing the screen). 2023-06-01 22:32:17 +10:00
Talia-12 a10b096402 implemented "Undo in parenthised" mentioned in #441. The *way* I did this is kinda hacky, particularly in GuiSpellcasting. 2023-06-01 22:23:48 +10:00
Talia-12 0daecb38e4 Fix #439 2023-06-01 21:44:49 +10:00
Talia-12 578c4fdab5 fixed bug from #440 implementation, implemented #439 (casting items now store the caster's pigment when created). 2023-06-01 21:41:37 +10:00
Talia-12 c4c2825f3d did #440, SerDer of Vec3Iotas as CompoundTags. 2023-06-01 21:15:21 +10:00
Talia-12 d51fe053e3 Reimplemented divide by 0 mishaps in DoubleArithmetic, fixed mishaps not being able to alter the stack (accepting mutable copy of immutable list, changes to copy not changing original) 2023-06-01 20:50:40 +10:00
Talia-12 7c6b6e530d Rename .java to .kt 2023-06-01 20:50:39 +10:00
Talia-12 13bfc65583 Fix #461 (iotas added to ravenmind not serialised properly), and make it so staff cast data only gets reset when both stack and ravenmind are clear. Also made it so writing null to the ravenmind clears it. 2023-06-01 19:48:24 +10:00
Talia-12 27abbadfd5 Fixed #464, quenched shards aren't a media source 2023-06-01 18:42:32 +10:00
Talia-12 be38658478 todo 2023-06-01 17:46:05 +10:00
Talia-12 d7b2946f55 added a bunch of comments to all the out-facing parts of the Arithmetic system. 2023-06-01 17:44:56 +10:00
Talia-12 67fd933397 made all the maths stuff operators. 2023-06-01 17:08:29 +10:00
Talia-12 9ef5a8d15f Fix #465, tooltips for lists, null iotas, and patterns not being setup properly. 2023-05-31 23:22:55 +10:00
Talia-12 6fdee9e541 made bools and sets Arithmetic as well, did the documentation 2023-05-31 23:09:42 +10:00
Talia-12 99a1ad6528 made a proper registry for the Arithmetics, made it so media flow can enter/exit from the bottom of slates 2023-05-31 22:03:38 +10:00
Talia-12 9c830ef082 renamed some things to be more general, got the book working again 2023-05-31 21:15:43 +10:00
Talia-12 e62816eff5 list arithmetic fully implemented 2023-05-31 20:38:19 +10:00
Talia-12 a7f89b0776 Rename .java to .kt 2023-05-31 20:38:18 +10:00
Talia-12 07cc518719 partway through getting a bunch of list stuff converted to Operators. 2023-05-31 20:17:04 +10:00
Talia-12 e67c61a23e started making list ops, about to come up with new patterns for things 2023-05-31 18:40:44 +10:00
Talia-12 24dcfb414b swapped ArithmeticEngine access to a new castable called OperationAction so that they can use the existing systems for rendering patterns in the patchouli book. 2023-05-31 18:11:37 +10:00
Talia-12 cf91914f52 make ArithmeticEngine take a list 2023-05-31 18:01:29 +10:00
Talia-12 6f5c652554 ArithmeticEngine successfully working! 2023-05-31 17:49:22 +10:00
Talia-12 c276d4c600 delete StringArithmetic since base hex casting has no strings 2023-05-31 15:43:56 +10:00
Talia-12 7e4ca87a91 started porting all the things from https://github.com/Alwinfy/ArithmeticDemo 2023-05-31 15:43:41 +10:00
petrak@ 3c73a7da98 fix #398 apparently 2023-05-23 13:43:19 -05:00
petrak@ 92a8510c4d today in things that are not circles 2023-05-23 13:36:26 -05:00
petrak@ f428f3fd21 to at least some level get all the extant circle components a-working 2023-05-23 12:56:37 -05:00
petrak@ 0be178c088 today in 'petra does things' 2023-05-16 15:04:03 -05:00
petrak@ 4b8c915054 get error posting working 2023-05-16 11:42:45 -05:00
petrak@ 35e6b3f766 spell circle error handling is a bit sus 2023-05-15 12:19:53 -05:00
petrak@ ac2a938119 edit a little bit of the lore because i feel kind of bad about it 2023-05-15 11:54:51 -05:00
petrak@ 2ccede6a5e wahoo! at least get forg working 2023-05-10 13:52:09 -05:00
petrak@ 5f4360e197 move scrying lens to being an attribute, and add some potion effects just for fun 2023-05-10 13:20:45 -05:00
petrak@ 4a729ef2d8 i will be doing many things not 'armor' in the armor branch 2023-05-03 14:21:03 -05:00
petrak@ 1c1db918fe armor?! 2023-05-01 13:33:36 -05:00
petrak@ 5065475877 rename the packet names from syn/ack to C2S/S2C 2023-04-27 21:36:56 -05:00
petrak@ 4bdeacd450 uhh something 2023-04-27 20:46:07 -05:00
petrak@ e7d4cc5260 add new default pigment 2023-04-27 15:30:24 -05:00
petrak@ 697450dd66 woot woot! fix bad maven deps and improve perf on colorizers 2023-04-27 14:26:15 -05:00
petrak@ c6612c547a kind of fix sounds but not really again 2023-04-24 21:45:36 -05:00
petrak@ 7f73db1786 bang on langfile, half-fix sounds 2023-04-24 21:18:24 -05:00
petrak@ 92860e463d it compiles! now to bang on things until they break 2023-04-24 19:23:50 -05:00
petrak@ 17439c48bf stop accidentally uploading things to modrinth 2023-04-24 18:26:17 -05:00
petrak@ ac1c16c2e7 i wish all javadoc a very die 2023-04-24 13:38:26 -05:00
petrak@ efa986f3c3 it compiles! and finally fix the gravi api problem 2023-04-24 13:34:11 -05:00
petrak@ 846ef5b58a ok THERE's the merges 2023-04-24 12:13:41 -05:00
petrak@ 8fce0de22a this won't compile, i forgor how to git 2023-04-24 12:07:10 -05:00
petrak@ 954f8918ae merge in talia's fix? hopefully? 2023-04-24 11:38:03 -05:00
petrak@ a1ad4545d9 ok now does it not crash 2023-04-24 11:30:52 -05:00
petrak@ a46e6406b6 ok now it should work 2023-04-24 11:19:51 -05:00
petrak@ 58cda6994f move to pkpcpbp, let's see if this does the gh 2023-04-24 11:15:44 -05:00
petrak@ 213f5907e0
Merge pull request #453 from Falkory220/main
Fixed a few small bugs
2023-04-24 11:18:32 -04:00
petrak@ e07c4465ba
Merge pull request #451 from Talia-12/casting-context
Wowza!
2023-04-24 11:18:14 -04:00
Talia-12 9113854f10 Fixed attempting to use ClientLevel on server. 2023-04-21 18:47:58 +10:00
Talia-12 178bf2dbcd add negative behaviour to OpFisherman and OpFishermanButItCopies, moves/copies from the top of the stack to |x| elements deep. 2023-04-21 17:04:14 +10:00
Talia-12 0ff0c7904b Make max size/depth for recursive data types from addons supported. 2023-04-21 16:22:08 +10:00
falkory 979d10ab2b Edified buttons and pressure plates no longer have collision and added default lang entry for slate, should show up if raycast 2023-04-18 15:52:50 +01:00
Talia-12 09bc232d40 fix hermes? 2023-04-15 21:33:04 +10:00
Talia-12 544fa2ac3c OpGetCaster returns null if the caster is null. 2023-04-15 21:33:04 +10:00
Talia-12 e7cac1e30d Make it so that the code to execute patterns is contained in PatternIota, enabling other Iotas to be executable if we want. 2023-04-15 21:33:03 +10:00
Talia-12 8396c90c5f fix things broken by merge. 2023-04-15 21:33:03 +10:00
Talia-12 285a647a9c HELLLL YES (circles actually working!!) 2023-04-15 21:33:03 +10:00
Talia-12 6fd69a5343 slates render properly now. 2023-04-15 21:33:02 +10:00
Talia-12 5c8f63beb2 lots of little changes to get circles rendering and sounding right again. 2023-04-15 21:33:02 +10:00
Talia-12 335f360f55 energize and deenergize circle components at correct times. 2023-04-15 21:33:01 +10:00
Talia-12 60ca7659f2 started setting up tick scheduling and tracking for depowering circle components. 2023-04-15 21:33:01 +10:00
Talia-12 0ec2a53f29 hooked BlockEntityAbstractImpetus together more 2023-04-15 21:33:01 +10:00
Talia-12 88cfca2d4e Made BlockCircleComponent extend ICircleComponent, fixed all the problems that caused. 2023-04-15 21:33:00 +10:00
Talia-12 4b1e5e997e Made Circles able to have a player again. Made the AABB of the circle used. Made StaffCastEnv and PackagedItemCastEnv give creative players inf media. Fixed CastingEnvironment.getHeldItemToOperateOn 2023-04-15 21:33:00 +10:00
Talia-12 337736e32d Made Circles able to have a player again. Made the AABB of the circle used. Made StaffCastEnv and PackagedItemCastEnv give creative players inf media. 2023-04-15 21:32:59 +10:00
Talia-12 9d0c828b4f Fixed MsgNewSpellPatternAck trying to read non-existent data from buffer, and CastingEnvironment assertVecInRange/EntityInRange having conditions inverted. 2023-04-15 21:32:58 +10:00
Talia-12 fa8d109403 fixed things to the point that it actually compiles and runs. 2023-04-15 21:32:58 +10:00
Talia-12 c29bccbe10 Fixed/patched lots of things with temporary solutions to get it to compile 2023-04-15 21:32:56 +10:00
Talia-12 a51aead089 removed unused methods from BlockEntityStoredPlayerImpetus, fixed sentinel now being nullable, and using null to indicate no sentinel. 2023-04-15 21:31:48 +10:00
Talia-12 7c712adac6 swapped over to using longs for media amounts everywhere. Added CircleMishapEnv. Setup CircleCastEnv more. 2023-04-15 21:31:47 +10:00
Talia-12 72efd81285 asdf tried to get things working but there's a lot broken! 2023-04-15 21:31:43 +10:00
petrak@ 34f769a895 block out the spell circle executor, help me winfy-won kenobi 2023-04-15 21:31:11 +10:00
petrak@ 6218f5a6e8
Merge pull request #437 from beholderface/main
Implement amethyst sconce orientation
2023-04-04 16:13:51 -04:00
petrak@ 5a2ebae905
Merge pull request #350 from ChuijkYahus/main
Update zh_cn.json
2023-04-04 16:13:40 -04:00
petrak@ 15bc36b317
Merge pull request #427 from Falkory220/main
New improved textures!
2023-04-04 16:13:28 -04:00
ChuijkYahus c9f67d9d97
typo 2023-03-25 03:15:39 +08:00
beholderface 5ac6d1df61 Implement amethyst sconce orientation
Properly rotates the direction of particles too. Also allows sconces to be waterlogged.
2023-03-12 23:31:14 -04:00
falkory 5f9f12ae2a Made the trinkets, cyphers and artifacts a bit brighter 2023-03-08 16:32:51 +00:00
Falkory220 126ecdb17b
Merge branch 'gamma-delta:main' into main 2023-03-08 16:26:44 +00:00
ChuijkYahus 29e4ceba57
bool to num 2023-02-27 13:00:43 +08:00
ChuijkYahus 128b1b9882
Merge branch 'gamma-delta:main' into main 2023-02-27 11:09:17 +08:00
petrak@ ed1c1b45e7 close #393 once this gets merged 2023-02-26 14:49:27 -06:00
petrak@ a3b62c4ab8 close the first half of #417 2023-02-26 14:47:21 -06:00
petrak@ b9a4e8c204 close #413 due to homestuck 2023-02-26 14:28:01 -06:00
falkory 816ada1f5d Update Large Scroll Textures 2023-02-26 11:27:58 +00:00
falkory 5b1669f065 New Lore Fragment Textures 2023-02-26 07:15:21 +00:00
falkory afcfc1b6b0 Update Sprite Sheet 2023-02-26 06:56:42 +00:00
falkory ca3ab08b68 New slate textures! 2023-02-26 06:55:11 +00:00
petrak@ e24e642432 meta-eval limit is dead, long live op limit 2023-02-24 20:22:41 -06:00
ChuijkYahus 4979328b51
Merge branch 'gamma-delta:main' into main 2023-02-25 01:54:00 +08:00
petrak@ c43ee4d2e2 close #424 2023-02-24 11:38:21 -06:00
petrak@ 9d9f67ea79 close #419 2023-02-24 11:28:01 -06:00
petrak@ fae9a2eecd bang on #419. i'm half-convinced this is a bug in fabric events now? 2023-02-24 11:22:56 -06:00
ChuijkYahus 834213548e
atan2 math logic fix 2023-02-24 19:08:11 +08:00
ChuijkYahus c1455ef148
atan2 2023-02-24 18:14:48 +08:00
ChuijkYahus 99202a9282
Merge branch 'gamma-delta:main' into main 2023-02-24 16:19:44 +08:00
petrak@ 03e616ad15 Merge branch 'main' of https://github.com/gamma-delta/HexMod
alwinfy fixes
2023-02-23 23:11:40 -06:00
petrak@ 81b6617972 close #422 2023-02-23 23:07:44 -06:00
Alwinfy 29074ab4fe
Merge remote-tracking branch 'origin/main' into eval/cc 2023-02-23 15:51:01 -05:00
ChuijkYahus 7e581e1c8f
Merge branch 'gamma-delta:main' into main 2023-02-20 12:03:32 +08:00
ChuijkYahus f3edb5f0d1
fix action ids 2023-02-20 09:49:33 +08:00
Alwinfy 5cac215daa
Fix up more lang errors 2023-02-19 02:18:10 -05:00
ChuijkYahus 8c217cb986
lore wording & new features 2023-02-19 14:46:57 +08:00
ChuijkYahus dee0a8c11a
Merge branch 'gamma-delta:main' into main 2023-02-19 11:33:10 +08:00
Alwinfy 938b2f4eb5
Fix pattern name localization fml 2023-02-18 21:57:01 -05:00
Alwinfy 1a5ba7ff3d
Update the pattern fetching code, it's badly out of date 2023-02-18 21:21:12 -05:00
Alwinfy 182b8fc617
Update patterns for spoilering 2023-02-18 21:06:21 -05:00
petrak@ 9a231a634b waluigi 2023-02-18 19:19:49 -06:00
petrak@ a6b438dd76 to the joy of williewilluses everywhere, swap the discord link in the book to a forum link 2023-02-18 18:39:43 -06:00
petrak@ a501f774c3 i've been patching up the harness, all the live-long day 2023-02-18 17:53:27 -06:00
petrak@ ca5ccf60f6 merge from main 2023-02-18 17:21:35 -06:00
petrak@ 6af8d45c73 notes 2023-02-18 17:17:13 -06:00
petrak@ cccaa3e3a7 document quenching 2023-02-18 12:36:54 -06:00
petrak@ f42a088c34 more staves! more shards! 2023-02-18 11:43:05 -06:00
ChuijkYahus 98e4558bc8
altiora and related stuff 2023-02-18 16:55:31 +08:00
ChuijkYahus d693efc78d
Merge branch 'gamma-delta:main' into main 2023-02-18 14:50:10 +08:00
petrak@ 70a71004fd add more gaslighting that probably doesn't work but i'm too tired to check 2023-02-17 23:47:46 -06:00
petrak@ 293f96d8d7 yea wooh 2023-02-17 22:06:15 -06:00
petrak@ 237e75e6da wowza what a texture 2023-02-17 21:44:16 -06:00
petrak@ e44892389c this isn't working 2023-02-17 20:56:39 -06:00
petrak@ 74690580f6 woo, altiora works on fabric and forge 2023-02-17 19:30:41 -06:00
petrak@ cefd9439db ex altiora 2023-02-17 18:06:12 -06:00
petrak@ 10d4b45c93 moar sfx 2023-02-17 16:44:11 -06:00
petrak@ e23d2a3da1 better flight 2023-02-17 14:11:16 -06:00
petrak@ 182aabd032 make everything use the hexagonal particles (why did i have it otherwise?) 2023-02-16 15:12:19 -06:00
petrak@ 07ab36ad34 aight, quenching is a go 2023-02-16 14:39:57 -06:00
petrak@ ac9e00f675 gas my own light, gate my own keep, and girl my own boss 2023-02-16 13:53:37 -06:00
ChuijkYahus dd3f36902a
fix grammar in thought-knot's patchi entry 2023-02-16 22:35:35 +08:00
ChuijkYahus 9c36f6b6aa
update 2023-02-16 16:25:33 +08:00
ChuijkYahus fdef4b0632
Merge branch 'gamma-delta:main' into main 2023-02-16 15:01:23 +08:00
petrak@ 9e9413e340 eeeeee 2023-02-16 00:58:31 -06:00
petrak@ 99e32ac84e yeah a BE was the way to go 2023-02-16 00:40:35 -06:00
petrak@ 88a0234cec not sure if this is a good look? might go with a BER after all 2023-02-15 19:14:26 -06:00
petrak@ 588a554efa document and add recipe for thought knots 2023-02-15 02:21:48 -06:00
petrak@ 1dc3c88856 it thinks, therefore you aren't 2023-02-15 01:37:09 -06:00
petrak@ 1750f29a69 fix up mishaps some more and fix a few spells 2023-02-15 00:50:46 -06:00
petrak@ 2233c7697d block up mishap envs 2023-02-15 00:26:28 -06:00
petrak@ 50554d5bf7 @Alwinfy ravenmind semantics 2023-02-08 09:58:02 -06:00
Alwinfy a7a5073a74
Bring down the error count hopefully 2023-02-07 21:57:52 -05:00
petrak@ d5e65b5162 for kirin: cheapen break block and reduce packaged hex cooldowns 2023-02-04 18:52:00 -06:00
Alwinfy 7b0813d1b6
Update continuation docs 2023-02-04 18:34:08 -06:00
petrak@ fd86f57fbb awooga 2023-02-04 17:58:00 -06:00
petrak@ 29b6f536b9 slightly updated docs 2023-02-04 12:49:04 -06:00
petrak@ 1623d29653 GFM isn't real 2023-02-04 11:37:14 -06:00
petrak@ 24367669e5 aaaaaugh. also document things 2023-02-04 11:35:26 -06:00
petrak@ 117fbfb781 why couldn't i leave well enough alone 2023-02-03 11:22:21 -06:00
petrak@ b9a742f645 code doesn't have to compile it's not real 2023-02-03 10:28:43 -06:00
petrak@ e37d08d81e compiling is a myth invented by big code 2023-02-02 13:05:47 -06:00
petrak@ af03b8c321 close #401 2023-02-01 09:59:45 -06:00
petrak@ 4f5cbb12fc fix #364 (good catch) 2023-01-31 19:04:15 -06:00
petrak@ cf79af662b fix #400 2023-01-31 18:56:48 -06:00
petrak@ f6cf4af59b telepig works now, close #402 2023-01-31 18:51:05 -06:00
petrak@ ca36dfa484 corporate needs you to tell the difference between [an arrow] and [a trident] 2023-01-30 13:53:36 -06:00
petrak@ 42c1dc0e61 arrow vel fix also works for spectral arrows 2023-01-30 13:49:27 -06:00
petrak@ d1640d956a close #370 2023-01-30 13:36:52 -06:00
petrak@ abc2e7862b yatta! close #377 and make lore spawn lmao 2023-01-23 14:31:19 -06:00
petrak@ aca2c19be6 first smoketestable 2023-01-22 23:59:19 -06:00
petrak@ edc4012f69 loot cleanup wip! 2023-01-22 21:59:48 -06:00
petrak@ 18cab3e0e3 fix #368 2023-01-22 21:19:22 -06:00
petrak@ e665432718 easiest bugfix ever, fix #352 2023-01-22 21:18:25 -06:00
petrak@ 01f461f8c6 can no longer seal unwritten things 2023-01-22 21:15:45 -06:00
petrak@ 91399cd5e0 finish close #360 2023-01-22 21:06:42 -06:00
petrak@ 7e3cdb2f1a fix bad loc on jei pat recipes 2023-01-22 20:08:49 -06:00
petrak@ 9d2d56916a fix bowlglimmer and ligature costs, re #360, closes #351 2023-01-22 20:06:54 -06:00
petrak@ c6c862d0f4 close #387 (picked 8192) 2023-01-22 19:47:18 -06:00
petrak@ eade2a5206 fix #362 2023-01-22 17:02:17 -06:00
petrak@ 1845a11797 Close #371
Summoned rain lasts 0.5-1.5hrs; summoned sunshine lasts 2-3hrs.
2023-01-22 14:13:55 -06:00
petrak@ 07df9298e8 fix localization of scrolls 2023-01-22 14:08:32 -06:00
petrak@ 8d81adf258 close #384 (and also change scrolls) 2023-01-22 14:08:09 -06:00
petrak@ ebf43e15f2 prevent render brainsweep crash on fabric. todo: how to make villager regalia show up 2023-01-22 13:52:43 -06:00
petrak@ 39ef925229 close #374 2023-01-22 12:47:26 -06:00
petrak@ dfc7bf59de close #375 2023-01-21 20:58:09 -06:00
petrak@ 08a733fd7d close #382 2023-01-21 20:50:57 -06:00
petrak@ 2c5309da40 close #380 2023-01-21 20:43:28 -06:00
petrak@ 8b0a01e825 close #378 2023-01-21 20:29:09 -06:00
petrak@ 57b415e025 re-impl halt 2023-01-21 17:40:54 -06:00
petrak@ 4010ea6d9e move more things 2023-01-21 17:35:41 -06:00
petrak@ 05e4114b97 fully make greatness a tag 2023-01-21 15:49:20 -06:00
petrak@ 2f2ab69816 fixed action tags not working on fabc 2023-01-21 14:51:40 -06:00
petrak@ 7e7b5ff3ae it appears to work?! 2023-01-21 14:08:31 -06:00
petrak@ 4af930e7a7 data: genned 2023-01-21 13:23:24 -06:00
petrak@ e900e4d62b it's compiling! 2023-01-21 12:45:32 -06:00
petrak@ ede95c4b49 creeping towards compilation 2023-01-21 11:53:23 -06:00
petrak@ 5d8b7a61eb this does not compile even a little bit but i'm pushing so i'm not anxious having code on my HD 2023-01-20 13:27:35 -06:00
petrak@ 7748cf7387 that sucked 2022-12-30 17:00:52 -05:00
petrak@ baf74c64cc converting the ersatz registry. this mega sucks 2022-12-30 14:50:50 -05:00
petrak@ 573fbb738a oh god, this is gonna suck 2022-12-30 13:43:38 -05:00
petrak@ 5f9ced55fc clean up xplat 2022-12-30 13:07:21 -05:00
petrak@ bdbb8b0e83 MVP ready 2022-12-30 13:00:47 -05:00
petrak@ c3ebba18f0 finish logic for entity ingrs 2022-12-28 14:11:28 -05:00
petrak@ 2acf7920b5 Merge branch 'main' into arbitrary-brainsweeps
Keep up to date with main
2022-12-28 13:33:15 -05:00
ChuijkYahus bf4a6f504b
fix 2022-12-13 13:31:16 +08:00
ChuijkYahus 27b7a4e6c4
Merge branch 'gamma-delta:main' into main 2022-12-13 13:17:33 +08:00
petrak@ c8510ed83d [Release] 0.10.3 release!
Really quick stupid bugfix release making Hermes' Gambit work again...
whoopsy. Also some other bugfixes.
2022-12-03 23:15:52 -05:00
petrak@ deec17376f at the behest of my friend Terabithia, who helped me write the lore, change the character's name to Cardamom 2022-12-03 12:05:38 -05:00
petrak@ 9616b89979 redocument flock's refl, close #338 2022-12-03 11:52:45 -05:00
petrak@ 11e576c7e5 Merge branch 'main' of https://github.com/gamma-delta/HexMod
Oh for god's sake just pull
2022-12-03 11:32:00 -05:00
petrak@ f070b271ff fixerman's gambit (close #345) 2022-12-03 11:31:19 -05:00
petrak@ 59418e28fe
Merge pull request #346 from Cypher121/patch-2
Soft-fail if looking up action for mishap gets nothing back
2022-12-03 11:16:51 -05:00
petrak@ 4a3ffd924f
Merge pull request #340 from Cypher121/patch-1
Fix Hermes reading from bottom of the stack
2022-12-03 11:16:39 -05:00
petrak@ a0fde191d4 keep on mergin 2022-12-03 11:16:22 -05:00
June a7d83782b6
More try-catch for getUpdate 2022-12-03 15:29:16 +01:00
June 503d5db16c
Fix #343 2022-12-03 06:22:05 +01:00
June 68db125848
Fix Hermes reading from bottom of the stack
Closes #339
2022-12-01 18:37:09 +01:00
petrak@ 7da34e9174 [Release] 0.10.2 release!
Just bugfixes this time around.
2022-11-30 12:24:49 -05:00
ChuijkYahus 07dc07aaca
update 2022-11-30 10:39:50 +08:00
ChuijkYahus 416292c556
Merge branch 'gamma-delta:main' into main 2022-11-30 10:37:20 +08:00
petrak@ 949e4bb292 fix #325 2022-11-29 15:24:44 -05:00
petrak@ 9704ffe4ca close #307. real intelligent mistake there petra 2022-11-29 14:28:34 -05:00
petrak@ 8216dd984e fix #323 2022-11-29 14:25:53 -05:00
petrak@ 725aa894d4 probably fix #327? 2022-11-29 14:21:38 -05:00
petrak@ 3a8dfa6cc8 fix #329 and fix #332 2022-11-29 13:42:31 -05:00
ChuijkYahus 04cb6651bc
update 2022-11-30 01:43:21 +08:00
petrak@ de8e84cdbd probably fix #329? i wasn't able to reproduce 2022-11-29 12:35:12 -05:00
petrak@ 30c81e2008 close #331, document 2dup, and clean up langfile 2022-11-29 12:18:01 -05:00
petrak@ 33ba0ee4e1 rrgh 2022-11-29 12:07:08 -05:00
petrak@ f5a7a5fe82
Merge pull request #322 from ChuijkYahus/main
Update zh_cn.json
2022-11-29 10:51:56 -06:00
ChuijkYahus 71904e282c
fix 2022-11-24 09:35:01 +08:00
ChuijkYahus 71891078f8
fix 2022-11-24 01:32:24 +08:00
ChuijkYahus 4a26dbf706
fix 2022-11-23 18:09:47 +08:00
ChuijkYahus 8453410557
fix 2022-11-23 09:32:07 +08:00
petrak@ 7c00cbaec8 possibly impl arbitrary brainsweeps. i don't know. i'm in offline mode 2022-11-22 19:31:09 -06:00
ChuijkYahus fd80f45aca
fix 2022-11-23 09:30:56 +08:00
ChuijkYahus 7dc7698592
fix 2022-11-23 09:28:53 +08:00
ChuijkYahus 1518ce2a0d
fix 2022-11-23 09:28:39 +08:00
petrak@ 30701702c7 Merge branch 'main' into arbitrary-brainsweeps 2022-11-22 09:44:20 -06:00
petrak@ f1f1f6aa7f make cloth config mandatory 2022-11-22 09:44:13 -06:00
petrak@ 0d90addd8d fix #321 2022-11-22 09:40:08 -06:00
ChuijkYahus aa5c918525
config lines 2022-11-22 23:29:02 +08:00
Alwinfy 1da56cd2dc
Merge remote-tracking branch 'origin/main' into eval/cc 2022-11-22 00:31:38 -05:00
petrak@ 739032b68e [Release] 0.10.1 release
- Fix the performance issues with the new pattern rendering
- Hermes and Thoth now have special sounds when you cast them
- Fix lots of bugs (most notably, great spells actually work now)
2022-11-21 22:27:29 -06:00
petrak@ a8b20d14ff jesus christ all of that has been under version 0.11. none of that is correct 2022-11-21 22:26:49 -06:00
petrak@ 1cf08a135c close #317 2022-11-21 22:20:29 -06:00
petrak@ fc62374f75 better particles for chronicler's gambit 2022-11-21 22:19:31 -06:00
petrak@ 274bec11d6 fix 292 2022-11-21 21:59:22 -06:00
petrak@ 79fea68588 close #301 2022-11-21 20:42:49 -06:00
petrak@ 2736b3616d close #302 2022-11-21 20:33:59 -06:00
petrak@ d8715c3604 remove the default dot speed because there's no dot anymore 2022-11-21 20:05:30 -06:00
petrak@ 8f43bdb5fe some day i will spell that goddamn word right (close #306) 2022-11-21 20:05:12 -06:00
petrak@ 56d9f57033 rerun datagen 2022-11-21 19:55:39 -06:00
petrak@ 76006d72dc finish sound cleanup and also other things cleanup 2022-11-21 19:48:25 -06:00
petrak@ 7699a5e468 start work on making sounds badnt 2022-11-21 17:55:36 -06:00
petrak@ 979fc3aa35 close #316 2022-11-21 14:54:57 -06:00
petrak@ 8fbb6acbf9 minor speling mistake 2022-11-21 14:08:06 -06:00
petrak@ 3f9c3a4561 badn't config 2022-11-21 14:07:27 -06:00
petrak@ aecf017b06 fix conflicts 2022-11-21 12:20:56 -06:00
petrak@ 138580cbf5
Merge pull request #298 from ChuijkYahus/main
Update zh_cn.json
2022-11-21 11:23:51 -06:00
petrak@ a43ead40d6 wall scrolls don't look like they were drawn with tank treads anymore 2022-11-21 11:17:16 -06:00
petrak@ 9a276c70de clip the end of the pattern line in certain cases for visibility 2022-11-20 22:38:35 -06:00
petrak@ ef176058ea fix #309 2022-11-20 21:36:55 -06:00
petrak@ 2878dcb0c1 close #280 and reduce conformity 2022-11-20 21:07:33 -06:00
petrak@ f4bc787551 re #280, use indexing instead of iterator abstraction 2022-11-20 20:15:33 -06:00
petrak@ 220ac8bcab re #280, upload things to the GPU in bigger chunks 2022-11-20 19:59:00 -06:00
ChuijkYahus 6cdb34efbb
Update zh_cn.json 2022-11-21 07:45:52 +08:00
ChuijkYahus 85dca3d6f4
Merge branch 'gamma-delta:main' into main 2022-11-21 07:44:45 +08:00
petrak@ e535938368 nerd emoji (close #300) 2022-11-20 16:14:36 -06:00
petrak@ 9376632128 close #299 2022-11-20 16:12:09 -06:00
petrak@ 3d56f0f826 close #303 2022-11-20 16:09:06 -06:00
petrak@ c2edcd68c1 probably fix #286 again 2022-11-20 15:54:20 -06:00
petrak@ ba42d97872 start work on arbitrary brainsweeps 2022-11-20 15:46:12 -06:00
ChuijkYahus 52726ba522
fix 2022-11-21 00:53:06 +08:00
ChuijkYahus 5956ad38d5
Update zh_cn.json 2022-11-21 00:42:56 +08:00
petrak@ 8de75904e3 version bump and update readme 2022-11-19 23:44:28 -06:00
petrak@ 8efa691725 [Release] 0.10 release!
Hexcasting is now out for 1.19.2!

Besides that,
- Add first-class booleans
- Add lots of new stack manipulation operations lifted from Forth
- Casting can now alert the Warden/sculk sensors
- Chronicler's Gambit! You can now write to focus items
- Fancier pattern display; there's now little indents for the lines
  instead of a moving dot.
2022-11-19 23:21:05 -06:00
petrak@ 30dc2e93c8 close #291 2022-11-19 23:18:40 -06:00
petrak@ 5920e0b9a4 fix #294 2022-11-19 22:30:44 -06:00
petrak@ dd6c871d3d dummy commit to get git to remember my token 2022-11-19 21:23:18 -06:00
petrak@ 7dc05d2951 maybe fix #286 2022-11-19 21:21:42 -06:00
Alwinfy cec40696d1
oops 2022-11-16 13:39:24 -05:00
Alwinfy f76d71bfe0
oops fix the audio thing 2022-11-16 01:08:36 -05:00
Alwinfy 3b367dcd9b
Pay a cost for every continuation jump 2022-11-16 00:58:51 -05:00
Alwinfy 7467687fad
DRY eval/cc 2022-11-16 00:58:29 -05:00
Alwinfy cc3691d9c9
Merge remote-tracking branch 'origin/main' into eval/cc 2022-11-16 00:48:06 -05:00
gamma-delta c33b1eb8af i am speed: add opt mods in dev on fabc 2022-11-15 23:26:35 -06:00
gamma-delta 5258208585 actually implement #291 ops with a generic-er class 2022-11-15 23:26:16 -06:00
gamma-delta 399f8c5cad re #291, nip 2022-11-15 22:12:29 -06:00
gamma-delta 22fe434328 re #291, pick 2022-11-15 22:11:04 -06:00
gamma-delta a535f1bab2 i said, 0.10.0 2022-11-15 21:51:47 -06:00
petrak@ 6eac358b68
Merge pull request #232 from ChuijkYahus/main
Simplified Chinese trsl
2022-11-15 21:42:30 -06:00
ChuijkYahus cbeeb47705
Merge branch 'gamma-delta:main' into main 2022-11-16 11:32:13 +08:00
gamma-delta 21a490d489 rebranding to 0.10 to make john semver ceo of semver happy 2022-11-15 21:10:53 -06:00
gamma-delta 9ca5738317 WITH CATLIKE TREAD! UPON OUR PREY WE STEAL! IN SILENCE DREAD! OUR CAUTIOUS WAY WE FEEL! NO SOUND AT ALL! WE NEVER SPEAK A WORD! A FLY'S FOOTFALL WOULD BE DISTINCTLY HEARD! 2022-11-15 21:09:30 -06:00
ChuijkYahus b64ae8131b
fix stray list macros in en_us 2022-11-16 10:51:03 +08:00
ChuijkYahus 82902aaa3b
fix 2022-11-16 10:44:45 +08:00
ChuijkYahus fcd76cf32c
update to fit en_us in main branch 2022-11-16 10:28:29 +08:00
ChuijkYahus fd1e190d09
Merge branch 'gamma-delta:main' into main 2022-11-16 10:08:16 +08:00
Alwinfy cd64f6394e
add eval/cc, aka continuation, aka OpEvalBreakable, aka Iris 2022-11-15 20:06:25 -05:00
gamma-delta 03dd09c6de amethyst dust now makes scrolls have the offset marks 2022-11-14 20:35:48 -06:00
gamma-delta f42b44f029 fix #269 2022-11-14 19:26:11 -06:00
gamma-delta 4aae1ed6b0 chronicler's gambit now has a particle spray 2022-11-13 23:37:35 -06:00
gamma-delta 47c429bc7b close #288 2022-11-13 23:29:52 -06:00
gamma-delta 558476caf4 apply winfy patches 2022-11-13 23:40:00 +00:00
Alwinfy 759dc0ba29 Fix waves not propagating across breaks 2022-11-13 23:39:41 +00:00
Alwinfy 8fbea3cca7 Render closing loops for completed patterns 2022-11-13 23:37:39 +00:00
gamma-delta 5f6eb40549 make trulyHurt always set a death message 2022-11-13 13:07:04 -06:00
gamma-delta 440ef4d0a4 close #271 2022-11-13 13:05:31 -06:00
gamma-delta 866f2cc083 close #287 2022-11-13 12:27:51 -06:00
gamma-delta 4e2ac08f3e close #288 2022-11-13 12:26:25 -06:00
gamma-delta c56d7cd03a close #285 2022-11-13 12:23:26 -06:00
gamma-delta 253e6a252b better publishin messages 2022-11-13 12:07:19 -06:00
gamma-delta 62a2aa3f65 close #283 2022-11-13 04:00:25 +00:00
gamma-delta ae7f208b38 close #277 2022-11-12 21:50:00 -06:00
yrsegal@gmail.com 2e152f9b08 simplify Flock's Gambit, use formatting for display components, add first-party type names 2022-11-11 19:49:03 -05:00
ChuijkYahus ee6f57d584
mana -> media 2022-11-11 17:35:55 +08:00
ChuijkYahus eb9a8464bd
fix location names & typesetting & readability 2022-11-11 16:59:14 +08:00
ChuijkYahus c76513d612
kinda finish 2022-11-11 15:24:42 +08:00
gamma-delta 0193da311d Merge branch 'main' of https://github.com/gamma-delta/HexMod 2022-11-10 10:18:59 -06:00
gamma-delta ed10178ddc make gemini gambit actually work 2022-11-10 10:18:52 -06:00
yrsegal@gmail.com fd62955347 swindler's was not removing the top of the stack 2022-11-09 20:29:41 -05:00
yrsegal@gmail.com 7356b95c75 fix an incorrect merge with the impetus tooltip 2022-11-09 19:58:27 -05:00
yrsegal@gmail.com 9730a252f2 fix two arguments incorrectly being inclusive 2022-11-09 19:53:40 -05:00
yrsegal@gmail.com 61e292af10 finish mana -> media 2022-11-09 19:50:37 -05:00
ChuijkYahus 9d45018053
more to come 2022-11-10 01:09:16 +08:00
ChuijkYahus a1b0602ad5
Update zh_cn.json 2022-11-09 13:11:35 +08:00
ChuijkYahus 091a79e677
Merge branch 'gamma-delta:main' into main 2022-11-09 12:04:20 +08:00
gamma-delta c9f3a4d56e fix up texture path not working 2022-11-08 19:07:08 -06:00
gamma-delta 22e30d5cb5 Merge branch 'main' into falky-tex 2022-11-08 18:55:40 -06:00
gamma-delta 0b3138d4ed compile dammit 2022-11-08 18:55:22 -06:00
falkory 40c2b95b93 New Textures 2022-11-09 00:39:42 +00:00
gamma-delta addecbee1b even better readme 2022-11-08 16:39:54 +00:00
gamma-delta ad64085b6a add better docs on the readme 2022-11-08 16:30:08 +00:00
gamma-delta b0beb23ba8 properly fix #164 2022-11-08 16:07:56 +00:00
Alwinfy f15c975d8a Render intersections with some buffer space 2022-11-07 22:38:20 +00:00
Alwinfy 6b2c3cd5bb Clean up line rendering code. Slightly hacky but works in the 99% case 2022-11-07 22:38:06 +00:00
yrsegal@gmail.com 4df5f443a0 media cube no longer lies about granting all knowledge 2022-11-06 23:18:09 -05:00
yrsegal@gmail.com b79392bc20 better display for debug patterns 2022-11-06 23:14:47 -05:00
yrsegal@gmail.com 87bcdae618 remove legacy migrator for colorizers 2022-11-06 20:35:44 -05:00
yrsegal@gmail.com 977f50b8d2 add PatternNameHelper 2022-11-06 15:11:47 -05:00
yrsegal@gmail.com 65512f9fa3 split "under" into inclusive and exclusive variants 2022-11-06 14:20:51 -05:00
gamma-delta 4a51f14afa dummy push to get 1.0 on ci 2022-11-06 13:02:53 -06:00
gamma-delta 5d086a93b8 actually actually document bools 2022-11-06 12:56:19 -06:00
gamma-delta c1eb1ce772 document bools 2022-11-06 12:51:34 -06:00
gamma-delta 05eaaf1d2a prevent weird dev modmenu crash and update bool display 2022-11-06 12:47:28 -06:00
gamma-delta c74fffa6b7 make bools actually work 2022-11-06 12:21:40 -06:00
gamma-delta 982208ba0f fix up docs for logic ops 2022-11-06 12:12:38 -06:00
gamma-delta 9d77334e84 impl and document new read/write stuff 2022-11-06 12:09:39 -06:00
gamma-delta 2a3c234741 the cooler write (untested) (kirin pog) 2022-11-06 17:11:30 +00:00
yrsegal@gmail.com fde595a6ce mother of all merges 2022-11-05 23:19:04 -04:00
yrsegal@gmail.com a01ff27453 Merge branch 'main' into 1.0
# Conflicts:
#	Common/src/generated/resources/.cache/cache
#	Common/src/generated/resources/assets/hexcasting/models/block/conjured.json
#	Common/src/main/java/at/petrak/hexcasting/api/PatternRegistry.kt
#	Common/src/main/java/at/petrak/hexcasting/api/addldata/ManaHolder.java
#	Common/src/main/java/at/petrak/hexcasting/api/block/circle/BlockEntityAbstractImpetus.java
#	Common/src/main/java/at/petrak/hexcasting/api/item/ColorizerItem.java
#	Common/src/main/java/at/petrak/hexcasting/api/item/DataHolderItem.java
#	Common/src/main/java/at/petrak/hexcasting/api/item/HexHolderItem.java
#	Common/src/main/java/at/petrak/hexcasting/api/item/ManaHolderItem.java
#	Common/src/main/java/at/petrak/hexcasting/api/spell/Action.kt
#	Common/src/main/java/at/petrak/hexcasting/api/spell/SpellDatum.kt
#	Common/src/main/java/at/petrak/hexcasting/api/spell/Widget.kt
#	Common/src/main/java/at/petrak/hexcasting/api/spell/casting/CastingContext.kt
#	Common/src/main/java/at/petrak/hexcasting/api/spell/casting/CastingHarness.kt
#	Common/src/main/java/at/petrak/hexcasting/api/spell/mishaps/MishapNoSpellCircle.kt
#	Common/src/main/java/at/petrak/hexcasting/api/spell/mishaps/MishapNotEnoughArgs.kt
#	Common/src/main/java/at/petrak/hexcasting/api/utils/ManaHelper.kt
#	Common/src/main/java/at/petrak/hexcasting/client/RegisterClientStuff.java
#	Common/src/main/java/at/petrak/hexcasting/client/ShiftScrollListener.java
#	Common/src/main/java/at/petrak/hexcasting/client/gui/GuiSpellcasting.kt
#	Common/src/main/java/at/petrak/hexcasting/common/blocks/akashic/BlockAkashicFloodfiller.java
#	Common/src/main/java/at/petrak/hexcasting/common/blocks/entity/BlockEntityStoredPlayerImpetus.java
#	Common/src/main/java/at/petrak/hexcasting/common/casting/RegisterPatterns.java
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/OpBlockAxisRaycast.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/OpTheCoolerRead.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/OpTheCoolerReadable.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/OpWrite.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/lists/OpRemove.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/math/OpPowProj.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/math/logic/OpBoolIdentityKindOf.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/OpBreakBlock.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/OpConjureBlock.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/OpCreateWater.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/OpDestroyWater.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/OpEdifySapling.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/OpErase.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/OpExplode.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/OpExtinguish.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/OpIgnite.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/OpMakeBattery.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/OpMakePackagedSpell.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/OpPlaceBlock.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/OpPotionEffect.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/OpRecharge.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/OpTheOnlyReasonAnyoneDownloadedPsi.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/great/OpBrainsweep.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/great/OpCreateLava.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/great/OpTeleport.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/stack/OpAlwinfyHasAscendedToABeingOfPureMath.kt
#	Common/src/main/java/at/petrak/hexcasting/common/casting/operators/stack/OpMask.kt
#	Common/src/main/java/at/petrak/hexcasting/common/command/ListPatternsCommand.java
#	Common/src/main/java/at/petrak/hexcasting/common/items/magic/ItemCreativeUnlocker.java
#	Common/src/main/java/at/petrak/hexcasting/common/items/magic/ItemMediaHolder.java
#	Common/src/main/java/at/petrak/hexcasting/common/lib/HexBlocks.java
#	Common/src/main/java/at/petrak/hexcasting/common/lib/HexItems.java
#	Common/src/main/java/at/petrak/hexcasting/common/misc/AkashicTreeGrower.java
#	Common/src/main/java/at/petrak/hexcasting/common/network/MsgNewSpellPatternAck.java
#	Common/src/main/java/at/petrak/hexcasting/common/network/MsgShiftScrollSyn.java
#	Common/src/main/java/at/petrak/hexcasting/datagen/HexAdvancements.java
#	Common/src/main/java/at/petrak/hexcasting/datagen/HexItemTagProvider.java
#	Common/src/main/java/at/petrak/hexcasting/datagen/recipe/HexplatRecipes.kt
#	Common/src/main/java/at/petrak/hexcasting/mixin/accessor/client/AccessorMouseHandler.java
#	Common/src/main/java/at/petrak/hexcasting/xplat/IXplatAbstractions.java
#	Common/src/main/resources/assets/hexcasting/lang/en_us.json
#	Fabric/gradle.properties
#	Fabric/src/generated/resources/.cache/cache
#	Fabric/src/generated/resources/data/hexcasting/recipes/dye_colorizer_black.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/dye_colorizer_blue.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/dye_colorizer_brown.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/dye_colorizer_cyan.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/dye_colorizer_gray.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/dye_colorizer_green.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/dye_colorizer_light_blue.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/dye_colorizer_light_gray.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/dye_colorizer_lime.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/dye_colorizer_magenta.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/dye_colorizer_orange.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/dye_colorizer_pink.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/dye_colorizer_purple.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/dye_colorizer_red.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/dye_colorizer_white.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/dye_colorizer_yellow.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/pride_colorizer_agender.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/pride_colorizer_aroace.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/pride_colorizer_aromantic.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/pride_colorizer_asexual.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/pride_colorizer_bisexual.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/pride_colorizer_demiboy.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/pride_colorizer_demigirl.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/pride_colorizer_gay.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/pride_colorizer_genderfluid.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/pride_colorizer_genderqueer.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/pride_colorizer_intersex.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/pride_colorizer_lesbian.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/pride_colorizer_nonbinary.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/pride_colorizer_pansexual.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/pride_colorizer_plural.json
#	Fabric/src/generated/resources/data/hexcasting/recipes/pride_colorizer_transgender.json
#	Fabric/src/main/java/at/petrak/hexcasting/fabric/FabricHexClientInitializer.kt
#	Fabric/src/main/java/at/petrak/hexcasting/fabric/FabricHexConfig.java
#	Fabric/src/main/java/at/petrak/hexcasting/fabric/FabricHexInitializer.kt
#	Fabric/src/main/java/at/petrak/hexcasting/fabric/cc/CCDataHolder.java
#	Fabric/src/main/java/at/petrak/hexcasting/fabric/cc/HexCardinalComponents.java
#	Fabric/src/main/java/at/petrak/hexcasting/fabric/interop/emi/EmiBrainsweepRecipe.java
#	Fabric/src/main/java/at/petrak/hexcasting/fabric/interop/emi/HexEMIPlugin.java
#	Fabric/src/main/java/at/petrak/hexcasting/fabric/interop/rei/BrainsweepRecipeCategory.java
#	Fabric/src/main/java/at/petrak/hexcasting/fabric/interop/rei/HexREIPlugin.java
#	Fabric/src/main/java/at/petrak/hexcasting/fabric/interop/rei/PatternRendererREI.java
#	Fabric/src/main/java/at/petrak/hexcasting/fabric/recipe/FabricUnsealedIngredient.java
#	Fabric/src/main/java/at/petrak/hexcasting/fabric/storage/FabricImpetusStorage.kt
#	Fabric/src/main/java/at/petrak/hexcasting/fabric/xplat/FabricXplatImpl.java
#	Fabric/src/main/resources/fabric.mod.json
#	Forge/build.gradle
#	Forge/gradle.properties
#	Forge/src/generated/resources/.cache/cache
#	Forge/src/generated/resources/data/hexcasting/recipes/dye_colorizer_black.json
#	Forge/src/generated/resources/data/hexcasting/recipes/dye_colorizer_blue.json
#	Forge/src/generated/resources/data/hexcasting/recipes/dye_colorizer_brown.json
#	Forge/src/generated/resources/data/hexcasting/recipes/dye_colorizer_cyan.json
#	Forge/src/generated/resources/data/hexcasting/recipes/dye_colorizer_gray.json
#	Forge/src/generated/resources/data/hexcasting/recipes/dye_colorizer_green.json
#	Forge/src/generated/resources/data/hexcasting/recipes/dye_colorizer_light_blue.json
#	Forge/src/generated/resources/data/hexcasting/recipes/dye_colorizer_light_gray.json
#	Forge/src/generated/resources/data/hexcasting/recipes/dye_colorizer_lime.json
#	Forge/src/generated/resources/data/hexcasting/recipes/dye_colorizer_magenta.json
#	Forge/src/generated/resources/data/hexcasting/recipes/dye_colorizer_orange.json
#	Forge/src/generated/resources/data/hexcasting/recipes/dye_colorizer_pink.json
#	Forge/src/generated/resources/data/hexcasting/recipes/dye_colorizer_purple.json
#	Forge/src/generated/resources/data/hexcasting/recipes/dye_colorizer_red.json
#	Forge/src/generated/resources/data/hexcasting/recipes/dye_colorizer_white.json
#	Forge/src/generated/resources/data/hexcasting/recipes/dye_colorizer_yellow.json
#	Forge/src/generated/resources/data/hexcasting/recipes/pride_colorizer_agender.json
#	Forge/src/generated/resources/data/hexcasting/recipes/pride_colorizer_aroace.json
#	Forge/src/generated/resources/data/hexcasting/recipes/pride_colorizer_aromantic.json
#	Forge/src/generated/resources/data/hexcasting/recipes/pride_colorizer_asexual.json
#	Forge/src/generated/resources/data/hexcasting/recipes/pride_colorizer_bisexual.json
#	Forge/src/generated/resources/data/hexcasting/recipes/pride_colorizer_demiboy.json
#	Forge/src/generated/resources/data/hexcasting/recipes/pride_colorizer_demigirl.json
#	Forge/src/generated/resources/data/hexcasting/recipes/pride_colorizer_gay.json
#	Forge/src/generated/resources/data/hexcasting/recipes/pride_colorizer_genderfluid.json
#	Forge/src/generated/resources/data/hexcasting/recipes/pride_colorizer_genderqueer.json
#	Forge/src/generated/resources/data/hexcasting/recipes/pride_colorizer_intersex.json
#	Forge/src/generated/resources/data/hexcasting/recipes/pride_colorizer_lesbian.json
#	Forge/src/generated/resources/data/hexcasting/recipes/pride_colorizer_nonbinary.json
#	Forge/src/generated/resources/data/hexcasting/recipes/pride_colorizer_pansexual.json
#	Forge/src/generated/resources/data/hexcasting/recipes/pride_colorizer_plural.json
#	Forge/src/generated/resources/data/hexcasting/recipes/pride_colorizer_transgender.json
#	Forge/src/main/java/at/petrak/hexcasting/forge/ForgeHexClientInitializer.java
#	Forge/src/main/java/at/petrak/hexcasting/forge/ForgeHexConfig.java
#	Forge/src/main/java/at/petrak/hexcasting/forge/ForgeHexInitializer.java
#	Forge/src/main/java/at/petrak/hexcasting/forge/cap/ForgeCapabilityHandler.java
#	Forge/src/main/java/at/petrak/hexcasting/forge/cap/ForgeImpetusCapability.java
#	Forge/src/main/java/at/petrak/hexcasting/forge/datagen/HexForgeDataGenerators.java
#	Forge/src/main/java/at/petrak/hexcasting/forge/datagen/xplat/HexBlockStatesAndModels.java
#	Forge/src/main/java/at/petrak/hexcasting/forge/interop/jei/HexJEIPlugin.java
#	Forge/src/main/java/at/petrak/hexcasting/forge/recipe/ForgeUnsealedIngredient.java
#	Forge/src/main/java/at/petrak/hexcasting/forge/xplat/ForgeXplatImpl.java
#	Forge/src/main/resources/META-INF/accesstransformer.cfg
#	gradle.properties
2022-11-05 21:49:59 -04:00
yrsegal@gmail.com 63495a423f unify tabs (this will make the merge about 1000x easier) 2022-11-05 21:16:22 -04:00
yrsegal@gmail.com 7db77e8bc5 add spaces back to the list iota, fix strobing 2022-11-05 19:57:28 -04:00
yrsegal@gmail.com 7980289673 gambits are possessive 2022-11-05 19:46:49 -04:00
gamma-delta 0ea05ab030 separate foot/eye pos 2022-11-05 23:01:52 +01:00
gamma-delta 8ce90a5c1d very untested but ready (?) to send to patrons 2022-11-05 22:43:00 +01:00
yrsegal@gmail.com a4c14e5ef1 broken iotas don't display as empty 2022-11-05 16:09:50 -04:00
gamma-delta 8862304f96 Merge branch '1.0' of https://github.com/gamma-delta/HexMod into 1.0 2022-11-05 20:36:20 +01:00
gamma-delta 4395ed8092 start transitioning to boolean 2022-11-05 20:36:15 +01:00
yrsegal@gmail.com 9ec4ecfb73 fix defaulting showing up as null instead of rainbow 2022-11-05 15:35:17 -04:00
yrsegal@gmail.com 95b78b551b fix #162 2022-11-05 15:30:38 -04:00
gamma-delta e9c45c803e Merge branch '1.0' of https://github.com/gamma-delta/HexMod into 1.0 2022-11-05 20:11:58 +01:00
gamma-delta 06f58f4093 good catch, robotgiggle 2022-11-05 20:11:51 +01:00
yrsegal@gmail.com ae07475528 fix #193, #192 2022-11-05 15:04:39 -04:00
yrsegal@gmail.com e7382036d9 Fix z-fighting and use forge render type format
Closes #163
2022-11-05 15:04:38 -04:00
gamma-delta 13183c7ef1 fix vec3 colors 2022-11-05 19:45:15 +01:00
gamma-delta fba6838b64 actually add everything 2022-11-05 19:40:50 +01:00
gamma-delta 24760b717c working on new stack ops 2022-11-05 19:34:01 +01:00
yrsegal@gmail.com dcfc11be68 fix akashic bookshelves 2022-11-05 13:44:18 -04:00
yrsegal@gmail.com b9c0ced020 fix poitype change to predicate 2022-11-05 13:09:30 -04:00
gamma-delta 2e6551010f clean up some more old names 2022-11-04 19:48:39 -05:00
gamma-delta 5295a0e4b9 forge coughs to life 2022-11-04 19:41:02 -05:00
gamma-delta e5a077f67e it compiles on fabc! 2022-11-04 18:21:08 +01:00
gamma-delta d148552a81 *now* it's compiling, at least on forge 2022-11-04 17:31:18 +01:00
gamma-delta 24d8390ec9 very smol formt 2022-11-03 20:40:45 +01:00
gamma-delta aa9e871352 dumb mistake! jei compiles now 2022-11-03 20:33:51 +01:00
gamma-delta 7c65777e22 it compiles! 2022-11-03 18:29:48 +01:00
gamma-delta e3c5321426 start getting on 1.19 2022-11-03 16:31:05 +01:00
gamma-delta 45242592a5 pedantic fmting things 2022-11-02 16:04:22 +01:00
gamma-delta 5a8f8317c9 port lookup to java 2022-11-02 15:49:49 +01:00
yrsegal@gmail.com 6900328e44 fix documentation not taking into account %% 2022-10-24 12:41:16 -04:00
yrsegal@gmail.com a8ec68a846 fix draining items having weird behavior if passed a stack it can drain from 2022-10-24 12:37:31 -04:00
yrsegal@gmail.com 5193a20a0a Another debug cube feature 2022-10-17 21:53:19 -04:00
yrsegal@gmail.com cf1d65cae0 fix frozen colorizers being weird on fabric 2022-10-17 21:52:30 -04:00
yrsegal@gmail.com 7e9ffbee7a fix #263 2022-10-15 21:13:52 -04:00
yrsegal@gmail.com 96c3daeca4 fix #264 2022-10-15 21:12:13 -04:00
yrsegal@gmail.com 67a019945f euler paths avoid clashes, generate new great spells 2022-10-04 10:30:42 -04:00
yrsegal@gmail.com 505a97266c this is probably something we shouldn't let teleport 2022-10-01 13:04:45 -04:00
yrsegal@gmail.com 51275356ab change cooler readable as well 2022-10-01 12:57:03 -04:00
yrsegal@gmail.com 1d6bb87864 Close #123 2022-10-01 12:52:37 -04:00
yrsegal@gmail.com 051a334e85 "empty" is clearer than "0 tall" 2022-09-30 22:23:45 -04:00
yrsegal@gmail.com c3184afb28 fix #248 2022-09-30 21:00:30 -04:00
yrsegal@gmail.com 6e6a2f60ae fix #257 2022-09-30 20:50:07 -04:00
yrsegal@gmail.com 0c3dfa9020 Fix #243 2022-09-30 20:41:21 -04:00
yrsegal@gmail.com 4be578ecdd Fix #239 2022-09-30 20:33:51 -04:00
yrsegal@gmail.com 44c96f1ee0 Close #240
This doesn't completely eliminate the issue but it does mitigate it significantly
2022-09-30 20:31:25 -04:00
yrsegal@gmail.com 9d34fcf1b7 Close #258 2022-09-30 20:29:01 -04:00
gamma-delta 4acfc707a7 bang on #253. this in no way fixes it and i'm halfway convinced it's a FD error 2022-09-22 09:18:19 -05:00
gamma-delta 2e45a02298 version bump 2022-09-20 20:33:53 -05:00
yrsegal@gmail.com b8c3331592 fix a concerning exploit with dividing by zero 2022-09-18 11:47:56 -04:00
gamma-delta c5c7b302d2 Merge branch 'main' of https://github.com/gamma-delta/HexMod 2022-09-05 11:36:16 -05:00
gamma-delta 77bd0e4341 [Release] aaauuughhhhh 2022-09-05 11:36:09 -05:00
yrsegal@gmail.com ee05eb1a4e please let this work i'm begging you 2022-08-30 09:45:55 -04:00
yrsegal@gmail.com a66a1f0cf9 does THIS make it include the refmap? it did on my end 2022-08-30 09:39:56 -04:00
ChuijkYahus 2398d7e3f1
Update zh_cn.json 2022-08-30 12:09:43 +08:00
gamma-delta 1ea617f111 [Release] 0.9.3 but gradle actually works this time 2022-08-29 22:48:38 -05:00
ChuijkYahus aca1fa905a
Update zh_cn.json 2022-08-30 11:46:20 +08:00
ChuijkYahus 42ae3df0ba
Update zh_cn.json 2022-08-30 11:44:17 +08:00
yrsegal@gmail.com 73e13a576d fix gradle I promise 2022-08-29 23:27:20 -04:00
gamma-delta 92985b9854 [Release] 0.9.3 release
0.9.2 had some problems with building on Forge. This release should be
identical to the 0.9.2 one on both platforms except Forge won't
immediately crash on startup.
2022-08-29 22:12:35 -05:00
yrsegal@gmail.com 73596a244e ok I actually 100% for sure got gradle faster now 2022-08-29 17:39:43 -04:00
yrsegal@gmail.com 9aa3019571 fix gradle again...
by specifying jar it should still be faster in general, but...
2022-08-29 12:20:12 -04:00
ChuijkYahus efc506b79c
Update zh_cn.json
Updated to match en_us in main branch
2022-08-29 22:50:22 +08:00
ChuijkYahus 2d71b73b33
Merge branch 'gamma-delta:main' into main 2022-08-29 22:13:05 +08:00
ChuijkYahus 497f1df23d
Delete vectors.json 2022-08-29 22:11:39 +08:00
ChuijkYahus 104f80c9eb
Update zh_cn.json 2022-08-29 22:09:09 +08:00
ChuijkYahus 76b4121118
Update zh_cn.json 2022-08-29 15:33:44 +08:00
ChuijkYahus 4544d5f479
Update zh_cn.json 2022-08-29 15:25:20 +08:00
gamma-delta 1ba580f444 [Release] 0.9.2 release! ... again
wire pushed some code at the same time I was building 0.9.2 and I forgot
to merge @gattsuru 's PR. The 0.9.2 is dead, long live the 0.9.2.
2022-08-29 04:18:41 +01:00
petrak@ a3891aba39
Merge pull request #183 from gattsuru/fix173+175
[Fabric] Fix CardinalCoordinates-Related Crash, Edify Sapling, Fix Flight Duration, Improve Docs
2022-08-28 22:12:02 -05:00
petrak@ d327d4d943
Merge branch 'main' into fix173+175 2022-08-28 22:11:54 -05:00
yrsegal@gmail.com a7c827b662 AAAARGH 2022-08-28 23:09:25 -04:00
gamma-delta a63a7d6c39 Merge branch 'main' of https://github.com/gamma-delta/HexMod 2022-08-28 22:05:33 -05:00
gamma-delta 95b3b3f4b8 [Release] 0.9.2 release!
It's a doozy:
- Flight is no longer able to be cast for free
- Create Crushing recipes now include Hex amethyst
- Edified logs can be stripped on Farmer's Delight cutting boards
- Drawing patterns too fast no longer causes visual errors
- Edified button is no longer solid
- Identity Purification once again acts as documented
- Thoth's Gambit now properly increases evaluation depth
- Scroll direction is now configurable
- Overgrow, Greater Sentinels, and Swindler's Gambit have had their costs
  updated
- Casting items can affect themselves with Erase and Recharge
- Raycasting outside your range is not possible
- Clipping through the world border is not possible
- Casting now respects chunk claims and adventure mode
- Changed pigment recipes
- Reworked Greater Teleport with regards to teleporting entity stacks and
  dropping player items for players other than the caster. It also now
  respects Curse of Binding.
- The lens sees the bees. And also rails
- Fixed an exploit that let you overcast for free
- Fix Craft Phial occasionally being generated as a number literal
- Weather patterns now properly change the weather timer, making it take
  the normal amount of time before the next rainfall
- Excisor's Distillation no longer acts like Flock's Disintegration if
  passed an out-of-bounds index.
- Ignite Block now works on Create empty Blaze Burners
- JEI/REI/EMI integration for Craft Phial and Edify Sapling
- Vector Projection is now mathematically correct
- Phials now always show their media amount in dust
- Fluid creation hexes can partially insert into tanks, and Destroy Liquid
  can empty tanks
- Fixed some mod armors blocking overcast damage
- Make some advancements clearer in what they require and have you do
2022-08-28 22:03:22 -05:00
yrsegal@gmail.com c914f34942 fix gradle being painfully slow, but again 2022-08-28 22:48:25 -04:00
gamma-delta a092047e33 Clean up some advancements.
- Root now accepts any of the 3 denominations of amethyst
- Changed some wordings to hint at how to achieve enlightenment in the
  advancmenets
- Remove some ableist language
2022-08-28 21:46:05 -05:00
gamma-delta 95107b650a Merge branch 'main' of https://github.com/gamma-delta/HexMod 2022-08-28 21:26:01 -05:00
gamma-delta 6675e80ced Fix greater sentinel claiming it costs 2 dust while actually only costing 1 2022-08-28 21:25:54 -05:00
yrsegal@gmail.com c41ad80907 plural of dust is dust, sometimes
it's a weird case of an uncountable word
2022-08-28 22:14:18 -04:00
yrsegal@gmail.com d9a59830c8 fix a couple of inconsistencies in patchi book 2022-08-28 22:13:19 -04:00
yrsegal@gmail.com f7163127df be a bit more lenient with blocked overcast damage 2022-08-28 19:55:52 -04:00
yrsegal@gmail.com cf03cc95b5 fix enlightenment being effectively impossible to obtain 2022-08-28 19:34:24 -04:00
yrsegal@gmail.com 63db46aff9 fix nonsensical error messages for scribe's 2022-08-28 12:32:45 -04:00
ChuijkYahus 1bb85cb683
Update zh_cn.json 2022-08-28 16:44:50 +08:00
yrsegal@gmail.com 25fea447a5 fix selection of items for placing being weird 2022-08-27 09:11:19 -04:00
ChuijkYahus e7068c60cb
Update en_us.json 2022-08-27 12:05:13 +08:00
ChuijkYahus feece73908
Create vectors.json 2022-08-27 12:03:51 +08:00
ChuijkYahus 867b04966f
Update book.json 2022-08-27 12:03:04 +08:00
ChuijkYahus afb06ddcc1
Create zh_cn.json 2022-08-27 12:02:27 +08:00
yrsegal@gmail.com 32fed35beb patterns now have innate names
currently only matters for mishaps
2022-08-26 14:40:38 -04:00
yrsegal@gmail.com 240f021194 Fluid creation hexes can insert partial, destroy fluid can drain tanks
Closes #216
2022-08-25 21:09:51 -04:00
yrsegal@gmail.com 6418e9b95e Akashic libraries now have a range limit 2022-08-25 21:08:15 -04:00
yrsegal@gmail.com 0ba1c36ad9 Phials now always show media amounts (in dust) 2022-08-25 21:06:18 -04:00
yrsegal@gmail.com 7e780b5dca Fix an issue with the pan recipe 2022-08-25 14:02:15 -04:00
yrsegal@gmail.com 8ea5b53ee2 fix change to discovery not allowing for unstackables 2022-08-22 23:29:22 -04:00
yrsegal@gmail.com 2ae33cf82d fix #228 2022-08-22 22:34:00 -04:00
yrsegal@gmail.com ed2abee735 fix double-use of getHeldItemToOperateOn 2022-08-22 22:29:00 -04:00
Alwinfy 473a5a9834
Fix hardcode hack with another hack 2022-08-19 11:22:58 -04:00
Alwinfy d7df7cd412
Merge branch 'main' of git+ssh://github.com/gamma-delta/HexMod into main 2022-08-18 21:39:25 -04:00
Alwinfy f8eee69ad0
Add dark mode (sigh) 2022-08-18 21:37:43 -04:00
Alwinfy 366947c53d
Fix bug with newline and <br /> 2022-08-18 21:37:35 -04:00
yrsegal@gmail.com 63be2d9a96 fix annotations not compiling 2022-08-18 17:18:16 -04:00
yrsegal@gmail.com 1afd21b5bb ManaHolders can now control recharging 2022-08-18 16:12:18 -04:00
yrsegal@gmail.com 2a097603cb operative slots are now a discovery as well 2022-08-17 13:47:44 -04:00
yrsegal@gmail.com 36321c3cd0 discovery of grid scale modifiers and item slots 2022-08-17 13:38:29 -04:00
yrsegal@gmail.com bde6f9ad59 fix all the CC crashes 2022-08-17 08:13:48 -04:00
yrsegal@gmail.com cc5267d2a4 fix dupe bugs with yeeting 2022-08-16 23:17:39 -04:00
yrsegal@gmail.com 6c574fb9ac swap choice of casting and other
this makes trinkets preferentially recharge/erase/etc other things
2022-08-16 23:07:02 -04:00
yrsegal@gmail.com 8c13fc22dc media can now be drawn from trinkets, armor, and offhand
also, armor can no longer keep you safe from the subsuming of your mind
2022-08-16 22:11:51 -04:00
Alwinfy 3a1bd29658
Change icon & ordering 2022-08-13 17:28:21 -04:00
Alwinfy cb2221cbf8
Use an icon for ToC expand toggle 2022-08-13 16:40:44 -04:00
Alwinfy 6669ba7fe1
Quote HTML escapes for safety 2022-08-13 16:36:12 -04:00
Alwinfy a60f072900
Add jump to top links & tooltips 2022-08-13 16:28:52 -04:00
yrsegal@gmail.com bcd897f4e1 fix some crashes with invalid angles via nbt editing 2022-08-13 14:24:44 -04:00
yrsegal@gmail.com c3c63af67c curse of binding is respected by OpTeleport
this is mostly because oh god it can drop quark backpacks otherwise
2022-08-12 12:37:41 -04:00
yrsegal@gmail.com f66eeeb148 *sigh*
close #217
2022-08-12 12:19:11 -04:00
yrsegal@gmail.com c8f4e847b9 fix projection 2022-08-10 18:16:15 -04:00
yrsegal@gmail.com 1dcc3bc293 add icons for edify and phial in EMI
edify is just world interaction, but dani couldn't really come up with a good looking sapling
2022-08-10 07:05:39 -04:00
yrsegal@gmail.com cb1310bc23 fix #215 2022-08-09 13:56:13 -04:00
yrsegal@gmail.com cbe1c77433 jei/rei/emi for edify and craft phial 2022-08-09 13:49:57 -04:00
yrsegal@gmail.com 027a3d0139 fix #194 2022-08-08 22:27:26 -04:00
yrsegal@gmail.com b77d751357 fix thoth exceeding depth crashing instead of mishapping 2022-08-08 21:40:44 -04:00
yrsegal@gmail.com 1978cf9c93 fix FD on fabric being behind and making pan uncraftable 2022-08-07 20:01:50 -04:00
yrsegal@gmail.com 24e98169e6 fix excisor's sometimes disintegrating lists 2022-08-06 17:22:13 -04:00
yrsegal@gmail.com 07d8f5a839 fix config key for pattern points 2022-08-06 11:58:47 -04:00
yrsegal@gmail.com 1febaf703a fix #196 2022-08-06 11:46:24 -04:00
yrsegal@gmail.com 65b33e70c7 fix #199 2022-08-06 11:43:34 -04:00
yrsegal@gmail.com c53cc12d05 fix #197 2022-08-06 11:37:38 -04:00
yrsegal@gmail.com 958db00b15 close #201 2022-08-06 11:34:33 -04:00
yrsegal@gmail.com d83c7accc7 fix #210 2022-08-06 11:11:23 -04:00
yrsegal@gmail.com f281d4d561 fix #211 2022-08-06 11:00:52 -04:00
yrsegal@gmail.com bd833486b6 skilletsexual 2022-08-06 09:38:33 -04:00
yrsegal@gmail.com b34d676afb fix #206 2022-08-02 18:58:53 -04:00
yrsegal@gmail.com 513037bb1a fix double-tp 2022-07-31 09:21:00 -04:00
yrsegal@gmail.com 4ceb5416fb fix inconsistencies with teleport updating 2022-07-31 09:15:59 -04:00
yrsegal@gmail.com a5d25eba2e this just in: farmers may be delighted 2022-07-27 23:08:55 -04:00
gamma-delta e6767ae224 close #186 2022-07-27 11:55:59 -05:00
gamma-delta 4d95a57a17 version bump and close #190 2022-07-26 23:16:57 -05:00
gamma-delta 33b50f4a82 fix #188 2022-07-26 13:42:52 -05:00
gamma-delta 81e5f8581e close #189 (anything under 1 tick is a no-op) 2022-07-26 11:49:25 -05:00
yrsegal@gmail.com 868086009f port swindler's cost removal from 1.0 2022-07-26 10:29:57 -04:00
yrsegal@gmail.com 508dde11ef the lens sees the bees 2022-07-25 20:11:06 -04:00
gattsuru fe6703f778 Fix Forge Init 2022-07-25 14:09:37 -04:00
yrsegal@gmail.com e083b31101 cleanups 2022-07-25 13:16:08 -04:00
yrsegal@gmail.com 84b6448579 Merge branch 'main' of https://github.com/gamma-delta/HexMod into fix173+175
# Conflicts:
#	Fabric/src/main/java/at/petrak/hexcasting/fabric/FabricHexInitializer.kt
2022-07-25 13:07:38 -04:00
gattsuru e677e54313 Improve Comments and Readability for AkashicTreeGrower init 2022-07-25 12:55:43 -04:00
yrsegal@gmail.com 4ed6f299e7 trinkets/curios integration 2022-07-25 10:56:23 -04:00
gattsuru ffdf675444 Requested change. 2022-07-24 21:46:28 -04:00
yrsegal@gmail.com 1424cff844 add more block protection hooks
Port of 96e4569b24
2022-07-24 21:45:46 -04:00
yrsegal@gmail.com 96e4569b24 add more block protection hooks 2022-07-24 20:30:58 -04:00
yrsegal@gmail.com 54f0007315 Fix modulo having format error
port of 8f6bddb25c
2022-07-24 20:23:18 -04:00
yrsegal@gmail.com e05720d80e Fix #110
port of 2e76655d21
2022-07-24 20:22:31 -04:00
yrsegal@gmail.com 41deea129c Close #160
port of 287fadc8ce
2022-07-24 20:20:07 -04:00
yrsegal@gmail.com f0b85dfb3a Fix #135
port of 21ce790bb7
2022-07-24 20:16:51 -04:00
yrsegal@gmail.com 549d6f685c Fix #136
port of 1b01174186
2022-07-24 20:07:09 -04:00
yrsegal@gmail.com 25b594d75a Fix #156
port of 2be0021185
2022-07-24 20:04:36 -04:00
yrsegal@gmail.com 64c143cfe9 Fix #154
port of 02804df55c
2022-07-24 20:03:45 -04:00
yrsegal@gmail.com 150f646ddf Fix #152
port of 9d089a20a6
2022-07-24 20:03:07 -04:00
yrsegal@gmail.com 7e92a8352c fix the cost of bonemeal
port of b7561ce619
2022-07-24 20:02:21 -04:00
yrsegal@gmail.com d46cafeb05 close #161, close #117
port of a42f6e87f8
2022-07-24 20:01:51 -04:00
yrsegal@gmail.com e404aa7c2e fix #174 2022-07-24 19:54:14 -04:00
yrsegal@gmail.com 5201063d69 fix #172 2022-07-24 19:50:44 -04:00
yrsegal@gmail.com 941480e703 fix #182 2022-07-24 19:49:40 -04:00
yrsegal@gmail.com 3bd05c9484 fix #185 2022-07-24 19:48:23 -04:00
yrsegal@gmail.com cc24932854 create compat 2022-07-24 16:51:57 -04:00
gattsuru 31c91a4826 Updates Fabric Config, Impulse docs
- Describes increase to costs for multi-Impulse spells
- Adds warnings for valid ranges for configs, since FabricConfig doesn't
2022-07-24 12:16:40 -04:00
yrsegal@gmail.com 87ed547716 flight is no longer broken 2022-07-24 11:56:30 -04:00
gattsuru 8824415611 Fix Flight Duration In Fabric 2022-07-22 14:58:17 -04:00
yrsegal@gmail.com 8f6bddb25c hello darkness my old friend 2022-07-21 08:25:04 -04:00
gattsuru b6035a19d8 Fix Edify Saplings on Fabric, Expand CCA Range
- Initializes Edified Sapling features in FabrixHexInitializer.
- Changes Cardinal Components req to >=4.1.4 .  Not ideal, as will not give reliable errors if someone installs 5.0, but I can't get a range of values to be supported.
2022-07-20 03:26:02 -04:00
yrsegal@gmail.com 2e76655d21 Close #110 2022-07-03 00:00:10 -04:00
yrsegal@gmail.com 287fadc8ce Close #160 2022-07-02 23:59:10 -04:00
yrsegal@gmail.com 21ce790bb7 fix #135 2022-07-02 23:58:47 -04:00
yrsegal@gmail.com 1b01174186 fix #136 2022-07-02 23:23:28 -04:00
yrsegal@gmail.com 2be0021185 fix #156 2022-07-02 23:01:59 -04:00
yrsegal@gmail.com 02804df55c fix #154 2022-07-02 23:00:56 -04:00
yrsegal@gmail.com 9d089a20a6 Fix #152 2022-07-02 22:56:45 -04:00
yrsegal@gmail.com b0accc1bfc Merge 2022-07-02 22:52:27 -04:00
yrsegal@gmail.com b7561ce619 fix cost of bonemeal 2022-07-02 22:34:24 -04:00
yrsegal@gmail.com a42f6e87f8 Close #161, #117 2022-07-02 22:33:54 -04:00
gamma-delta c00815b7b9 [Release] 0.9.1 Release
Thank you for being patient with me.

- Hermes' Gambit now can execute single patterns, and update the docs on
  it
- Jeweler's Hammer now drops full amethyst loot. Also, add a bunch of
  other picks from various mods to the tag because everyone forgets.
  Also, you get a little bit of dust with the wrong tool anyways.
- Add config to change how far you have to move the mouse when casting
  with a staff to commit to a dot
- Fixed some bugs with Place Block
- Fix looking at a cleric impetus crashing sometimes
2022-06-27 10:24:16 -05:00
gamma-delta d8412cfd11 version bump and make hermes on a pattern not inc depth 2022-06-27 10:20:05 -05:00
petrak@ bd0fda3b3a
Merge pull request #151 from KirinDave/update-hermes-doc
Start of addressing #146 (Hermes Documentation)
2022-06-26 11:20:03 -05:00
petrak@ 52413bda34
Merge pull request #150 from Infinidoge/main
consolidate cluster_max_harvestables
2022-06-26 11:19:22 -05:00
petrak@ c335991209
Merge pull request #148 from Infinidoge/patch-1
fusions-gravity-api -> gravity-api
2022-06-26 11:18:52 -05:00
kirindave 951dbb7122 Update Hermes Gambit documentation & type signature to reflect new calling features. 2022-06-23 21:24:41 -07:00
Infinidoge cdfea2ebc5 consolidate cluster_max_harvestables
Also fixes the build issue of duplicated source files
2022-06-24 00:17:25 -04:00
Infinidoge c8d650b97f
fusions-gravity-api -> gravity-api 2022-06-23 23:51:31 -04:00
gamma-delta fe01ffa927 other modders add their picks to cluster_max_harvestables challenge 2022-06-23 15:33:46 -05:00
gamma-delta 0f4c69d1f8 close #141. really good call, this feels much more sturdy at a high proportion 2022-06-23 15:27:07 -05:00
gamma-delta 96c8736930 close #125 2022-06-23 14:59:04 -05:00
gamma-delta 2bfa39b0f4 close #134 2022-06-23 14:19:27 -05:00
gamma-delta 1a39ceb0fa close #138 2022-06-23 14:17:55 -05:00
gamma-delta f847238ecb close #133 2022-06-16 16:05:09 -05:00
gamma-delta b9f41abb5c how do you like that obama i pissed on the git 2022-06-16 11:52:20 -05:00
gamma-delta 675eaafe8b fix some problems with ravenminds breaking prescience 2022-06-16 11:49:07 -05:00
gamma-delta d80ace0812 make the casting UI less of an eyesore maybe 2022-06-16 10:15:27 -05:00
gamma-delta 8ea2a6d66d merge in some fixes from main 2022-06-15 21:28:33 -05:00
gamma-delta 18277aec41 remove this dumb comment 2022-06-15 21:25:25 -05:00
gamma-delta 3763a33955 fix #124 2022-06-15 21:17:52 -05:00
gamma-delta c922b13c3f fix #127 (they are actually in the right namespace, I just registered them to the datafixer wrong) 2022-06-15 21:17:18 -05:00
gamma-delta 744c6e1fd8 keep renaming things. fix #115 2022-06-15 21:00:46 -05:00
gamma-delta 3638ec7b01 close #126 2022-06-15 16:26:03 -05:00
yrsegal@gmail.com f8468b8862 show skins for real for real this time 2022-06-15 17:04:41 -04:00
yrsegal@gmail.com 13d97af5bf fix looking at an old cleric impetus with a lens crashing 2022-06-15 16:54:09 -04:00
gamma-delta 726fc8427e merge in the lore 2022-06-14 20:42:52 -05:00
gamma-delta bdec14b202 IT RUNS ON FORGE AND FABRIC 2022-06-14 20:41:03 -05:00
yrsegal@gmail.com 71a0b11d25 drop reduced dust and crystals even if not using the proper tool 2022-06-14 21:16:07 -04:00
yrsegal@gmail.com bf5c908273 thoth always either evaluates or errors 2022-06-14 20:51:51 -04:00
gamma-delta 434c480b0b kotlin now compiles! ... now onto java 2022-06-14 14:35:06 -05:00
yrsegal@gmail.com 72a1f28902 fix place block using the wrong context 2022-06-14 10:20:40 -04:00
gamma-delta 8b7369fe8b do spells and finish up the harness ... now onto blocks! 2022-06-14 02:11:38 -05:00
gamma-delta 2917a3b358 who am i, wire? converted all non-spell actions to the new iotas 2022-06-14 01:02:20 -05:00
yrsegal@gmail.com f2555fa4d6 fix #122 2022-06-13 23:29:47 -04:00
gamma-delta 71c3cade9b and now for the part of the show where we refactor every single operator 2022-06-13 22:02:50 -05:00
yrsegal@gmail.com 1a1302b67e fix sealing not working 2022-06-13 22:25:32 -04:00
gamma-delta 8686964cdf Merge branch 'main' of https://github.com/gamma-delta/HexMod 2022-06-13 20:33:06 -05:00
gamma-delta d1309a4a92 make datagen be less silent on some errors 2022-06-13 20:31:52 -05:00
gamma-delta 8261063208 more manual fixes 2022-06-13 20:29:30 -05:00
yrsegal@gmail.com a6369674ba sort tags 2022-06-13 21:28:03 -04:00
yrsegal@gmail.com 7286ddc8ae fix jeweler's hammer not dropping full amethyst loot 2022-06-13 21:26:12 -04:00
gamma-delta 6f4497a18f whoopsy it modified things in caches. oh well. 2022-06-13 19:41:13 -05:00
gamma-delta 7403d87e6f kotlin went great, now for java 2022-06-13 19:26:39 -05:00
gamma-delta e00757331e pushing to have a backup if i mess up sed 2022-06-13 19:02:46 -05:00
gamma-delta ba9028010f make foci/spellbooks overlays based 2022-06-13 18:38:24 -05:00
gamma-delta d0f43ff0d9 rename lots of things 2022-06-13 16:45:22 -05:00
gamma-delta fb246ef883 finish making types 2022-06-13 13:58:53 -05:00
gamma-delta 029869b247 make blink not free when less than a block 2022-06-13 12:29:30 -05:00
gamma-delta a9c8be1212 still doesn't compile, but now feat. registries 2022-06-13 01:39:12 -05:00
gamma-delta 61926ca299 Rebase this onto the 1.0 branch 2022-06-12 23:57:16 -05:00
gamma-delta 88218deed6 [Release] 0.9 release!!!
HEXCASTING IS NOW CROSS-PLATFORM! You can play it on Fabric and Quilt!

Besides that:

- Added Jeweler's Hammer, an iron pick which can only break non-full
  blocks to help in harvesting amethyst
- Added the Ravenmind, a sort of implicit focus that lets you store a
  single iota apart from your stack
- Scrolls now come in 3 different sizes
- You can now rename and seal each page of a spellbook individually
- Retexture of the pigments! And added some new pride pigments
- Patterns are now less chaotic on the grid, and escaped patterns
  (inside intro/retro or after consideration) are a different color
- The grid now attempts to display a constant area, so you can't cheese
  it by making the MC window tall and thin, and ultrawide monitors
  aren't shrifted
- The root advancement now triggers on picking up an amethyst item
  instead of hackily trying to detect if you're in a geode
- @Alwinfy rewrote the evaluator again, and it works on continuations
  now. This means things like Thoth's Gambit will take place more
  sensibly temporally; for example, raycasting then breaking a block
  will break a whole line of blocks instead of selecting the block a
  bunch then breaking the same spot a bunch
- Empty lists are now falsey
- Added a creative-only item that provides infinite media and can be
  eaten to unlock all the advancements
- Changed costs of a lot of actions to make cyphers more worth it in the
  early game
- Added MANY new actions:
  - Muninn's Reflection and Huginn's Gambit, for reading/writing to the
    ravenmind
  - Speaker's Distillation and Decomposition
  - Charon's Gambit, which immediately cancels one "layer" of Hermes or
    Thoth execution
  - Modulo
- Cross-mod compatibility with:
  - JEI, REI, EMI
  - Pehkui
  - Fusion's Gravity API
- Fix a zillion bugs, such as
  - You can actually write to scrolls now lmao
  - Edified wood rotates like vanilla wood
- Probably a lot of other changes too
2022-06-12 21:36:42 -05:00
yrsegal@gmail.com 10c9d074b8 prevent nbt editing from causing crashes on foci and such 2022-06-12 22:33:48 -04:00
gamma-delta fef331d8e0 formatting 2022-06-12 20:30:05 -05:00
gamma-delta 06c7f97585 whoops 2022-06-12 20:29:47 -05:00
yrsegal@gmail.com fc225b1afa fix impetus player head loading being weird 2022-06-12 19:53:14 -04:00
gamma-delta 411e85579f fix the jar not including everything on forge 2022-06-12 17:00:38 -05:00
gamma-delta 952b53eaed this actually seems more helpful 2022-06-12 15:10:45 -05:00
gamma-delta c8e252497c *actually* close #102 2022-06-12 15:07:49 -05:00
gamma-delta 6ad14e6fc8 close #101 ... well, more like touch up 2022-06-12 15:06:10 -05:00
gamma-delta bf4682260d close #114 2022-06-12 13:48:20 -05:00
gamma-delta 608fd0e4c2 close #116 and also whoops i forgor to run datagen in a while 2022-06-12 12:38:45 -05:00
gamma-delta 8ef43af35d Close #113 and document naming pages 2022-06-12 12:13:47 -05:00
gamma-delta c4a5f97129 close #102 2022-06-12 11:55:18 -05:00
gamma-delta 1b1b43dcfe Close 112 2022-06-12 11:54:28 -05:00
yrsegal@gmail.com 3019e4c35a oops. 2022-06-11 18:43:48 -04:00
yrsegal@gmail.com cea2d33cfa make weakmapped safer, and document 2022-06-11 18:38:45 -04:00
gamma-delta c16002e832 ok jk i want 8x scale 2022-06-10 18:45:55 -05:00
gamma-delta 25afe5a74b yeah i probably shouldve seen that one coming 2022-06-10 18:41:22 -05:00
gamma-delta 6109fffc32 Merge branch 'main' of https://github.com/gamma-delta/HexMod 2022-06-09 20:32:39 -05:00
gamma-delta b7a554dd75 make the spell circle spells no longer great 2022-06-09 20:32:25 -05:00
yrsegal@gmail.com 481a9aef5d don't use valueOf explicitly 2022-06-09 19:18:24 -04:00
yrsegal@gmail.com 233fb28eac make some progress towards fixing fabulous conjures 2022-06-09 17:02:19 -04:00
yrsegal@gmail.com b0bdbb7d76 fix some villager and rendering jank 2022-06-09 17:01:51 -04:00
gamma-delta b743c8e7a2 they're called staves, wire 2022-06-09 14:48:46 -05:00
gamma-delta 63ea5822dd hopefully prevent fork bombs, fix #106 2022-06-09 13:54:30 -05:00
yrsegal@gmail.com 8cbcea2833 fix the sentinel sometimes rendering weird 2022-06-08 20:50:25 -04:00
yrsegal@gmail.com bac2315f46 Emi public release! 2022-06-08 12:02:02 -04:00
yrsegal@gmail.com 2f418cfcba woops 2022-06-07 19:22:09 -04:00
yrsegal@gmail.com c4bb2730cb no impl dep, woo 2022-06-07 19:22:09 -04:00
yrsegal@gmail.com 1f113fbbdd widgets texture is all we dep on from impl now 2022-06-07 19:22:09 -04:00
yrsegal@gmail.com ae89127572 fix a stateleak 2022-06-07 19:22:09 -04:00
yrsegal@gmail.com 05dbae94be minimize depping on EMI impl
will be reduced further when EMI provides widget rendering
2022-06-07 19:22:09 -04:00
yrsegal@gmail.com 571a0fd50a biome is no longer considered separate 2022-06-07 19:22:09 -04:00
yrsegal@gmail.com 0895fc972c fix obfuscation 2022-06-07 19:22:09 -04:00
yrsegal@gmail.com 2ddd3c54e4 more categories 2022-06-07 19:22:09 -04:00
yrsegal@gmail.com 86c57198ce for height modifiers 2022-06-07 19:22:09 -04:00
yrsegal@gmail.com c4dceeeede weak reference utils, migrate villager prep code into central location 2022-06-07 19:22:09 -04:00
yrsegal@gmail.com af64fa4363 soup up mindless tooltip too 2022-06-07 19:22:09 -04:00
yrsegal@gmail.com b25cffd814 some minor tag changes 2022-06-07 19:22:09 -04:00
yrsegal@gmail.com 69b7177ee6 localize some tags 2022-06-07 19:22:09 -04:00
yrsegal@gmail.com 70067b97bc show "minecraft:villager" if no profession 2022-06-07 19:22:09 -04:00
yrsegal@gmail.com f91b26057e advanced/regular tooltips 2022-06-07 19:22:09 -04:00
yrsegal@gmail.com d188a20366 you ever just grayscale 2022-06-07 19:22:09 -04:00
yrsegal@gmail.com 28404a6593 emi! 2022-06-07 19:22:09 -04:00
yrsegal@gmail.com e246d31926 fix CI not building 2022-06-07 19:21:57 -04:00
yrsegal@gmail.com 811adff148 huh, boolean flip here 2022-06-07 19:10:18 -04:00
yrsegal@gmail.com 54724ac95e fix custom item handlers being weeeird with impetuses
I also finally got that fabric fluid transfer thing implemented, woo
2022-06-07 17:41:20 -04:00
yrsegal@gmail.com 4e6d47de41 resolve fabric todos 2022-06-07 14:57:16 -04:00
yrsegal@gmail.com 59378e8031 i need to stop copypasting 2022-06-06 22:03:23 -04:00
yrsegal@gmail.com 01dba3419d fix potion effects being able to go into the weird negative range 2022-06-06 21:10:20 -04:00
yrsegal@gmail.com 51a4ae9dcd fix impetus only showing it's bound when bound to a player in world 2022-06-06 10:09:23 -04:00
yrsegal@gmail.com df6e018d7c fix lang 2022-06-06 10:03:20 -04:00
gamma-delta 1c4a64cc1c do the rest of it; page layout cleanup todo 2022-06-05 01:39:24 -05:00
yrsegal@gmail.com 9b0487688c creative unlocker now can show you mana usages 2022-06-04 18:17:10 -04:00
yrsegal@gmail.com 31d40b7555 migrate old colorizers 2022-06-04 14:27:55 -04:00
gamma-delta 1b22e63a1f start work on lore 2022-06-04 13:01:09 -05:00
yrsegal@gmail.com 0edc687a60 open up scroll loot tables to config 2022-06-04 12:23:25 -04:00
yrsegal@gmail.com e61b5c1255 fix comparator output not showing on fabric 2022-06-04 10:24:31 -04:00
yrsegal@gmail.com f08959d90e fix akashic records not working on fabric 2022-06-04 10:18:00 -04:00
gamma-delta 2d049114ba for FILE in *.png.mcmeta; do jq '.animation.frames |= [to_entries | .[] | {index: .key} + .value]' $FILE > $FILE.out; done 2022-06-03 22:09:40 -05:00
gamma-delta c121211369 messed up the json generation; pushing a commit to have somewhere to fall back on if jq fails 2022-06-03 21:59:19 -05:00
Alwinfy 9ed52ed035
Fix documentation gen to support interop 2022-06-03 20:39:53 -04:00
yrsegal@gmail.com 2e6dda478f name the local 2022-06-03 16:46:50 -04:00
yrsegal@gmail.com ab58407991 update serhooks again 2022-06-02 21:51:59 -04:00
yrsegal@gmail.com 8e4ed23190 include cc api 2022-06-02 21:42:27 -04:00
yrsegal@gmail.com f805455776 update serhooks 2022-06-02 20:50:53 -04:00
yrsegal@gmail.com b652625706 wow. how did I miss this one 2022-06-02 20:01:50 -04:00
yrsegal@gmail.com 055606d587 prepare for when ser hooks changes 2022-06-02 19:41:18 -04:00
yrsegal@gmail.com 7a2acf25ba move ser hooks out of optional section 2022-06-02 16:32:40 -04:00
yrsegal@gmail.com 236648bb47 better hint for WHAT DID I SEE 2022-06-02 16:25:24 -04:00
yrsegal@gmail.com 25326ff5ec include 2022-06-02 16:21:58 -04:00
yrsegal@gmail.com de5856ef59 ingredients now use a library instead of hax 2022-06-02 16:14:15 -04:00
gamma-delta bf35952778 lilliputian 2022-06-02 02:11:48 -05:00
gamma-delta 772d94cd9e add multiple scroll sizes 2022-06-02 00:51:29 -05:00
gamma-delta db6bc09218 unbreak things when played with no cross-compat mods 2022-06-01 22:03:14 -05:00
gamma-delta 272f81e36b add gravichanger compat, add stubs for pehkui, and rebalance flight 2022-06-01 21:53:24 -05:00
yrsegal@gmail.com 7a297ed216 villagers now are offended by mind murder 2022-06-01 00:23:14 -04:00
yrsegal@gmail.com 4ab69d18f4 bring formatting of rank in line with others 2022-05-31 23:05:27 -04:00
yrsegal@gmail.com 3ee9d8cd94 Use rank names instead of numbers 2022-05-31 23:02:04 -04:00
yrsegal@gmail.com dbe83eb140 roughly enough compatability 2022-05-31 21:43:05 -04:00
yrsegal@gmail.com eb52579062 Close #96 2022-05-31 20:02:56 -04:00
yrsegal@gmail.com 79b97a2998 Fix #98 2022-05-31 19:55:46 -04:00
yrsegal@gmail.com ad357eb0d6 Close #97 2022-05-31 19:54:32 -04:00
gamma-delta a79dfb15e6 Merge branch 'main' of https://github.com/gamma-delta/HexMod 2022-05-31 12:45:51 -05:00
gamma-delta 935c7dd949 undo blanketcon hotfix so we have a good version on CI 2022-05-31 12:30:06 -05:00
yrsegal@gmail.com 7a5d40f5ba fix repetition 2022-05-31 00:35:13 -04:00
yrsegal@gmail.com b6d049dc38 fix a typo but again 2022-05-31 00:31:18 -04:00
yrsegal@gmail.com 86a7820099 fix a typo 2022-05-31 00:07:21 -04:00
gamma-delta d7f85ae37e stupid and dumb non-release to hotpatch a create incompat on blankiecon maybe 2022-05-30 22:43:17 -05:00
gamma-delta 00e9340851 close #95 (it would have happened on both sides) 2022-05-30 15:31:46 -05:00
yrsegal@gmail.com 6e230492a1 oh this is cooler 2022-05-30 16:26:16 -04:00
yrsegal@gmail.com 02d2b55d81 fix copying bytebuf unnecessarily 2022-05-30 16:25:43 -04:00
gamma-delta 4b98cb26da require newest patchi 2022-05-30 10:49:31 -05:00
gamma-delta a0517426e0 Merge branch 'main' of https://github.com/gamma-delta/HexMod 2022-05-30 10:38:16 -05:00
gamma-delta b9e1472436 fix #94 2022-05-30 10:37:29 -05:00
yrsegal@gmail.com 2195ffae97 also wait this was a nerf oops 2022-05-29 22:44:42 -04:00
yrsegal@gmail.com 303c307c5c jeweler's hammer is a little less sad 2022-05-29 22:42:19 -04:00
yrsegal@gmail.com e1ba0a14dc budding amethyst emits hex particles 2022-05-29 19:24:53 -04:00
yrsegal@gmail.com 758d71bc18 e m p h a s i s 2022-05-29 17:06:09 -04:00
yrsegal@gmail.com fcb5ab35f4 fix some compiler complaints 2022-05-29 16:41:57 -04:00
yrsegal@gmail.com bcd3091d03 for emphasis, but again 2022-05-29 16:29:18 -04:00
yrsegal@gmail.com 718225b3cc for emphasis 2022-05-29 16:11:23 -04:00
yrsegal@gmail.com 61e208a1d8 lang tweaks 2022-05-29 16:02:44 -04:00
yrsegal@gmail.com 33f364039c some kt component utils, also fix a display bug on fabric 2022-05-29 15:59:52 -04:00
gamma-delta 92a705987e make the version names be less long 2022-05-28 21:10:44 -05:00
gamma-delta 9013ffe6f1 fix #91 2022-05-28 21:01:10 -05:00
gamma-delta ac33eca6bf close 80, close 92, close 93 2022-05-28 19:08:09 -05:00
gamma-delta bb2b784f4f hopefully let CI work again (man i can't believe no one checked in that long) 2022-05-27 17:02:51 -05:00
yrsegal@gmail.com a011ce5a5d fix #74 2022-05-27 17:49:14 -04:00
yrsegal@gmail.com 7eea96ec60 fix reloadable server resources 2022-05-26 13:17:27 -04:00
gamma-delta 0858c7664f clean up some formatting 2022-05-26 12:01:08 -05:00
gamma-delta f0472125ea move to new paucal datagen 2022-05-26 09:15:56 -05:00
petrak@ c6c1a07a8e
Merge pull request #87 from Alwinfy/fancy-lightning
Change lightning to have a flow effect
2022-05-26 07:26:08 -05:00
yrsegal@gmail.com 2c471d3a8b fix #79 2022-05-25 18:50:19 -04:00
Alwinfy 0a85f08877
Merge branch 'main' into fancy-lightning 2022-05-25 18:46:00 -04:00
gamma-delta 41c5ceaa1c add proper icon to the docs 2022-05-25 17:13:57 -05:00
gamma-delta 55b0c7617a Merge branch 'main' of https://github.com/gamma-delta/HexMod 2022-05-25 17:13:28 -05:00
gamma-delta 18383927d7 add creative unlocker 2022-05-25 17:13:19 -05:00
Alwinfy fde73fd148
Fix recipe/code changes breaking docs 2022-05-25 17:20:44 -04:00
gamma-delta 02c7b1c421 clean up readme 2022-05-25 16:04:23 -05:00
petrak@ d07402fc3b
Merge pull request #84 from Alwinfy/static-doc-gen
Add GitHub workflow for static documentation generation
2022-05-25 16:02:35 -05:00
gamma-delta 940444497b unbreak spell circles!! 2022-05-25 15:57:38 -05:00
yrsegal@gmail.com 0da0b40256 begone, helper objects. kotlin has no need of thou 2022-05-25 00:10:09 -04:00
yrsegal@gmail.com 5945d6ea70 dsls my belovededed 2022-05-24 23:59:00 -04:00
yrsegal@gmail.com 3e0d1f9fe0 dsls my beloveded 2022-05-24 23:57:02 -04:00
yrsegal@gmail.com 5f4c0c170d dsls my beloved 2022-05-24 23:51:39 -04:00
yrsegal@gmail.com 52b7036b91 nbt dsl, names are no longer wrongcased, ser for con frames 2022-05-24 23:35:36 -04:00
yrsegal@gmail.com 2610e415e0 *sigh* 2022-05-24 21:01:37 -04:00
yrsegal@gmail.com 3efb992e92 😔 2022-05-24 21:01:00 -04:00
Alwinfy a3fd353cc3
Merge remote-tracking branch 'origin/main' into fancy-lightning 2022-05-24 20:35:45 -04:00
yrsegal@gmail.com 4f0e390c14 greater patterns now aren't just spells
Akashic Read is deliberately not a greater pattern, so you can distribute trinkets based on it on a server or something
2022-05-24 17:44:28 -04:00
yrsegal@gmail.com 37df5d3c56 blink now can go down, teleport into void is now ban 2022-05-24 17:12:46 -04:00
gamma-delta cfbc2bd5f0 clean up some todos 2022-05-24 12:12:20 -05:00
gamma-delta d901b83732 get reducer working on forge; todo why the mixin doesn't fire on fabric 2022-05-24 12:11:04 -05:00
Alwinfy f332604424
Make wiggles a little more obvious 2022-05-24 10:29:08 -04:00
gamma-delta ee3f34878e it works on forge. todo mixin until after everything's loaded and shoehorn in the loot func 2022-05-23 23:24:21 -05:00
Alwinfy 82cafe098e
Parameterize the chaos of a pattern 2022-05-24 00:06:02 -04:00
Alwinfy 6b7be0a8cf
A little more chaos 2022-05-23 23:30:19 -04:00
Alwinfy f2e9cb1f5e
Change lightning to have a flow effect 2022-05-23 23:30:18 -04:00
Yoni Segal 38a300cb46
Merge pull request #89 from gamma-delta/side-effects
Rewrite the evaluator to trampoline side effects (on the main repo)
2022-05-23 19:43:34 -04:00
Yoni Segal 6505249cc3
Merge branch 'main' into side-effects 2022-05-23 19:43:21 -04:00
yrsegal@gmail.com 539c7d1005 change the names of resolution types
also fancier colors
2022-05-23 19:40:42 -04:00
Alwinfy cd5657d7b8
Make continuations immutable and functional 2022-05-23 18:54:33 -04:00
gamma-delta 9ccfba83f9 datagen that i havent tested at all 2022-05-23 17:01:22 -05:00
Alwinfy cf89dfe38b
Fix nested intros colourizing themselves 2022-05-23 16:48:48 -04:00
Alwinfy 82dad4d971
Remove eval/delay lang entry 2022-05-23 16:05:18 -04:00
Alwinfy 9ad0a5cbe1
Remove dead var, add executeIota helper 2022-05-23 15:59:28 -04:00
Alwinfy 478da8545f
Don't use spoiler blur for noscript envs 2022-05-23 15:52:27 -04:00
Alwinfy fec005cb65
Update OpHalt lang entry 2022-05-23 15:41:10 -04:00
Alwinfy ec49c0f9e0
Minor fixes 2022-05-23 15:31:29 -04:00
gamma-delta 082dbc15d7 half-implement xplat datagen 2022-05-23 14:21:13 -05:00
Alwinfy 772b46dfea
Fix up manual_pattern sig 2022-05-23 15:09:22 -04:00
Alwinfy bc71393b53
Document ContinuationFrame 2022-05-23 13:17:19 -04:00
Alwinfy 924be394ac
Oops, ^V-failed a lang entry 2022-05-23 11:38:57 -04:00
Alwinfy c9f15ae67d
Register + doc halt 2022-05-23 11:31:00 -04:00
Alwinfy f2687b9e88
Small opts + halt 2022-05-23 10:49:34 -04:00
Alwinfy d701fafff1
Merge remote-tracking branch 'origin/main' into side-effects 2022-05-23 02:11:49 -04:00
Alwinfy 448cb0b8a7
It compiles and evaluates things properly now 2022-05-23 01:39:33 -04:00
Alwinfy 1d5935f930
Initial pass for evaluator 2022-05-23 00:08:40 -04:00
gamma-delta a3afbdf318 Merge branch 'main' of https://github.com/gamma-delta/HexMod 2022-05-22 16:20:30 -05:00
yrsegal@gmail.com 0955510929 now everything is colory
colors not final
2022-05-22 16:56:58 -04:00
yrsegal@gmail.com dd089c2be7 add modulo, fix russian
closes #82, #85, #86
2022-05-22 16:56:39 -04:00
Alwinfy 73a744ad89
Drive pattern styling with CSS custom props 2022-05-22 16:24:29 -04:00
Alwinfy fd0d6df2ff
Workaround: vendor-lock the blur transitioning to FF so it doesn't lag on Chrome 2022-05-22 12:38:30 -04:00
Alwinfy 9ecef9bd27
Reduce blur timing 2022-05-22 11:05:02 -04:00
Alwinfy 955b6c2a09
Swap #0 in link-btn for js:void(0) 2022-05-22 10:17:35 -04:00
yrsegal@gmail.com 4ce31d7f1a more accurate thoth sig 2022-05-22 06:51:40 -04:00
Alwinfy 8be1600091
Spoil categorys & TOC 2022-05-21 22:37:56 -04:00
Alwinfy 796d894dd0
Fix spacing around arrows 2022-05-21 22:06:52 -04:00
gamma-delta f90e8f1695 move russian localization where it needs to go 2022-05-21 18:14:57 -05:00
petrak@ be26691050
Merge pull request #71 from LedinecMing/main
ru_ru.json lang.
2022-05-21 18:09:54 -05:00
gamma-delta fef9e5f011 fix #83 2022-05-21 17:45:40 -05:00
gamma-delta bc38d0e1b4 stop making common jars, hopefully 2022-05-21 16:11:38 -05:00
Alwinfy 7b6df0d696
Add all changes Wire requested 2022-05-21 15:18:26 -04:00
yrsegal@gmail.com 0a92bc0e01 woops 2022-05-21 19:30:14 +01:00
Alwinfy 0dca1378b4
Only build off main branch 2022-05-21 12:42:05 -04:00
Alwinfy ff648bc014
Fix the commit message... for real this time 2022-05-21 12:37:13 -04:00
Alwinfy 63502eca04
Update book preface 2022-05-21 12:34:34 -04:00
Alwinfy ca1d9a612b
Fix pattern scraper, pass in template file explicitly 2022-05-21 12:30:02 -04:00
Alwinfy 7566b22deb
Point to common data 2022-05-21 12:26:12 -04:00
Alwinfy 6fe8473fa3
Remove outdated collate/template 2022-05-21 12:25:46 -04:00
Alwinfy dc3517f386
Set up Github Pages autobuild 2022-05-21 12:23:42 -04:00
Alwinfy 90e65a5b80
Move to docs dir 2022-05-21 12:22:45 -04:00
Alwinfy 67f3bdb64d
More bugfix 2022-05-21 12:22:44 -04:00
Alwinfy 711878bfe1
Add TOC, fix up category sort order 2022-05-21 12:22:44 -04:00
Alwinfy 6258c81c05
Fix bug, resize, add scrolling 2022-05-21 12:22:43 -04:00
Alwinfy 4f1043e233
First commit of the docgen 2022-05-21 12:22:43 -04:00
gamma-delta fb863d89e6 Merge branch 'main' of https://github.com/gamma-delta/HexMod 2022-05-20 17:00:28 -05:00
gamma-delta feeace32ed possibly fix refmap errors in non-dev 2022-05-20 17:00:08 -05:00
yrsegal@gmail.com c7780b3b0d close #72 2022-05-20 21:03:25 +01:00
gamma-delta 918abb89de particles still dont work on farbc 2022-05-20 11:53:34 -05:00
yrsegal@gmail.com 153b2b9667 equality tolerance - but it's everywhere now
also fix mishaps for arguments
2022-05-20 16:56:33 +01:00
gamma-delta a17dc3e90a Close #81 2022-05-19 23:18:55 -05:00
gamma-delta 579e110cd6 close 75 2022-05-19 22:18:44 -05:00
gamma-delta 804bcecf38 fix #74 2022-05-19 21:09:05 -05:00
gamma-delta c77d2d96ea close #73 2022-05-19 20:41:17 -05:00
gamma-delta eb72622008 ok the webhook actually happens 2022-05-19 19:49:26 -05:00
gamma-delta b5afce1b83 IT FUCKIN WORKS YOOOOOOOO 2022-05-19 19:33:28 -05:00
gamma-delta c4d75c37cf Merge branch 'main' of https://github.com/gamma-delta/HexMod 2022-05-19 18:59:54 -05:00
gamma-delta ac67b467cd forge tests still wont build 2022-05-19 18:59:47 -05:00
yrsegal@gmail.com a3d915f90f alwinfyyyyyyyy 2022-05-20 00:08:03 +01:00
gamma-delta cb8b4be953 ok i think it works this time 2022-05-19 10:27:02 -05:00
gamma-delta d634824ae7 clean up some weird conflicts from the merge 2022-05-19 09:50:50 -05:00
gamma-delta 88d596cfd1 holy shit i think that's the rebase done and dusted 2022-05-19 09:44:00 -05:00
yrsegal@gmail.com 92b6288ca1 fix some more stray errors 2022-05-18 23:46:11 +01:00
yrsegal@gmail.com 135810c343 fix akashic stairs being there for some reason 2022-05-18 23:41:56 +01:00
yrsegal@gmail.com 2cb6dfba68 fix edify cost 2022-05-18 23:09:17 +01:00
yrsegal@gmail.com 4317ac38fa try to fit this into the box 2022-05-18 23:09:17 +01:00
yrsegal@gmail.com 9ec3192d1c fix a bad message with integration distillation 2022-05-18 23:09:17 +01:00
yrsegal@gmail.com c1443e20aa fix intro/retro 2022-05-18 23:09:17 +01:00
gamma-delta 1b9533bc88 properly implement read and write local 2022-05-18 23:09:15 +01:00
Alwinfy 99648ecc2c Fix packaged spell 2022-05-18 23:08:15 +01:00
Alwinfy c77e38b5da Make empty lists falsy 2022-05-18 23:08:15 +01:00
Alwinfy d77f0cf715 relax ArrayList requirement 2022-05-18 23:08:10 +01:00
Alwinfy 0b13dd55b1 moar bugfix 2022-05-18 23:08:05 +01:00
Alwinfy 156e3263f3 Fix type errors 2022-05-18 23:08:03 +01:00
Alwinfy 6d4434fed6 Add O(1) cons/uncons 2022-05-18 23:07:11 +01:00
Alwinfy f893fe2a69 Add a dedicated SpellList perst. data type for efficiency of ops 2022-05-18 23:04:00 +01:00
yrsegal@gmail.com 8241c351ce players are now range-agnostic 2022-05-18 23:02:15 +01:00
yrsegal@gmail.com 67644a7608 oh no this texture is beyond saving waaaaa 2022-05-18 23:02:15 +01:00
yrsegal@gmail.com d71ad0c7e3 *sigh* 2022-05-18 23:02:13 +01:00
yrsegal@gmail.com 50cec62cb0 add explanation of metaeval consideration with iotas 2022-05-18 23:01:46 +01:00
yrsegal@gmail.com 983ac97f26 whee, fix the dust block model 2022-05-18 23:01:44 +01:00
yrsegal@gmail.com 3b6c7e2fe4 prevent true naming with spell holder items 2022-05-18 23:00:56 +01:00
yrsegal@gmail.com ddce4acd5a executing patterns as spells
:)
2022-05-18 22:59:51 +01:00
yrsegal@gmail.com 0e38543cc7 jeweler's hammer
this entry is very temporary, petra, replace as you see fit
2022-05-18 22:48:18 +01:00
gamma-delta ebbe80b9d1 you can no longer cheese the spell gui wuth a really thin window 2022-05-18 22:37:48 +01:00
yrsegal@gmail.com cbe2e49986 why am I like this. 2022-05-18 22:36:23 +01:00
yrsegal@gmail.com b4360b9b4a overcasting now runs on a percentage schema 2022-05-18 22:36:09 +01:00
yrsegal@gmail.com d09cd5fcc0 fix flight not working unless you had a sentinel in that dimension 2022-05-18 22:34:34 +01:00
yrsegal@gmail.com 2428d18075 add Huginn's Gambit, Muninn's Reflection, and Surgeon's Exaltation
no patterns for huginn and muninn (yet)
2022-05-18 22:30:27 +01:00
yrsegal@gmail.com 74b6352594 make flight actually push you up 2022-05-18 22:26:40 +01:00
yrsegal@gmail.com 84a8d5deb7 change advancement to trigger on charged amethyst 2022-05-18 22:25:01 +01:00
gamma-delta 4f118c227a fisherman's no longer hangs when trying to get things below the bottom of the stack, and clean up the error message 2022-05-18 22:23:02 +01:00
gamma-delta 868ff1c1d2 [Release] 0.8.3 Release!
Many more hotfixes and convenience things such as:
- Edified decoration items are less terrible
- Create water/lava insert into containers
- More math operations
- Edify sapling mishap no longer is a combat spell
- other things

yes the git log is kind of messed up sorry
2022-05-18 22:22:45 +01:00
yrsegal@gmail.com 634e00cbe5 ever heard of ItemNBTHelper? me neither
this would look way prettier if more of the mod was in kotlin. just trust me on that
2022-05-18 22:22:44 +01:00
yrsegal@gmail.com 7f4f51f127 bookkeeper's gambit keep-1 works 2022-05-18 22:08:02 +01:00
yrsegal@gmail.com 8bbf315a7e witches no longer drink potions or join raids if swept 2022-05-18 22:06:28 +01:00
yrsegal@gmail.com 04bdee6c41 sealing spellbook tooltips are better 2022-05-18 22:05:15 +01:00
yrsegal@gmail.com 2d629f409d spellbook/focus recipes are now in JEI 2022-05-18 22:04:15 +01:00
yrsegal@gmail.com 22919b5f56 brainsweeping fail now attributes the damage to the caster
this is to prevent Murder Villager from being a cheap and easy disposal solution for all your pesky mindflayed problems
2022-05-18 18:36:28 +01:00
yrsegal@gmail.com 123bc988ca brainsweeping keeps facing and such 2022-05-18 18:14:55 +01:00
yrsegal@gmail.com 0ff395ca20 fix invalid iota saying flay requires a player 2022-05-18 18:10:32 +01:00
yrsegal@gmail.com 6e630b35d7 fix power distillation projecting incorrectly 2022-05-18 18:10:32 +01:00
yrsegal@gmail.com 9561391995 fix a dumb stupid crash, thanks forge, i hate it 2022-05-18 18:10:30 +01:00
Uriadov Aleksey c165854bd0
Перевод статей 2022-05-18 01:07:18 +00:00
Uriadov Aleksey 522c632684
Добавил перевод новых заклинаний, надписей, по мелочи. 2022-05-17 19:00:24 +00:00
yrsegal@gmail.com 10f16e9199 JEI plugin! 2022-05-16 22:21:16 +01:00
yrsegal@gmail.com 6fd206d5d8 do it for thoth too 2022-05-16 22:02:52 +01:00
yrsegal@gmail.com 7f90c76737 Fix bad report for packaging spell 2022-05-16 22:02:52 +01:00
yrsegal@gmail.com 9a0273688c be consistent with book order 2022-05-16 22:02:52 +01:00
yrsegal@gmail.com 41b207243b fix link in mishaps 2022-05-16 22:02:52 +01:00
yrsegal@gmail.com d86d10c8f4 make it do a LITTLE damage 2022-05-16 22:02:52 +01:00
yrsegal@gmail.com bbb5638fb5 edify sapling is no longer a combat spell 2022-05-16 22:02:51 +01:00
yrsegal@gmail.com d6cbbf57e9 this is too big for the page 2022-05-16 22:02:51 +01:00
yrsegal@gmail.com f048652503 fix inventory tick not properly fixing blank slates 2022-05-16 22:02:49 +01:00
yrsegal@gmail.com ad57001c1b fix battery not being great 2022-05-16 22:01:38 +01:00
yrsegal@gmail.com fa343ff75b simplify brainsweeping 2022-05-16 22:01:35 +01:00
yrsegal@gmail.com 733eac1b88 raycasts cost media - book now says so 2022-05-16 21:56:22 +01:00
yrsegal@gmail.com df3e08f138 add some more auto-colored words 2022-05-16 21:56:22 +01:00
yrsegal@gmail.com 15908e2513 some grammar errors 2022-05-16 21:56:22 +01:00
yrsegal@gmail.com 8aded75034 better mishap messages for bitwise ops 2022-05-16 21:56:22 +01:00
yrsegal@gmail.com 821d298308 update meta-eval cost descs to be accurate 2022-05-16 21:56:22 +01:00
yrsegal@gmail.com 1c82fe482e add slice to the book 2022-05-16 21:56:22 +01:00
yrsegal@gmail.com 46621cfa17 Add a handful of helpful patterns! 2022-05-16 21:56:20 +01:00
yrsegal@gmail.com 9beb0ad43a use clienttickcounter 2022-05-16 21:44:02 +01:00
yrsegal@gmail.com 4f23a47771 migrate advancements to also use new mana values 2022-05-16 21:44:00 +01:00
yrsegal@gmail.com ed90903c0c fix beep 2022-05-16 21:43:19 +01:00
yrsegal@gmail.com 2e002ac112 migrate mana values away from magic numbers 2022-05-16 21:43:16 +01:00
yrsegal@gmail.com 2049f07482 psi does this, order might be important 2022-05-16 21:29:34 +01:00
yrsegal@gmail.com 34c19496db keep old averaging behavior for circle bounds 2022-05-16 21:29:34 +01:00
yrsegal@gmail.com 9c8152398e standardize referring to media cost 2022-05-16 21:29:34 +01:00
yrsegal@gmail.com 6c2551cda6 destroy water is a bit more lenient 2022-05-16 21:29:34 +01:00
yrsegal@gmail.com 306089e413 cyphers use standard break animation 2022-05-16 21:29:34 +01:00
yrsegal@gmail.com e8ee5a9a2c fix two missing links in book 2022-05-16 21:29:34 +01:00
yrsegal@gmail.com 690cc442c4 colors pretty 2022-05-16 21:29:34 +01:00
yrsegal@gmail.com 32c246fa6c create water and create lava now insert into containers 2022-05-16 21:29:32 +01:00
yrsegal@gmail.com 120c43b4b2 make vec2 safer too 2022-05-16 21:23:32 +01:00
yrsegal@gmail.com 5e525643c4 fix flight crashing the game 2022-05-16 21:23:30 +01:00
gamma-delta 5e771e484c [Release. 0.8.3 release!
Many more hotfixes and convenience things such as:
- Edified decoration items are less terrible
- Create water/lava insert into containers
- More math operations
- Edify sapling mishap no longer is a combat spell
- other things
2022-05-16 21:21:39 +01:00
yrsegal@gmail.com 51490b5b94 attempt to make entity velocity work SLIGHTLY better on players 2022-05-16 21:21:38 +01:00
yrsegal@gmail.com 3bd7279089 make note is now less weirdly esoteric 2022-05-16 21:20:50 +01:00
yrsegal@gmail.com 7492eb961b fix bad item message, make the motion a little less silly 2022-05-16 21:19:49 +01:00
yrsegal@gmail.com 0a8f4e6282 fix some inconsistencies in akashic woods 2022-05-16 21:19:48 +01:00
yrsegal@gmail.com 91c17d4714 WHY. AM. I. LIKE. THIS 2022-05-16 21:16:52 +01:00
yrsegal@gmail.com e8343b6947 boost amethyst dust drop rates
it felt outweighted by shards, this will help fix that
2022-05-16 21:16:14 +01:00
yrsegal@gmail.com 4cd8038729 fix amethyst shard "reducer" loot mod not... reducing 2022-05-16 21:16:14 +01:00
gamma-delta 463afb8923 [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-05-16 21:16:13 +01:00
yrsegal@gmail.com 1cabc187e9 *screaming louder* 2022-05-16 21:15:30 +01:00
yrsegal@gmail.com b7507d2a50 *screaming* 2022-05-16 21:11:30 +01:00
yrsegal@gmail.com cdd27c68eb fix missing a cast showing the overlay 2022-05-16 21:05:59 +01:00
yrsegal@gmail.com 7614e01b75 give akashic records a comparator output 2022-05-16 21:05:59 +01:00
yrsegal@gmail.com 54147e86b6 fix misinformative message for using a phial to craft a battery 2022-05-16 21:05:59 +01:00
yrsegal@gmail.com fb62300f42 fix cleric impetuses not updating, add motion not affecting players, brainsweeping not affecting witches 2022-05-16 21:05:55 +01:00
gamma-delta 8c061bdd3c GOOD ENOUGH 2022-05-15 19:56:15 -05:00
gamma-delta 38036669e3 aaaaaaaaa 2022-05-15 16:48:18 -05:00
gamma-delta 6ad894849a inch by inch. todo remove kotlin from the api 2022-05-15 12:58:14 -05:00
gamma-delta d64bd20868 IT LAUNCHES and then immediately crashes 2022-05-15 11:49:28 -05:00
gamma-delta 4332c37afa off to nuke and redownload the whole repo 2022-05-14 20:26:08 -05:00
gamma-delta f0e697bc53 nothing workksssss 2022-05-14 15:15:25 -05:00
Uriadov Aleksey 332b4bc575
Update ru_RU.json 2022-05-14 17:42:47 +00:00
Uriadov Aleksey b2ea71f9e3
Merge branch 'gamma-delta:main' into main 2022-05-14 17:38:22 +00:00
Hubry a0e3c1ae00 Fix Fabric build 2022-05-14 17:02:35 +02:00
Uriadov Aleksey cd56596cfc
Add files via upload 2022-05-14 12:53:15 +00:00
gamma-delta bf600b00ec fabric why 2022-05-13 23:50:57 -05:00
gamma-delta 816c86cdc3 FORGE WORKS 2022-05-13 17:55:44 -05:00
gamma-delta ad18f9ec9e aaaaaa 2022-05-13 14:19:30 -05:00
yrsegal@gmail.com 3ffeab2a2d fix edify cost 2022-05-12 18:01:51 -04:00
gamma-delta 0b4b0cc636 particles are breaking my heart 2022-05-12 15:01:05 -05:00
yrsegal@gmail.com 72f6b334d1 try to fit this into the box 2022-05-12 15:19:55 -04:00
yrsegal@gmail.com fc7d1a8891 fix a bad message with integration distillation 2022-05-12 15:13:58 -04:00
yrsegal@gmail.com 6e7b9485eb fix intro/retro 2022-05-12 13:32:35 -04:00
gamma-delta 43c781ed7b properly implement read and write local 2022-05-12 12:08:45 -05:00
gamma-delta 7049c3b40f particle man particle man 2022-05-12 11:13:06 -05:00
gamma-delta ac02f3c5d3 its ALMOST THERE I THINK 2022-05-11 16:23:39 -05:00
Yoni Segal 6783c71a68
Merge pull request #68 from Alwinfy/cons-lists
Add cons lists for list destructuring & more efficient list ops
2022-05-11 13:46:39 -04:00
Alwinfy 76d3132bb6
Fix packaged spell 2022-05-11 13:45:14 -04:00
Alwinfy f04e3c8818
Make empty lists falsy 2022-05-11 13:17:24 -04:00
Alwinfy 33629ce342
relax ArrayList requirement 2022-05-11 13:17:24 -04:00
Alwinfy 4d0f83a3a2
moar bugfix 2022-05-11 13:17:23 -04:00
Alwinfy 3311c9a16f
Fix type errors 2022-05-11 13:17:23 -04:00
Alwinfy 8cefcaa8e6
Add O(1) cons/uncons 2022-05-11 13:17:23 -04:00
Alwinfy fb52174791
Add a dedicated SpellList perst. data type for efficiency of ops 2022-05-11 13:17:18 -04:00
yrsegal@gmail.com 2f757ed055 players are now range-agnostic 2022-05-11 10:49:09 -04:00
yrsegal@gmail.com a2bf316444 oh no this texture is beyond saving waaaaa 2022-05-11 07:22:23 -04:00
yrsegal@gmail.com 91e10a7c36 *sigh* 2022-05-11 07:16:14 -04:00
yrsegal@gmail.com fb10ab137f add explanation of metaeval consideration with iotas 2022-05-10 23:04:48 -04:00
yrsegal@gmail.com d11849d232 whee, fix the dust block model 2022-05-10 20:05:57 -04:00
yrsegal@gmail.com 0d31336b90 prevent true naming with spell holder items 2022-05-10 19:45:32 -04:00
yrsegal@gmail.com fff3cf5691 executing patterns as spells
:)
2022-05-10 19:42:10 -04:00
yrsegal@gmail.com 65b04c0372 jeweler's hammer
this entry is very temporary, petra, replace as you see fit
2022-05-09 22:21:21 -04:00
gamma-delta 69e1649037 holy shit we are disturbingly close to compiling 2022-05-09 20:23:22 -05:00
gamma-delta c2c3ac6baa i am typing words 2022-05-09 13:23:39 -05:00
gamma-delta cb77be134a m o a r 2022-05-09 11:02:35 -05:00
Uriadov Aleksey a20407aeab
Delete ru_ru.json 2022-05-09 15:53:36 +00:00
gamma-delta f11024cdf5 fire! 2022-05-09 10:10:43 -05:00
gamma-delta 6f6566a575 get like halfway thru unjanking fire 2022-05-09 09:34:52 -05:00
Uriadov Aleksey 2e1f43249d
Add files via upload 2022-05-09 01:03:28 +00:00
Uriadov Aleksey e83a25f03d
Merge branch 'gamma-delta:main' into main 2022-05-09 01:02:34 +00:00
gamma-delta a40a4381cc you can no longer cheese the spell gui wuth a really thin window 2022-05-08 14:09:09 -05:00
yrsegal@gmail.com a60397d59f why am I like this. 2022-05-07 17:27:18 -04:00
gamma-delta d76b370eee falky's words of power to get more compile errors 2022-05-07 12:02:46 -05:00
yrsegal@gmail.com 0d97d47937 overcasting now runs on a percentage schema 2022-05-06 23:58:12 -04:00
gamma-delta 2464d9b748 i need to go to sleep 2022-05-06 22:36:31 -05:00
yrsegal@gmail.com 6af1993725 fix flight not working unless you had a sentinel in that dimension 2022-05-06 23:01:02 -04:00
yrsegal@gmail.com fe7051301b add Huginn's Gambit, Muninn's Reflection, and Surgeon's Exaltation
no patterns for huginn and muninn (yet)
2022-05-06 22:16:28 -04:00
yrsegal@gmail.com 6698e8096e make flight actually push you up 2022-05-06 21:02:26 -04:00
gamma-delta 4e3d3076a2 aaaaa 2022-05-06 18:09:47 -05:00
gamma-delta fbf5f003c8 more client things and fixing up actions 2022-05-06 11:40:33 -05:00
gamma-delta 67a2bc24a3 client? sort of? 2022-05-06 00:18:01 -05:00
yrsegal@gmail.com 04909f78a9 change advancement to trigger on charged amethyst 2022-05-05 19:07:37 -04:00
gamma-delta bcf5a3fe3b block emtity 2022-05-05 12:37:52 -05:00
gamma-delta 0a1ed40d48 fisherman's no longer hangs when trying to get things below the bottom of the stack, and clean up the error message 2022-05-03 21:05:01 -05:00
gamma-delta 73ecf8d6d7 bump the version, pinch the o's, what we're coding, nobody knows 2022-05-03 09:50:58 -05:00
gamma-delta 97ac961cee [Release] 0.8.3 Release!
Many more hotfixes and convenience things such as:
- Edified decoration items are less terrible
- Create water/lava insert into containers
- More math operations
- Edify sapling mishap no longer is a combat spell
- other things

yes the git log is kind of messed up sorry
2022-05-03 09:45:51 -05:00
gamma-delta cfa2f724ae Merge branch 'main' of https://github.com/gamma-delta/HexMod 2022-05-03 09:45:22 -05:00
gamma-delta 982c9f0452 [Release. 0.8.3 release!
Many more hotfixes and convenience things such as:
- Edified decoration items are less terrible
- Create water/lava insert into containers
- More math operations
- Edify sapling mishap no longer is a combat spell
- other things
2022-05-03 09:40:48 -05:00
gamma-delta f6a07672f1 paucal considered harmful. also forge. also fabric 2022-05-03 09:39:01 -05:00
yrsegal@gmail.com 40045d79c4 ever heard of ItemNBTHelper? me neither
this would look way prettier if more of the mod was in kotlin. just trust me on that
2022-05-02 16:34:21 -04:00
yrsegal@gmail.com e790dc78e3 bookkeeper's gambit keep-1 works 2022-05-02 14:42:26 -04:00
yrsegal@gmail.com bfb3463529 witches no longer drink potions or join raids if swept 2022-05-02 12:02:26 -04:00
yrsegal@gmail.com eb2490b12a sealing spellbook tooltips are better 2022-05-02 11:20:49 -04:00
yrsegal@gmail.com eaac65c47f spellbook/focus recipes are now in JEI 2022-05-01 13:38:58 -04:00
yrsegal@gmail.com a36d86aae9 brainsweeping fail now attributes the damage to the caster
this is to prevent Murder Villager from being a cheap and easy disposal solution for all your pesky mindflayed problems
2022-04-30 23:18:07 -04:00
gamma-delta 027cd540d6 abstract more things, be angy at datage 2022-04-30 21:15:09 -05:00
gamma-delta 4acaa05897 MOAR abstraction 2022-04-30 17:57:15 -05:00
gamma-delta c8d8562c99 xplat abstract things we used to use caps/persistent data for 2022-04-30 16:53:54 -05:00
gamma-delta 2bae373b38 implement all (hopefully?) the cardinal components and make items no longer use RegistryObjects 2022-04-30 15:58:17 -05:00
yrsegal@gmail.com 4155f90f30 brainsweeping keeps facing and such 2022-04-30 14:19:30 -04:00
yrsegal@gmail.com 0abb9b3ecc fix invalid iota saying flay requires a player 2022-04-30 14:00:01 -04:00
yrsegal@gmail.com c42d43ba67 fix power distillation projecting incorrectly 2022-04-30 12:14:36 -04:00
yrsegal@gmail.com 0d81ef81c1 fix a dumb stupid crash, thanks forge, i hate it 2022-04-30 00:45:49 -04:00
yrsegal@gmail.com 2af5dd6764 JEI plugin! 2022-04-29 22:12:52 -04:00
yrsegal@gmail.com dbf1f9daa1 do it for thoth too 2022-04-29 17:13:31 -04:00
yrsegal@gmail.com 0d568cafdb Fix bad report for packaging spell 2022-04-29 17:13:07 -04:00
yrsegal@gmail.com 33968c542d be consistent with book order 2022-04-29 16:24:56 -04:00
yrsegal@gmail.com 42bdc6c56d fix link in mishaps 2022-04-29 16:23:08 -04:00
yrsegal@gmail.com c0bc6bb846 make it do a LITTLE damage 2022-04-29 16:21:30 -04:00
yrsegal@gmail.com 972cd827f8 edify sapling is no longer a combat spell 2022-04-29 15:22:31 -04:00
yrsegal@gmail.com 795359268f this is too big for the page 2022-04-29 14:41:10 -04:00
yrsegal@gmail.com b27206ce47 fix inventory tick not properly fixing blank slates 2022-04-29 14:05:13 -04:00
yrsegal@gmail.com 5da04fedeb fix battery not being great 2022-04-29 12:27:02 -04:00
yrsegal@gmail.com 94ff6f0003 simplify brainsweeping 2022-04-29 11:37:15 -04:00
yrsegal@gmail.com 96d78297b6 raycasts cost media - book now says so 2022-04-28 20:31:16 -04:00
yrsegal@gmail.com e3ab057008 add some more auto-colored words 2022-04-28 13:37:42 -04:00
yrsegal@gmail.com e6afa64406 some grammar errors 2022-04-28 13:36:29 -04:00
yrsegal@gmail.com 8878dc4048 better mishap messages for bitwise ops 2022-04-28 13:16:01 -04:00
yrsegal@gmail.com 554e293f17 update meta-eval cost descs to be accurate 2022-04-28 12:40:20 -04:00
yrsegal@gmail.com d7a417368f add slice to the book 2022-04-28 12:04:33 -04:00
yrsegal@gmail.com ecfa4139c6 Add a handful of helpful patterns! 2022-04-28 11:41:28 -04:00
yrsegal@gmail.com 20c23b86a8 use clienttickcounter 2022-04-27 21:56:26 -04:00
yrsegal@gmail.com bc4606fed5 migrate advancements to also use new mana values 2022-04-27 21:51:47 -04:00
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
yrsegal@gmail.com 49e4de1b71 fix some small minor issues noticed on the server 2022-04-23 18:13:29 -04:00
yrsegal@gmail.com d7d65ddb49 *shakes fist at apache* 2022-04-23 17:08:17 -04:00
yrsegal@gmail.com 4089784fcc this looks less jarring 2022-04-23 16:46:56 -04:00
yrsegal@gmail.com d6287187be add sealing descriptions to tooltips/names as appropriate 2022-04-23 16:45:36 -04:00
yrsegal@gmail.com 7dabb7ef09 place block is a bit safer now 2022-04-23 13:26:22 -04:00
yrsegal@gmail.com 6547047d11 actual comparator visuals! 2022-04-23 11:50:48 -04:00
yrsegal@gmail.com 6c30117cf2 fix mishap for eval too deep being misinformative
technically it's not depth, it's just too many spells
2022-04-22 21:16:52 -04:00
yrsegal@gmail.com b43088b15e just some cleanup of arrays 2022-04-21 22:52:11 -04:00
yrsegal@gmail.com 8f72b2b604 fix greater fold reflection not accurately returning pos 2022-04-21 15:27:28 -04:00
yrsegal@gmail.com f734ef992f ah yes. maximum. 2022-04-21 15:20:08 -04:00
Uriadov Aleksey 181283cedd
Merge branch 'gamma-delta:main' into main 2022-04-21 18:44:11 +00:00
yrsegal@gmail.com 1e0a5eb63a links everywhere!
spellbooks can be sealed too
also add some nether wood wands
2022-04-21 14:33:34 -04:00
Uriadov Aleksey b65ef89624
Add files via upload 2022-04-21 18:09:15 +00:00
yrsegal@gmail.com c9792bdbf6 tags everywhere 2022-04-21 11:19:44 -04:00
yrsegal@gmail.com 1b64679308 default to standard formatting for items 2022-04-21 10:23:01 -04:00
gamma-delta c570f56571 Merge branch 'main' of https://github.com/gamma-delta/HexMod 2022-04-20 20:27:47 -05:00
gamma-delta b9f7773df6 new screenshots! 2022-04-20 20:27:13 -05:00
yrsegal@gmail.com 7cb17a4f27 add loot tables for akashic leaves 2022-04-20 17:34:14 -04:00
yrsegal@gmail.com f950ab375e fix comparator HUD not showing alternate comparator signals 2022-04-20 13:13:03 -04:00
gamma-delta 6632c5597b Merge branch 'main' of https://github.com/gamma-delta/HexMod 2022-04-20 09:22:16 -05:00
gamma-delta 0c4e969885 new new logos again! 2022-04-20 09:20:51 -05:00
yrsegal@gmail.com c6ee3effa9 fix cleric impetus not properly updating 2022-04-19 16:29:47 -04:00
yrsegal@gmail.com 8fc3b080ad fix lots of ops bypassing spawn protection 2022-04-18 20:55:00 -04:00
yrsegal@gmail.com 4a172b6fb8 fix a misinformative mishap 2022-04-18 19:37:30 -04:00
yrsegal@gmail.com 836d99afc9 ack, left this line in 2022-04-18 16:49:48 -04:00
yrsegal@gmail.com 5c3efc7eb1 clear energy before casting spell, just in case 2022-04-18 16:47:49 -04:00
yrsegal@gmail.com 242cfd6767 when thoth's fucks up, it doesn't take the server with it 2022-04-18 16:43:14 -04:00
yrsegal@gmail.com c3c895ab13 Brainsweeping properly disables sounds 2022-04-18 10:55:29 -04:00
yrsegal@gmail.com ad6a71ac91 *sigh* crafting spells work again 2022-04-18 10:55:17 -04:00
yrsegal@gmail.com 526360b1d0 clean up slates when empty 2022-04-17 21:11:10 -04:00
yrsegal@gmail.com 4958dc1b23 fix stack mutability being a problem with certain ops 2022-04-17 20:28:33 -04:00
yrsegal@gmail.com bdaa3d22c4 arc *cos* 2022-04-17 18:44:08 -04:00
yrsegal@gmail.com fea8b8dbaf i am a fool 2022-04-17 18:07:58 -04:00
gamma-delta 41e42d4733 slates can be overwritten again 2022-04-17 11:44:29 -05:00
gamma-delta 27fbe543a8 Merge branch 'main' of https://github.com/gamma-delta/HexMod 2022-04-17 11:42:54 -05:00
gamma-delta 0a3c480a51 a little more lang changes 2022-04-17 11:42:52 -05:00
yrsegal@gmail.com 8f9a5d2d14 fix op erase not erasing foci 2022-04-17 12:09:33 -04:00
yrsegal@gmail.com 57866f34dc some book updating, no teleporting bosses 2022-04-17 11:53:37 -04:00
gamma-delta bc63dc2940 groovy considered harmful 2022-04-16 15:58:45 -05:00
gamma-delta 0d1a372f65 move some config to the server and add an action denylist 2022-04-16 15:33:55 -05:00
yrsegal@gmail.com 7662369ee1 update explode entry 2022-04-16 15:01:37 -04:00
yrsegal@gmail.com 40f96fd37b cyphers are no longer useless 2022-04-16 14:41:13 -04:00
gamma-delta b954e4f09b Merge branch 'main' of https://github.com/gamma-delta/HexMod 2022-04-16 13:30:00 -05:00
gamma-delta 2ec1566fa7 actually implement staff funny easter egg 2022-04-16 13:29:35 -05:00
yrsegal@gmail.com 23b01093df replace CasterItem with HexItemTags.WANDS 2022-04-16 14:16:39 -04:00
gamma-delta 308474e268 help with crash in anvil screen 2022-04-16 12:48:54 -05:00
gamma-delta a87a349716 try to implement multiple staveas 2022-04-16 00:29:25 -05:00
gamma-delta 26853c6e30 alright alwinfy do your worst 2022-04-15 23:08:16 -05:00
gamma-delta f3cfab439c work on mishaps entry 2022-04-15 21:17:28 -05:00
yrsegal@gmail.com d952841b9c conjured lights update when placed 2022-04-14 17:05:21 -04:00
yrsegal@gmail.com 532871a951 several minor changes to the book 2022-04-13 22:22:59 -04:00
yrsegal@gmail.com 29d363e33f found the magic flag 2022-04-13 19:40:09 -04:00
yrsegal@gmail.com 77a86ddcef fix abscond not having absconded 2022-04-13 19:33:37 -04:00
yrsegal@gmail.com 08df11c39e equality is more stringent 2022-04-13 19:11:59 -04:00
yrsegal@gmail.com b70e616725 update docs to match 2022-04-13 18:59:43 -04:00
yrsegal@gmail.com 57cd20fe28 logical operators work on nondoubles (where applicable) 2022-04-13 18:58:19 -04:00
yrsegal@gmail.com bae6839c71 fix slates becoming initialized incorrectly when broken 2022-04-13 17:14:50 -04:00
yrsegal@gmail.com 2d64c4ec18 fix it but again 2022-04-13 17:05:50 -04:00
yrsegal@gmail.com 13c04f2348 fix a dupe bug 2022-04-13 17:04:54 -04:00
yrsegal@gmail.com 4958849e16 frozen colorizer loads old ones 2022-04-12 15:25:21 -04:00
yrsegal@gmail.com 6dd8a01a7d encapsulate api 2022-04-12 15:13:51 -04:00
yrsegal@gmail.com e4a424dbd4 we shouldn't be potioning armor stands 2022-04-12 11:27:29 -04:00
yrsegal@gmail.com d77ede68ac alwinfy requests it, alwinfy gets new cost 2022-04-12 11:21:14 -04:00
yrsegal@gmail.com 9c89061574 cost of swindler's implemented 2022-04-12 11:14:55 -04:00
yrsegal@gmail.com e4e573f53a fix description of swindler's gambit 2022-04-12 10:53:17 -04:00
yrsegal@gmail.com 5ff3ccbd81 fix description of gemini's gambit 2022-04-12 10:52:07 -04:00
yrsegal@gmail.com 022633dc4b specify "head" 2022-04-12 10:48:01 -04:00
yrsegal@gmail.com 11e8ca81a8 head wearing the lens
i was ready
2022-04-12 10:40:07 -04:00
yrsegal@gmail.com 682807596b if petra lets me wear this on head, i'm ready 2022-04-12 00:19:50 -04:00
yrsegal@gmail.com 7b87da018c Merge branch 'minor-patterns' of https://github.com/gamma-delta/HexMod 2022-04-11 23:59:16 -04:00
yrsegal@gmail.com 00d22c1d3e some more scrying lens stuff 2022-04-11 23:57:13 -04:00
yrsegal@gmail.com 2eee4615d9 fix another inversion 2022-04-11 23:44:35 -04:00
yrsegal@gmail.com 818fc2296f why am I like this 2022-04-11 23:21:05 -04:00
yrsegal@gmail.com 81fa34841f fix empty null datum for realsies 2022-04-11 23:15:50 -04:00
yrsegal@gmail.com 17644ab40f CAPABILITIES GONE
CRAB RAVE
2022-04-11 22:40:18 -04:00
yrsegal@gmail.com b4b52e2c03 DataHolder, ManaHolder, SpellHolder 2022-04-11 19:17:17 -04:00
yrsegal@gmail.com c9c1dcfc88 reading properly considers empty as a null influence 2022-04-11 17:15:29 -04:00
yrsegal@gmail.com b89d2b36b4 maybe fix particles rendering through walls 2022-04-11 14:47:16 -04:00
yrsegal@gmail.com 31ca7dca21 zombie villagers maintain brainswept status
including when cured
2022-04-11 14:30:35 -04:00
yrsegal@gmail.com 895e53e9db black colorizer is now significantly more based 2022-04-11 13:49:11 -04:00
yrsegal@gmail.com e7e512b025 Recharge noops if item is full 2022-04-11 12:45:28 -04:00
Noobulus d584a78fea i keep getting confused which branch we're all on 2022-04-11 11:41:41 -05:00
yrsegal@gmail.com 0438832fb1 charged amethyst is useful again 2022-04-11 12:27:38 -04:00
yrsegal@gmail.com 582c7fa316 fix *some* doubles not being considered doubles
whyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
2022-04-11 12:19:00 -04:00
yrsegal@gmail.com f09b0997b5 tag checks are stricter 2022-04-11 12:05:29 -04:00
Noobulus 844e799bb7 bump volume on add pattern sound 2022-04-11 11:01:17 -05:00
yrsegal@gmail.com e328d1f78f fix inconsistent loading of be data 2022-04-11 11:52:51 -04:00
yrsegal@gmail.com 0191af2859 fix mishaps not being cleared from impetus 2022-04-11 11:47:40 -04:00
yrsegal@gmail.com e1996cc4f2 set changed, and make panning less 2022-04-11 11:42:16 -04:00
yrsegal@gmail.com 1a0fe41523 one day I will not be dumb 2022-04-11 11:37:58 -04:00
yrsegal@gmail.com 8fd72b9e44 prevent 0 size batteries; recharge is minimally lossy 2022-04-11 11:35:23 -04:00
yrsegal@gmail.com 963b6c586f properly visually update phials drained of mana 2022-04-11 11:21:36 -04:00
yrsegal@gmail.com 0d7b893d33 make zone distillation: non-monster fit 2022-04-11 11:10:41 -04:00
yrsegal@gmail.com d1e251242c fix entropy reflection's sig 2022-04-11 11:08:39 -04:00
yrsegal@gmail.com e28bd7473a kill item entities if empty (like makepackagedspell does) 2022-04-11 11:05:39 -04:00
yrsegal@gmail.com 284e0de460 make packaged spell now uses getHeldItemToOperateOn
listing patterns now is prettier
2022-04-11 11:04:40 -04:00
yrsegal@gmail.com 1df6291eab MishapBadOffhandItem now throws the correct item 2022-04-11 10:54:46 -04:00
yrsegal@gmail.com d61b2311fa swap args of beep at petra's request 2022-04-11 10:39:51 -04:00
yrsegal@gmail.com 5df16d9feb make op beep FULLY work 2022-04-11 10:33:46 -04:00
yrsegal@gmail.com 7202daa429 fix beep using wrong pattern 2022-04-11 10:03:16 -04:00
yrsegal@gmail.com 561bf43858 beep 2022-04-10 23:34:43 -04:00
yrsegal@gmail.com bbb33b234f logs
not the wood kind
2022-04-10 23:08:24 -04:00
yrsegal@gmail.com b6e90994c9 random! 2022-04-10 22:50:26 -04:00
yrsegal@gmail.com fdfcd43b62 ceil and floor
e
2022-04-10 22:22:51 -04:00
yrsegal@gmail.com 1c5fff77b5 velocity! 2022-04-10 22:01:53 -04:00
yrsegal@gmail.com e14dacc73e renumber book to start with 2022-04-10 21:32:59 -04:00
yrsegal@gmail.com 27e68346c5 how did that happen 2022-04-10 20:42:12 -04:00
gamma-delta 78ed54cc2d fix conflicts 2022-04-10 19:38:24 -05:00
gamma-delta fcd23e10be maybe possibly get ready to merge 2022-04-10 19:36:31 -05:00
yrsegal@gmail.com 18b5019855 coerce to axial (also entity height, currently unbound) 2022-04-10 20:34:29 -04:00
yrsegal@gmail.com 2f9a223a66 trig
names and descriptions subject to change
2022-04-10 20:22:32 -04:00
Yoni Segal 8eaab9a572
Merge pull request #62 from Noobulus/akashic
Akashic Mono Sounds
2022-04-10 17:19:17 -04:00
yrsegal@gmail.com 592bff1646 update data with mishap set 2022-04-10 16:56:52 -04:00
yrsegal@gmail.com 61597a3a54 i forgot these are immutable 2022-04-10 16:37:07 -04:00
Noobulus 66e3f60c97 mono sounds on akashic, fail pattern needs tweaking and i think cast sounds may need more volume 2022-04-10 15:32:00 -05:00
yrsegal@gmail.com 8adcd5ca83 spell datum equality (required for locator's distillation) 2022-04-10 16:27:02 -04:00
yrsegal@gmail.com 113b1acf89 spell grid sound from proper position 2022-04-10 16:22:37 -04:00
yrsegal@gmail.com 5eceae6e57 slates now don't create air pockets when they pop off 2022-04-10 14:11:11 -04:00
yrsegal@gmail.com 02a08afeb9 slates can be waterlogged 2022-04-10 14:03:17 -04:00
yrsegal@gmail.com 918cd081ee cloned slate stacks now match regular ones 2022-04-10 13:59:40 -04:00
yrsegal@gmail.com e14308a8c3 index-of, remove, splat 2022-04-10 13:45:52 -04:00
yrsegal@gmail.com c021dfa699 slates now pickblock as patterned 2022-04-10 11:41:52 -04:00
yrsegal@gmail.com 0484512118 circle mishaps now look more error-y
and clear on successful cast
2022-04-10 11:32:56 -04:00
yrsegal@gmail.com cb6f2d84bf spell circles no longer require you to hold items in the offhand 2022-04-10 11:03:58 -04:00
yrsegal@gmail.com 76f701763d fix merge mistake 2022-04-10 10:57:17 -04:00
yrsegal@gmail.com 74e74ddc85 "1 iotas stored" is now "1 iota stored" 2022-04-10 10:11:52 -04:00
gamma-delta 457ca7da81 datagen owo? 2022-04-09 23:34:14 -05:00
gamma-delta 325ea3e4a3 probably definitely fix up all the datagen 2022-04-09 23:32:58 -05:00
yrsegal@gmail.com aae172093c sounds are relative baby 2022-04-10 00:10:58 -04:00
Noobulus 321593c905 Convert 'positional' sounds to mono so Minecraft actually plays them positionally 2022-04-09 23:08:41 -05:00
yrsegal@gmail.com 6f472e7db9 fix conjuration not properly setting colors for regular block 2022-04-10 00:00:46 -04:00
yrsegal@gmail.com 518dec0da4 wands are required to cast spells 2022-04-09 22:21:45 -04:00
yrsegal@gmail.com 86e2cb4ee1 fix pick block erroring 2022-04-09 22:06:49 -04:00
yrsegal@gmail.com a89e11d819 fix conjured block particles 2022-04-09 22:06:03 -04:00
yrsegal@gmail.com ba6d60f84b fix shift-clicking records not actually clearing them 2022-04-09 22:02:28 -04:00
yrsegal@gmail.com 07bd9cba65 clearer error response with writing iotas
when writing to a data holder that can't accept the given iota, the error said the item wasn't a data holder.
now, it makes it clear that it requires a place that *accepts* a given iota
2022-04-09 22:02:09 -04:00
yrsegal@gmail.com 4061c9d735 fix slates being weird with accepting patterns 2022-04-09 21:40:38 -04:00
yrsegal@gmail.com 64eed454e2 fix conjured blocks being solid-blocking 2022-04-09 21:21:21 -04:00
yrsegal@gmail.com a3839cfa23 apply division by zero to other forms of division
0^0 is also handled
2022-04-09 20:33:08 -04:00
yrsegal@gmail.com 67d7e20469 don't divide by zero 2022-04-09 19:51:05 -04:00
yrsegal@gmail.com eef29eee49 fix single-line pattern having issues with akashic record 2022-04-09 19:18:30 -04:00
yrsegal@gmail.com dbf5cf69ef remove step particle effect from conjured lights 2022-04-09 16:31:12 -04:00
yrsegal@gmail.com a91886d2d2 akashic records can't have true names written either 2022-04-09 15:55:53 -04:00
yrsegal@gmail.com dc13b77322 revert mishap - messes with thoth's 2022-04-09 15:31:45 -04:00
yrsegal@gmail.com 65e2349d4d mishap with conjuring a block 2022-04-09 15:23:37 -04:00
yrsegal@gmail.com 74cca1057d use ::never instead of explicit 2022-04-09 15:17:56 -04:00
yrsegal@gmail.com faee8a45b4 typo in light level 2022-04-09 15:17:20 -04:00
yrsegal@gmail.com 1e55a57884 split conjured lights and conjured blocks
also, properly waterlog conjured lights
2022-04-09 15:16:48 -04:00
yrsegal@gmail.com 5d4c09186d spellbooks should show what's inside
they're supposed to be strictly better foci after all
2022-04-09 14:19:58 -04:00
yrsegal@gmail.com 0395501e2c fix my poor sense of coloration
it's not perfect but it's better
2022-04-09 13:53:55 -04:00
yrsegal@gmail.com 4cf8233d21 Merge branch 'main' of https://github.com/gamma-delta/HexMod into akashic 2022-04-09 13:28:18 -04:00
yrsegal@gmail.com fd206287f6 fix a server crash
waaaa i hate unsafeRunWhenOn
2022-04-09 13:27:59 -04:00
yrsegal@gmail.com fe18e4b2f6 widgets are gray now 2022-04-09 13:25:28 -04:00
yrsegal@gmail.com 225f97d8a4 fix crash on server
uggggh i hate classloading
2022-04-09 13:21:26 -04:00
yrsegal@gmail.com 505e48d4e4 op erase can affect foci
this bothered me before
2022-04-09 12:58:36 -04:00
yrsegal@gmail.com 021d2a3f1a make "0x [Air]" into "nothing" 2022-04-09 12:42:38 -04:00
yrsegal@gmail.com 8447f01041 fix akashic records not destroying connections 2022-04-09 12:42:22 -04:00
yrsegal@gmail.com dd75ebac05 fix akashic bookshelves not properly losing connections 2022-04-09 12:34:08 -04:00
yrsegal@gmail.com 308a1f03d9 fix using wrong part of registry key 2022-04-09 01:02:21 -04:00
gamma-delta e4e39fce23 do half the datagen 2022-04-09 00:00:42 -05:00
gamma-delta 32cda19da4 Merge branch 'main' into akashic 2022-04-08 22:23:16 -05:00
gamma-delta 999def56ba fix conflicts 2022-04-08 22:01:19 -05:00
gamma-delta b9a99bb5ae document everything 2022-04-08 22:00:25 -05:00
yrsegal@gmail.com 06b10d4d1f fix Flock's Gambit not allowing you to consume the entire stack 2022-04-08 22:33:04 -04:00
yrsegal@gmail.com 6957f10624 fix #56 2022-04-08 21:25:37 -04:00
yrsegal@gmail.com 761866336a Fix #58 2022-04-08 21:12:39 -04:00
yrsegal@gmail.com 620b751002 sorted, not sort 2022-04-08 20:37:07 -04:00
yrsegal@gmail.com 898c4453b6 fix sentinels not actually existing 2022-04-08 20:32:41 -04:00
yrsegal@gmail.com a43d92c6a1 sentinels are now dimension-bound 2022-04-08 20:17:07 -04:00
gamma-delta 8b3d3e62fa fix up documentation 2022-04-08 19:16:28 -05:00
yrsegal@gmail.com 5ca14d327e disallow illegal spells
this is to prevent malicious clients. it's an edge case, but still.
2022-04-08 19:53:51 -04:00
yrsegal@gmail.com 72ff63f752 copy harness data too 2022-04-08 19:12:24 -04:00
yrsegal@gmail.com 9a360fd17d fix end transfer deleting capability data 2022-04-08 19:10:18 -04:00
gamma-delta a3c1abf65e implement swindler's gambits 2022-04-08 17:54:19 -05:00
yrsegal@gmail.com baac41e151 i forgot to actually change the loot mod 2022-04-08 17:59:49 -04:00
yrsegal@gmail.com 453a1ce92e color the scroll message correctly 2022-04-08 17:52:59 -04:00
yrsegal@gmail.com 87abadb67d patterns have suggestions 2022-04-08 17:52:25 -04:00
yrsegal@gmail.com 352ed65dc4 amethyst shards are halved not reduced 2022-04-08 17:52:03 -04:00
gamma-delta 3645a4eade make special handlers also have resource locations 2022-04-08 16:13:29 -05:00
yrsegal@gmail.com d17b5c21ac sort entities by distance from origin 2022-04-08 17:06:40 -04:00
yrsegal@gmail.com 84a1c97b26 move wand data into the player to account for weird issues 2022-04-08 16:08:29 -04:00
yrsegal@gmail.com db2db1ce56 show page names for offhand too 2022-04-08 14:55:28 -04:00
yrsegal@gmail.com c80b77cd6e add motion costs more after the first
this prevents Abscond. I'm looking at you guru
2022-04-08 14:32:56 -04:00
yrsegal@gmail.com f0feb2f6aa patterns now save to the wand mid-casting
this way, infinite complexity is no longer possible using just the staff.
2022-04-08 14:13:11 -04:00
yrsegal@gmail.com c37f435792 elevate offhand bug to feature status 2022-04-08 12:57:19 -04:00
yrsegal@gmail.com cd672a8af6 fix akashic bookshelves not properly disconnecting 2022-04-08 12:27:06 -04:00
yrsegal@gmail.com 0ab68324de having renderers in the TE class is concerning 2022-04-08 12:27:06 -04:00
yrsegal@gmail.com 0daf70dcc3 single-line patterns don't have an extra space 2022-04-08 11:48:07 -04:00
yrsegal@gmail.com f2e33c6c6c spellbook names are now per-page 2022-04-08 11:39:24 -04:00
yrsegal@gmail.com bccca64e19 replace explicit use of chatformatting characters with proper use 2022-04-08 11:39:23 -04:00
petrak@ 6748508777
Merge pull request #54 from Falkory220/akashic
Lanterns retexture
2022-04-08 09:49:29 -05:00
yrsegal@gmail.com fadafce1b9 Fix akashic bookshelves replacing themselves after being broken 2022-04-08 10:47:17 -04:00
gamma-delta a282c8d530 fix spellbook tooltip finally 2022-04-08 09:45:12 -05:00
Falkory220 233336e52f
Merge branch 'gamma-delta:akashic' into akashic 2022-04-07 16:43:53 +01:00
gamma-delta 5d97c7390b backend changes to scrolls and slates, and akashic libraries still dont work 2022-04-07 10:38:48 -05:00
gamma-delta f672da3485 and this should NOT build 2022-04-04 20:37:49 -05:00
gamma-delta 77d719a2c8 Merge branch 'main' into akashic 2022-04-04 20:37:20 -05:00
gamma-delta fe5d799ef0 hopefully only publish to maven on main branch? 2022-04-04 20:37:12 -05:00
gamma-delta 9c232a4d0c finally free from the tyranny of curse maven
and jenkins should build this?
2022-04-04 20:33:16 -05:00
gamma-delta 3726c275ee test: jenkins shouldn't build this one 2022-04-04 20:32:47 -05:00
gamma-delta 3a0014f117 merge in master to akashic 2022-04-04 20:26:25 -05:00
gamma-delta 76f492e260 finally free from the tyranny of curse maven 2022-04-04 20:25:17 -05:00
gamma-delta 7fed08890b move to different folder in jenkins and update formatting 2022-04-04 17:48:19 -05:00
gamma-delta 8e6be11660 <3 you @jaredlll08 2022-04-04 17:37:07 -05:00
petrak@ 0a645c0da2
Merge pull request #55 from jaredlll08/main
Add Jenkins related files
2022-04-04 17:19:05 -05:00
Jared ef40b86ede
Only post the webhook once 2022-04-04 22:13:25 +02:00
Jared a4a9f21602
Fix discord webhook credential 2022-04-04 22:09:20 +02:00
Jared 36037206d3
Add Jenkinsfile and maven info 2022-04-04 22:01:07 +02:00
petrak@ 9b30618974
Merge branch 'akashic' into akashic 2022-04-04 14:20:54 -05:00
falkory ae3e0e3c40 Lanterns retexture 2022-04-03 08:42:36 +01:00
gamma-delta f084208f30 are you happy guru 2022-04-02 20:44:33 -05:00
gamma-delta 1fd45fed2d make spell circles warm up slower but have a faster top speed 2022-04-02 18:27:04 -05:00
gamma-delta e745090293 i am ver bad at git 2022-04-02 18:26:21 -05:00
petrak@ 062bf0e61b
Merge pull request #53 from Falkory220/akashic
Texture Tweaks
2022-04-02 12:21:30 -05:00
gamma-delta a7cedacda9 syncing still dont work 2022-04-02 12:21:15 -05:00
gamma-delta 21a82b0069 i hate ALL computers 2022-04-02 11:44:05 -05:00
falkory 30fb877c52 Texture Tweaks 2022-04-02 17:28:25 +01:00
gamma-delta 3599c36fa3 actually read the vanilla code? test in morning 2022-04-02 01:09:01 -05:00
gamma-delta cce9b3c4a1 i am very bad at trees 2022-04-02 01:04:55 -05:00
gamma-delta 5d009304a8 item models and also leaves are both fucks 2022-04-01 23:22:40 -05:00
gamma-delta 85553c7e2f more akashic things 2022-04-01 11:47:33 -05:00
gamma-delta 1e56831ae5 get things syncing and copy out all of falky's nice textures 2022-03-31 16:51:01 -05:00
gamma-delta 199d2b80b4 whyy is it not syncing aaaa 2022-03-31 14:58:23 -05:00
gamma-delta 911ac2c312 aaaaAAAAAAAAaaaaaaaawhyyy 2022-03-31 10:42:13 -05:00
gamma-delta befafee417 i am very good at things 2022-03-31 09:56:22 -05:00
gamma-delta 68477d9e63 uh-oh syncy 2022-03-31 09:51:35 -05:00
gamma-delta 3e6a086ef0 it isn't syncing but *something* is happening 2022-03-31 02:10:43 -05:00
gamma-delta 433391c8d0 framework for akashic libraries 2022-03-31 00:38:27 -05:00
gamma-delta 767dd9983d Merge branch 'mishaps' 2022-03-30 09:33:49 -05:00
gamma-delta c578c4e550 0.7.1 release!
Changelog:
- A lot of bugfixes.
- Update to PAUCAL 0.2.0
-  ... yeah what a changelog
2022-03-29 22:35:53 -05:00
gamma-delta c89aebcd7e close #36 2022-03-29 22:25:00 -05:00
gamma-delta d61708f46e close #46 2022-03-29 22:19:33 -05:00
gamma-delta 6afb47c88d update to paucal 0.2 and close #45 2022-03-29 22:15:50 -05:00
gamma-delta 6568168854 actually finally get the amethyst shard count woroking 2022-03-29 15:06:19 -05:00
gamma-delta 8c9dba8156 Revert "push for loot table help"
This reverts commit 176829c90b.
2022-03-29 12:52:57 -05:00
gamma-delta b0c2a5d601 Revert "Revert "ah yes this lib mod will make everything better :clueless: (Close #41)""
This reverts commit bc9a35df1c.
2022-03-29 12:52:21 -05:00
gamma-delta bc9a35df1c Revert "ah yes this lib mod will make everything better :clueless: (Close #41)"
This reverts commit 6cf4523d11.
2022-03-29 12:51:44 -05:00
gamma-delta 176829c90b push for loot table help 2022-03-29 12:39:18 -05:00
gamma-delta 488ab57b66 close #39 2022-03-28 10:47:02 -05:00
gamma-delta 6cf4523d11 ah yes this lib mod will make everything better :clueless: (Close #41) 2022-03-28 10:08:09 -05:00
gamma-delta e9496e1453 Close #42 2022-03-28 10:04:20 -05:00
gamma-delta bbbe1d1683 fail to fix weird particle bug 2022-03-27 11:57:27 -05:00
gamma-delta 9d15239635 Potentially fix scrolls not being placeable on server 2022-03-27 11:29:29 -05:00
gamma-delta 0371a56ab3 0.7.0 release!
Changelog:

- Spell Circles! A complex new system of semi-automatically casting
  spells using a multiblock structure.
- Mindflaying, a new horrifying crafting method.
- Abacus, an item you can easily set to a number.
- You can make your own custom scrolls now, and place them on the wall.
  And make them show the stroke order!
- Some decorative blocks.
- You can no longer write other players to foci (just yourself).
- Zeniths and nadirs have their media costs increase by the cube and
  square of the potency, respectively.
- Reduced amount of amethyst shards that crystals drop, but buffed the
  number of dusts and charged crystals.
- A lot of misc bugfixes, hopefully.
2022-03-27 10:20:59 -05:00
gamma-delta 0a9fdd5c91 Merge branch 'main' into mishaps 2022-03-26 23:47:29 -05:00
petrak@ 0d17d325e7
Update gradle.yml 2022-03-26 23:46:42 -05:00
gamma-delta 1f3f04acf6 Merge branch 'main' into mishaps 2022-03-26 23:45:17 -05:00
gamma-delta e27cc37c6c actually, according to the latin roots, the plural is 'directapodes' 2022-03-26 23:44:29 -05:00
gamma-delta 92f652b800 nadirs now increase in cost by the square of the potency, and zeniths by the cube 2022-03-26 20:28:02 -05:00
gamma-delta 46f803ba9f clean up the wording on erase item 2022-03-26 20:19:45 -05:00
gamma-delta 70a3105c32 make selection distillation turned the right way 2022-03-26 20:03:33 -05:00
gamma-delta b4a41c0398 very elegantly fixed impetuses not liking being pushed by pistons 2022-03-26 18:36:39 -05:00
gamma-delta 6ab9a763c1 i am very good at counting 2022-03-26 18:34:14 -05:00
gamma-delta cc5ef2c6ef conspiracy theory: cf isn't approving paucal so that i put more features in 0.7 2022-03-26 18:30:10 -05:00
gamma-delta 9ef0b4fa72 ridiculous bug where it can't find a class I MADE 2022-03-26 16:33:04 -05:00
gamma-delta c499469941 ok added the mishaps, now to integrate them yahoo 2022-03-26 13:46:50 -05:00
gamma-delta a910b0113a more mishap mishaps 2022-03-26 11:45:31 -05:00
gamma-delta 239762fc01 start work on better mishaps 2022-03-26 01:01:44 -05:00
3063 changed files with 75009 additions and 21918 deletions

29
.github/workflows/build_docs.yml vendored Normal file
View file

@ -0,0 +1,29 @@
name: Build the Python doc-gen
on:
push:
branches: [main]
jobs:
build_docs:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Generate file
run: doc/collate_data.py Common/src/main/resources hexcasting thehexbook doc/template.html index.html.uncommitted
- name: Check out gh-pages
uses: actions/checkout@v3
with:
clean: false
ref: gh-pages
- name: Overwrite file and commmit
run: |
mv index.html.uncommitted index.html
git config user.name "Documentation Generation Bot"
git config user.email "noreply@github.com"
git add index.html
git diff-index --quiet HEAD || git commit -m "Update docs at index.html from $GITHUB_REF"
- name: Upload changes
run: git push

View file

@ -1,24 +0,0 @@
name: Java CI with Gradle
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build
- uses: actions/upload-artifact@v2
if: github.event_name != 'pull_request'
with:
name: Package
path: build/libs

View file

@ -1,25 +0,0 @@
name: Publish tag
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
env:
TAG_NAME: ${{ github.ref_name }}
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build
- name: Release
uses: softprops/action-gh-release@v1
with:
files: build/libs/*

56
Common/build.gradle Normal file
View file

@ -0,0 +1,56 @@
plugins {
id 'org.spongepowered.gradle.vanilla' version '0.2.1-SNAPSHOT'
id "at.petra-k.PKSubprojPlugin"
}
pkSubproj {
platform "common"
}
minecraft {
version(minecraftVersion)
accessWideners 'src/main/resources/hexplat.accesswidener'
}
repositories {
mavenCentral()
maven { url 'https://maven.blamejared.com' }
maven {
// location of the maven that hosts JEI files
name = "Progwml6 maven"
url = "https://dvs1.progwml6.com/files/maven/"
}
maven {
// location of a maven mirror for JEI files, as a fallback
name = "ModMaven"
url = "https://modmaven.dev"
}
}
dependencies {
compileOnly group: 'org.spongepowered', name: 'mixin', version: '0.8.5'
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.1'
compileOnly "at.petra-k.paucal:paucal-common-$minecraftVersion:$paucalVersion"
compileOnly "vazkii.patchouli:Patchouli-xplat:$minecraftVersion-$patchouliVersion"
compileOnly "org.jetbrains:annotations:$jetbrainsAnnotationsVersion"
testCompileOnly "org.jetbrains:annotations:$jetbrainsAnnotationsVersion"
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.1'
}
test {
useJUnitPlatform()
}
processResources {
def buildProps = project.properties.clone()
filesMatching(['pack.mcmeta']) {
expand buildProps
}
}

0
Common/logs/latest.log Normal file
View file

View file

@ -0,0 +1,254 @@
// 1.19.2 2023-06-20T14:09:26.505719553 Item Models: hexcasting
2fc68dcd6d73da3deaa6a33240dd9160a2b79592 assets/hexcasting/models/block/deco/quenched_allay_bricks_0.json
d59af7a48b20b210240b26115fb172d6202f9254 assets/hexcasting/models/block/deco/quenched_allay_bricks_1.json
a62eeebbca2d145c22f25725bd848ed4d673cefa assets/hexcasting/models/block/deco/quenched_allay_bricks_2.json
90e14c7ae44f667810fa5d31af5fd02cb575c13a assets/hexcasting/models/block/deco/quenched_allay_bricks_3.json
669d9348f4581dae45c35268a760675509a89a29 assets/hexcasting/models/block/deco/quenched_allay_bricks_small_0.json
bb65f6b36336fb4746e749a2b248e521ff24f901 assets/hexcasting/models/block/deco/quenched_allay_bricks_small_1.json
39b54b608cdf5e959a5c115379e45aaf590a254a assets/hexcasting/models/block/deco/quenched_allay_bricks_small_2.json
da0aee7c9516804372262165dc5aab16bd1c6ce6 assets/hexcasting/models/block/deco/quenched_allay_bricks_small_3.json
bacd99e8c24b9ce004e8aeff509cca4b971f3ed9 assets/hexcasting/models/block/deco/quenched_allay_tiles_0.json
1b272b737dea8a856c63e253359863dff7ec7e54 assets/hexcasting/models/block/deco/quenched_allay_tiles_1.json
9840fe9648aedd03ecda485e7c6466bbe2a418ba assets/hexcasting/models/block/deco/quenched_allay_tiles_2.json
71abe574694be3f0be75433068bae0489bae5055 assets/hexcasting/models/block/deco/quenched_allay_tiles_3.json
9af2754cb1e53eeaa85618cf92651b4878cf62b1 assets/hexcasting/models/block/quenched_allay_0.json
de4ff723b4332d4e26bd01f74e0485e28c9a2178 assets/hexcasting/models/block/quenched_allay_1.json
4c29163e07f3a903017e38a9cc102f4b37db20b1 assets/hexcasting/models/block/quenched_allay_2.json
487d34cd8e70b3e468337228b74af5c1b4d14c53 assets/hexcasting/models/block/quenched_allay_3.json
f2156b3a7041cf99891b528393db64c6b9ca1a4f assets/hexcasting/models/item/abacus.json
19730853397b109cfedd0c3bbda83d5de6cd15b9 assets/hexcasting/models/item/akashic_record.json
8c735feff09d46d00ed681311f46f61a50cfdc9b assets/hexcasting/models/item/amethyst_dust.json
fbb8706993fbc3246c56b9f3eb274ff8968b70f8 assets/hexcasting/models/item/amethyst_pillar.json
87e7ee44cdd0808a3dd72babfd1db716df2bcdfe assets/hexcasting/models/item/artifact.json
1cd1b4d002d1a9a044ceab7cca842e4a2b7bd2f4 assets/hexcasting/models/item/artifact_0_filled.json
4709e65d8e74cf45b3ba014bdf70373728cccc78 assets/hexcasting/models/item/artifact_1.json
13915cc6b9ebbdce7043939c32c308bf129c2099 assets/hexcasting/models/item/artifact_1_filled.json
5434775bd88a654db6b2d09ab5f74a93a1983528 assets/hexcasting/models/item/artifact_2.json
a084bdd9039f5a16183d0cf70d744bf29a3c8760 assets/hexcasting/models/item/artifact_2_filled.json
206548428fd1a142442469c8b65fae24a1b50af6 assets/hexcasting/models/item/artifact_3.json
d6de8ae6a4d546aac12489cae386731490040c5e assets/hexcasting/models/item/artifact_3_filled.json
a0dbd0d40833d91dd33036686cd58494572cbe42 assets/hexcasting/models/item/artifact_4.json
86f1f0c0cbae34010ec9eca723db64303d5f5d5f assets/hexcasting/models/item/artifact_4_filled.json
e822e463834b9bf4433defbace06cc586629da95 assets/hexcasting/models/item/artifact_5.json
a44fec20b346e1e660027d204b42df312a310086 assets/hexcasting/models/item/artifact_5_filled.json
c499e86bb5b5bc2fe29914ce14832212ca23df10 assets/hexcasting/models/item/artifact_6.json
ccb8a41fdd4bc1b493a11cfa2ea4a39b7f7c3888 assets/hexcasting/models/item/artifact_6_filled.json
6461c5261ec1eb92a608bd2db420b1e5b0c3591a assets/hexcasting/models/item/artifact_7.json
373617635cf75ee236da52eb5b9f341d2b77eac3 assets/hexcasting/models/item/artifact_7_filled.json
c77fe07e43f7a46e04f16e43054588cdcdf4c01e assets/hexcasting/models/item/battery.json
ec7c3a51882a432185fdbb6a449e66165b6a4c4c assets/hexcasting/models/item/charged_amethyst.json
3ed3e3d86dcbc29d2e6fb59b9c6a7e455e9a3332 assets/hexcasting/models/item/cherry_staff.json
c64ed609ece68994ce23dd2809145040bce13579 assets/hexcasting/models/item/conjured_block.json
c64ed609ece68994ce23dd2809145040bce13579 assets/hexcasting/models/item/conjured_light.json
c8da4227db3c80e3e2e7f2fb2ae2649656429d68 assets/hexcasting/models/item/creative_unlocker.json
afe7113b8411c64651b679ea6b4e41bf36ab38c3 assets/hexcasting/models/item/cypher.json
3b9442e76a05b7fa70f9fb30186f94b1ba08a69b assets/hexcasting/models/item/cypher_0_filled.json
2c240a69627de02937aa601faa2578adc7d44906 assets/hexcasting/models/item/cypher_1.json
5dc34d91f0d6db16d537dd93345ccca8fe4f6aaa assets/hexcasting/models/item/cypher_1_filled.json
29e2a1e5c0e518e5edf0c6c25a5259c361ece478 assets/hexcasting/models/item/cypher_2.json
af274f590258b97dadf050d925c1187ee6e35d77 assets/hexcasting/models/item/cypher_2_filled.json
89a21d5aeef41fe788e799b89c7f80a26f09abed assets/hexcasting/models/item/cypher_3.json
e80d8c33a0b4ca69b157888fbc5f5660ba9c411d assets/hexcasting/models/item/cypher_3_filled.json
fcc1b8d2b97207af1f8c06061e170b11949bcf51 assets/hexcasting/models/item/cypher_4.json
7554e24b6f52c6b8db358e0cb5449449752a5808 assets/hexcasting/models/item/cypher_4_filled.json
85cd0adf020150c69ca7fec1f5200b027fd01d09 assets/hexcasting/models/item/cypher_5.json
1010ce5e3def445462ab69c4289f3ba94f50eacc assets/hexcasting/models/item/cypher_5_filled.json
d5b444a363c101779a01f7298d55161a8271c742 assets/hexcasting/models/item/cypher_6.json
6f4d37c92c0d43da6d20705955e9b7cee83ed612 assets/hexcasting/models/item/cypher_6_filled.json
69e61ff1976e99c43a17c7b1e0591829ac44a4d6 assets/hexcasting/models/item/cypher_7.json
41ee99d878ec66f480ebcbacc65f16696c31d161 assets/hexcasting/models/item/cypher_7_filled.json
c6523de66cbfae3a1e6361c635cc693a0a089bb3 assets/hexcasting/models/item/default_colorizer.json
113c51af571a92009f5f687a82e10bc5ce97b010 assets/hexcasting/models/item/dye_colorizer_black.json
b5a04716775ba2e1b137abc513025b2f1065e5d1 assets/hexcasting/models/item/dye_colorizer_blue.json
0bb3afbd937b2e07523a581f6e3f389e11078595 assets/hexcasting/models/item/dye_colorizer_brown.json
6da7c3fb38f79e87506da06befe18730187e5183 assets/hexcasting/models/item/dye_colorizer_cyan.json
1afb238702f40275c30262ea349d5c8a590c314d assets/hexcasting/models/item/dye_colorizer_gray.json
0daf8bf5f98ed6dccb701cc4c8a4de3f3a53aed0 assets/hexcasting/models/item/dye_colorizer_green.json
82bc0bf11d7f02f18fef8f04ba5aed13c88e5556 assets/hexcasting/models/item/dye_colorizer_light_blue.json
d8ac48c96b5bc37525a5b26ce451e53229f83b7e assets/hexcasting/models/item/dye_colorizer_light_gray.json
317ac0b46bb76d6df66e350fd824cd18b2af2776 assets/hexcasting/models/item/dye_colorizer_lime.json
0290be48770c6c3b11e7d99c677c6a590168168d assets/hexcasting/models/item/dye_colorizer_magenta.json
88b74eda6ddf728301c73e683f2c416139b956c8 assets/hexcasting/models/item/dye_colorizer_orange.json
de7f7dec75da3170672de5c46a87ff47297db12b assets/hexcasting/models/item/dye_colorizer_pink.json
9bec032a4f17aeaa68f5dc88bd43de97a476df21 assets/hexcasting/models/item/dye_colorizer_purple.json
63b7438b1ab3ec9be3213d2964914c42c838643e assets/hexcasting/models/item/dye_colorizer_red.json
79f4120a9571ecf8be1767dfb41c4604f2ab985b assets/hexcasting/models/item/dye_colorizer_white.json
667ea00dbc366ee41e97f21c099001440212d183 assets/hexcasting/models/item/dye_colorizer_yellow.json
f867a3b2bbc117a782d49f0819b60f4727d1f483 assets/hexcasting/models/item/edified_button.json
c9faada6299f388afc2d2798843d2b45159950d1 assets/hexcasting/models/item/edified_door.json
7f22e012a844cc2c5e30b0fcbdc2e7e4afac1c40 assets/hexcasting/models/item/edified_log.json
8197108bfba4b5963e3c0b1e76a04b8a0d6aae03 assets/hexcasting/models/item/edified_log_amethyst.json
7d6bd7d94d4417f85444c387fc34d9b6947858f1 assets/hexcasting/models/item/edified_log_aventurine.json
c13f4b5b9e57224107c7f7c00928a6873b437245 assets/hexcasting/models/item/edified_log_citrine.json
2415591623223d1cb1a4ac2aeb2d1337694fa9a9 assets/hexcasting/models/item/edified_log_purple.json
6b2c9d4aca0c869d7e18707c22b00c14e1d30f0c assets/hexcasting/models/item/edified_pressure_plate.json
31b4d60ff15a6d6de7aecb6feeba25a366bba2fd assets/hexcasting/models/item/edified_slab.json
2584421c2e9e1cdf22a703018b54cf449613d7d9 assets/hexcasting/models/item/edified_stairs.json
ae58c5b7c304d33cbde60caf44a4c4ee4ec1a633 assets/hexcasting/models/item/edified_trapdoor.json
084183e4351973c8165f6f459c0f0dba2463d957 assets/hexcasting/models/item/edified_wood.json
1943e85c2ce9a40b0bbe0e4ffca2b6a968287091 assets/hexcasting/models/item/focus.json
7a19f436fc9e8d0e0e01b4404f326eb48404855a assets/hexcasting/models/item/focus_0_filled.json
88615c49de2c14a19da34431724401652e94be79 assets/hexcasting/models/item/focus_0_sealed.json
8099bd2e0afe118fa013b9d635ad47ffaab556bd assets/hexcasting/models/item/focus_1.json
340001b99100480d06cab60229d4af308be3c4ac assets/hexcasting/models/item/focus_1_filled.json
e0f8fef2e2d8d0e9168d10327d55115293ad2ae7 assets/hexcasting/models/item/focus_1_sealed.json
3578e575573fc52c4e819bcc5e207ce7a4e0f808 assets/hexcasting/models/item/focus_2.json
3e31f3b513df519f5e2e2eb4747faa02b89db67d assets/hexcasting/models/item/focus_2_filled.json
6724475ce4ef36295839f95098035889e57896f2 assets/hexcasting/models/item/focus_2_sealed.json
cb22fbb79432527d828475aa457c9c6fdb78bbff assets/hexcasting/models/item/focus_3.json
54f5d42d7104297162cc9b322ff477d568656e26 assets/hexcasting/models/item/focus_3_filled.json
283fcd45c639953802f8345c20ec45d9aa8c463d assets/hexcasting/models/item/focus_3_sealed.json
7818903b0ec7c7926e040e4d634495a7699e6deb assets/hexcasting/models/item/focus_4.json
e2f8f78c5009deb7368e44af09d90c1da075240d assets/hexcasting/models/item/focus_4_filled.json
abdeb1a3563f983bd09db8e7c666ddbdffc3903b assets/hexcasting/models/item/focus_4_sealed.json
9b687b3c191c5802bc39613ae705d7313139b310 assets/hexcasting/models/item/focus_5.json
a00edbeef7c2d828f4f16ed43d5e3a53e9674787 assets/hexcasting/models/item/focus_5_filled.json
c40bd0246003cd2c1824ad61ad718f5959dc6e10 assets/hexcasting/models/item/focus_5_sealed.json
3c77a283be7249e00e1947676276f7484b00ea83 assets/hexcasting/models/item/focus_6.json
732c8201606b3c510c0467fc3840aa1475f7b56f assets/hexcasting/models/item/focus_6_filled.json
9bf849da1973419685e4ed36a823285b154b143f assets/hexcasting/models/item/focus_6_sealed.json
759efbfda9f003e920e37b3b8f0306dd20562e94 assets/hexcasting/models/item/focus_7.json
b2702eb139b47fcdfd3ef268bbc9700eeaae82f3 assets/hexcasting/models/item/focus_7_filled.json
1e89b03a5f3a860dae1864c4dbfe855564f89705 assets/hexcasting/models/item/focus_7_sealed.json
6ec61fea7d8c49cc0c45b64857fd926451b4845f assets/hexcasting/models/item/jeweler_hammer.json
abfc028c974a02780aed3d7a5859352503bbd920 assets/hexcasting/models/item/lens.json
a34a6d777ae265c7e49c8bb23c15f04359236544 assets/hexcasting/models/item/lore_fragment.json
a3e134b79977545049da01671f3a1bd636d14789 assets/hexcasting/models/item/old_staff.json
82fa0a2bb17e40c0b3f826e97b2e95445ec24ab8 assets/hexcasting/models/item/patchouli_book.json
d69d10e6cb967b98b3294cc86174182c671de671 assets/hexcasting/models/item/phial_large_0.json
9b7805bec9481956b0ccc6c65dd8e02d3b3cdf54 assets/hexcasting/models/item/phial_large_1.json
596a866a0fac7cfe916d1e78f2a5f20856493c62 assets/hexcasting/models/item/phial_large_2.json
34aacc4fb999949e455d01548546a52eafb97e24 assets/hexcasting/models/item/phial_large_3.json
3a6f6b51e72a040d039abae580ef5db2a6c8101d assets/hexcasting/models/item/phial_large_4.json
91186c79af073cc390a1f1e6712540e1a49b716e assets/hexcasting/models/item/phial_larger_0.json
548d6999c6b5cb2c5b8d36d190fc849632f9f8ea assets/hexcasting/models/item/phial_larger_1.json
3162e3b88e59a9ab4b9df345724a0964db695688 assets/hexcasting/models/item/phial_larger_2.json
4e8f120d8472135ba1d8c332848fd0cc4c9ef1a0 assets/hexcasting/models/item/phial_larger_3.json
7b0d93186cd60cf31049512ca1147262a2bf203f assets/hexcasting/models/item/phial_larger_4.json
8943ca4912ab23d507725744f675ddcc56ccf1a9 assets/hexcasting/models/item/phial_largest_0.json
e20faba33418dac72ff3ad360eeb6fce3fce2728 assets/hexcasting/models/item/phial_largest_1.json
f0623e9b9192098dff982fabf1e598a27f96b7a8 assets/hexcasting/models/item/phial_largest_2.json
911736f4e2e3d825fb01f13dd32bf0108b68df99 assets/hexcasting/models/item/phial_largest_3.json
86d475f4c5bda63a564604e828f408ac6769e9eb assets/hexcasting/models/item/phial_largest_4.json
d5a3a98a51146a94b95ea84d49236fc83b08b807 assets/hexcasting/models/item/phial_medium_0.json
2165d19e514a3358fb8e3ceb91efd2fbc47ddebd assets/hexcasting/models/item/phial_medium_1.json
89933a425604fb6c0599848df3fef62ab07ea5a2 assets/hexcasting/models/item/phial_medium_2.json
1088d2440c7958a37509c753d74d8cfd383d05ca assets/hexcasting/models/item/phial_medium_3.json
a3d2dc8be83802e4444e0152904b2d48accd196c assets/hexcasting/models/item/phial_medium_4.json
b7492bc7b30d0890cfc38392e538b439a03ebc32 assets/hexcasting/models/item/phial_small_0.json
69553fbc4c9e0bf54fcc17f108f43baeabe66d2a assets/hexcasting/models/item/phial_small_1.json
e9dc7a0685fa9abfb2c2555cdb2eb4ef8d4920a8 assets/hexcasting/models/item/phial_small_2.json
73125d101de003bd1d48768c2381566b5687d002 assets/hexcasting/models/item/phial_small_3.json
ead3b78e464b2e2a259c781076bdf50a50686b87 assets/hexcasting/models/item/phial_small_4.json
6a384e599fdc2d798f175e86ea03147c25a47a51 assets/hexcasting/models/item/pride_colorizer_agender.json
c39aeb9c8b6f5b8a0510a54a9f87154b8187ba21 assets/hexcasting/models/item/pride_colorizer_aroace.json
abe3bc0e065fe4250835998871c08066b3e7ae49 assets/hexcasting/models/item/pride_colorizer_aromantic.json
d34570c2485646768ec2d47bfc035c704f9b0ab8 assets/hexcasting/models/item/pride_colorizer_asexual.json
fe6a5142ad799343c287a0566193fa20469a377f assets/hexcasting/models/item/pride_colorizer_bisexual.json
f2d2ed03d3bc7d2526d5276b348dc05f7c3585a3 assets/hexcasting/models/item/pride_colorizer_demiboy.json
2e9008cfb1a23e793d17ec521704f06a7f235a3a assets/hexcasting/models/item/pride_colorizer_demigirl.json
708698514fb6db04a30bca299c8f1ca32aad795b assets/hexcasting/models/item/pride_colorizer_gay.json
a377c0f71783296af01e91605bb821ef8554bdef assets/hexcasting/models/item/pride_colorizer_genderfluid.json
d60b723c44183b59cbadfd02a911dab5e89e0e61 assets/hexcasting/models/item/pride_colorizer_genderqueer.json
3322b15f5dc59cfb0008ff52648af1420890d5c9 assets/hexcasting/models/item/pride_colorizer_intersex.json
061fd86ffe47e0886783c8a20e8723ecac372604 assets/hexcasting/models/item/pride_colorizer_lesbian.json
5ebdcf6777381497fd1accf88832f8f1f2bfcc99 assets/hexcasting/models/item/pride_colorizer_nonbinary.json
6253bab7bd9162f75782c5bc899f46cd941d01ad assets/hexcasting/models/item/pride_colorizer_pansexual.json
c67e74e2a323872c3b34b113df99da8b77a501c6 assets/hexcasting/models/item/pride_colorizer_plural.json
7c4191ec2479b0a67e578da49d459deea8294ec4 assets/hexcasting/models/item/pride_colorizer_transgender.json
5038e069909e2dcf8664bcde81b229c8e27191ae assets/hexcasting/models/item/quenched_allay.json
6bef352b86abdaf9ce4f4942f01e746aa7cc62a2 assets/hexcasting/models/item/quenched_allay_bricks.json
c9aab9c7c0483766c670cfda7916323473e3c097 assets/hexcasting/models/item/quenched_allay_bricks_small.json
a8859c93236b88f9ed46a4957f5723965ce04e03 assets/hexcasting/models/item/quenched_allay_shard.json
812d5b11011c52dc5ce97040f9df5125c0542d10 assets/hexcasting/models/item/quenched_allay_tiles.json
8105007d186fe2c6bea6958dd85d1b2ed3cecb58 assets/hexcasting/models/item/quenched_shard_0.json
aef7d4b759bcc8a1d5b886b8a0170657e447a8d8 assets/hexcasting/models/item/quenched_shard_1.json
4a08374ef00de51381df9659488cb305e7c8674f assets/hexcasting/models/item/quenched_shard_2.json
181aac0f66e5c3937f49da3f5d577f1c8045c635 assets/hexcasting/models/item/quenched_shard_3.json
1ac1d158da25a8f8ec4b8771445d1ec9d42e9519 assets/hexcasting/models/item/scroll.json
ae2a8b6eb8a4ef17926e20c6982bc01120ff32b7 assets/hexcasting/models/item/scroll_ancient_large.json
7478e4b91169a3ab9def5af8662db9696eb33a34 assets/hexcasting/models/item/scroll_ancient_medium.json
e5e1c3116c97deeee0ab5e87178043f4f1b53bea assets/hexcasting/models/item/scroll_ancient_small.json
304b6c635b289565c871f7e8389f59baf93d66ea assets/hexcasting/models/item/scroll_medium.json
6f9d5d0ab5c9cf6abb3303f2e8d4993693eadb77 assets/hexcasting/models/item/scroll_pristine_large.json
300063a2245b419e360fc5e91827708e2ff5f79a assets/hexcasting/models/item/scroll_pristine_medium.json
e4dd5a16b9914044c1721df150e02b657835d97b assets/hexcasting/models/item/scroll_pristine_small.json
c809785d09b2545dac68d4a10b1e576454dd51e7 assets/hexcasting/models/item/scroll_small.json
9b82beea7667a8f9de3d1e8df136bb2034ed51a8 assets/hexcasting/models/item/slate.json
973361a2dd2ba5f3cd9fe2104f7ead43b085acc8 assets/hexcasting/models/item/slate_amethyst_pillar.json
612d4c65fb907c75975659edf00c7d92bf1b43d8 assets/hexcasting/models/item/slate_blank.json
96c85c64446072761910774b36924436c637faab assets/hexcasting/models/item/slate_pillar.json
e6452f95b60240e0067769d7f32a0b9fa7718a1b assets/hexcasting/models/item/slate_written.json
34abd8e443c028eeb24535b685cb3876f7235c23 assets/hexcasting/models/item/spellbook.json
2c23e0ce8a59f0f143ab514f46251e39fae39d6e assets/hexcasting/models/item/spellbook_0_filled.json
e8264e67b895bb61b52b936968b120c064507a26 assets/hexcasting/models/item/spellbook_0_sealed.json
b94a2beab80e87ed3f7e6004f70a3919c64272b4 assets/hexcasting/models/item/spellbook_1.json
158148d51abd63a93123fa7f2e2bce45d83d237f assets/hexcasting/models/item/spellbook_1_filled.json
c2fc066cee9a1e2ddf5a4507cf90b88a65d32028 assets/hexcasting/models/item/spellbook_1_sealed.json
85adbb3604db5a2e41877e2085d445df5622b549 assets/hexcasting/models/item/spellbook_2.json
83336c6e8bac94473e2f420084e544feef016d52 assets/hexcasting/models/item/spellbook_2_filled.json
a585cd9359896cd5ec62e4ccc28649170b2c8875 assets/hexcasting/models/item/spellbook_2_sealed.json
62e70d832eae787e0f086bf2f959eca19bfdfcd4 assets/hexcasting/models/item/spellbook_3.json
b312e3a09356f92d4f47b89f319e5ceeadb565ae assets/hexcasting/models/item/spellbook_3_filled.json
6ec3b9c77f6c7c4953d06c69bd5c06fc90e51d3d assets/hexcasting/models/item/spellbook_3_sealed.json
411ee9b98ec41a11d4026863332f0c65891807fe assets/hexcasting/models/item/spellbook_4.json
99aea30de3172c435b9a85a8ccce599251ed2722 assets/hexcasting/models/item/spellbook_4_filled.json
5881069c0b7e0e2bbaf07d8016fe4bcacce2e5e8 assets/hexcasting/models/item/spellbook_4_sealed.json
c4a41996c971ab44175cb8be5247b595836973cb assets/hexcasting/models/item/spellbook_5.json
4b9a2d0f4942fff48f31e58bde673863303396ad assets/hexcasting/models/item/spellbook_5_filled.json
d47f10973fa2660230f2249b3c009d4c7e4fc33f assets/hexcasting/models/item/spellbook_5_sealed.json
2adb81185491d908b5059c5a8df2a72c0913406b assets/hexcasting/models/item/spellbook_6.json
1d98011ce5c424be3488ac613d04f09572f85120 assets/hexcasting/models/item/spellbook_6_filled.json
53f092cea6f0f27d1b41a4be4403aed908768d2f assets/hexcasting/models/item/spellbook_6_sealed.json
a1dc5817c7c62e0d6e4c1ca1c5bfba6973a9b253 assets/hexcasting/models/item/spellbook_7.json
e43bfc743664dc23cbb2aaa4a66072ce1bbb5c2f assets/hexcasting/models/item/spellbook_7_filled.json
32210f56cb33747d9890de18300ae936cc8b0f77 assets/hexcasting/models/item/spellbook_7_sealed.json
f791313aa7bb01b418676ffaeeb09286ca9bddff assets/hexcasting/models/item/staff/acacia.json
19acf04c62128275b8fb468e89a30ab94d6e5a1a assets/hexcasting/models/item/staff/birch.json
244ba74a82a188df6fd258affcdd4b1a7320e617 assets/hexcasting/models/item/staff/crimson.json
ee609f36641d4689512b54aa343eafd1d53881e6 assets/hexcasting/models/item/staff/dark_oak.json
eb9d51207fddad95d375ccbe0f96df12893312d0 assets/hexcasting/models/item/staff/edified.json
99e1283ee4ba1baccd452e909bf61417b7f2f57a assets/hexcasting/models/item/staff/jungle.json
529b269c10e8da7af7974cf1eb539af30dbe9766 assets/hexcasting/models/item/staff/mangrove.json
ede4e45b2744ec8b457f8964708d80fe9f4711db assets/hexcasting/models/item/staff/mindsplice.json
3ae310c995e8211b212babc2b4ed1a4b6185a383 assets/hexcasting/models/item/staff/oak.json
6ced9d423830b4a095ecb1076f3d89fa831f24fd assets/hexcasting/models/item/staff/quenched.json
898635b56d406e3be71bf87e2e2a7953388c6d3e assets/hexcasting/models/item/staff/quenched_0.json
781f2aec9c3d1d74ef44706ad76782ea4c5c7064 assets/hexcasting/models/item/staff/quenched_1.json
2d3fe60a6bab47692fc9fb32c76ff7b0c44a731f assets/hexcasting/models/item/staff/quenched_2.json
91e45480e12c73a1d3c6f0970b813de3bc8a7df7 assets/hexcasting/models/item/staff/quenched_3.json
49d928184c2e6624b0b217615d54b1d08da133ff assets/hexcasting/models/item/staff/spruce.json
09100a64a4c1e14dc2078fc1060122b0a52ca497 assets/hexcasting/models/item/staff/warped.json
d6ebc87cb0fa6f86bee3a4eade7329ebb0cf2d38 assets/hexcasting/models/item/stripped_edified_log.json
ea3f18f75776022127f3a108119e3f7a5c211c0f assets/hexcasting/models/item/stripped_edified_wood.json
0a100b64e77394606018320bbc5752a546fe0af4 assets/hexcasting/models/item/sub_sandwich.json
6a7f5af82cf8ec72c3457ef4c1ae11a76717bf88 assets/hexcasting/models/item/thought_knot.json
93b2191ffab47003f661b75a85cd833ec64f0c15 assets/hexcasting/models/item/thought_knot_written.json
9e4d326d8339db5d7a627a14630e6c0b2fa32ba6 assets/hexcasting/models/item/trinket.json
dba1f5c24852f756280a5d20c3327ea3825c083a assets/hexcasting/models/item/trinket_0_filled.json
e666a8f88dce284d5026f61814a19c5c8d49eda5 assets/hexcasting/models/item/trinket_1.json
35c7c9f46b05dc05002ac77f94b33f8da97238a1 assets/hexcasting/models/item/trinket_1_filled.json
678a892654958f87400c4d9afb1c5ed47692b77b assets/hexcasting/models/item/trinket_2.json
d8e372e768ca59566633f720ef7816eb34b13966 assets/hexcasting/models/item/trinket_2_filled.json
f8a08620915d5f1756b04c4e92d4e0324d381998 assets/hexcasting/models/item/trinket_3.json
cfc0260102aa161e893b0300ba6941c724cada9f assets/hexcasting/models/item/trinket_3_filled.json
d01e9a46398df5da17f651129b4c4c597cf1726c assets/hexcasting/models/item/trinket_4.json
bb6347ea5701bbccfc713f695f3722d218c52af2 assets/hexcasting/models/item/trinket_4_filled.json
90235641f09e4b1923c217f3c977427391daed6c assets/hexcasting/models/item/trinket_5.json
684800b5a011fe247f42ebc4829033a72030c55c assets/hexcasting/models/item/trinket_5_filled.json
d912708aa8de120d4598a62276f333ac096cdacb assets/hexcasting/models/item/trinket_6.json
24ad9a85ca790205f3e9e62ecb60bc8e50ac47fb assets/hexcasting/models/item/trinket_6_filled.json
b9d891572f572d76c0c0aef0afc3d3cb80f72c30 assets/hexcasting/models/item/trinket_7.json
4a8b82a628a3c4b16c4a45d3689799c8d9cf8bf8 assets/hexcasting/models/item/trinket_7_filled.json
c6523de66cbfae3a1e6361c635cc693a0a089bb3 assets/hexcasting/models/item/uuid_colorizer.json
c0af5573a4acb5eeacf49ab309d32b6f90ea8a5d assets/hexcasting/models/staff/acacia.json
ac7a4b95db8bde9da23dd4fa76d8086a67e166f8 assets/hexcasting/models/staff/birch.json
b3f3fae3237d9f65d631fe3a6608ed76d9e0034d assets/hexcasting/models/staff/crimson.json
202de3e9a1bb7cd2ac2781937f4d03afe3947195 assets/hexcasting/models/staff/dark_oak.json
a03d8c4cd52afb51668450f0b47ef278bb75ebec assets/hexcasting/models/staff/edified.json
aab75291c6d8889394ab154cd8cfeed7d1cfe41f assets/hexcasting/models/staff/jungle.json
853408e94e104cd8a3ccbb1ec909f9e6bc9638df assets/hexcasting/models/staff/mangrove.json
7a73fc99460cdff11c717b165f2d5c69a7f96fb6 assets/hexcasting/models/staff/mindsplice.json
41d0396eae3b5511c513b33a186a8a76d3f89a3e assets/hexcasting/models/staff/oak.json
171cc4644ba9df07d79d08b06c482cf7c4c9e873 assets/hexcasting/models/staff/spruce.json
99de51b1596247aa3e5225d6199cbcdc9792c509 assets/hexcasting/models/staff/warped.json

View file

@ -0,0 +1,252 @@
// 1.19.2 2023-06-20T14:09:26.510463293 Block States: hexcasting
901e38574bdaa40ea4a0f6e773a88a95d9c03e55 assets/hexcasting/blockstates/akashic_bookshelf.json
32a77ef668198002563d68be35a24fa93c8d454a assets/hexcasting/blockstates/akashic_connector.json
85080ce0a0387583a839e4788517d675a1a35e24 assets/hexcasting/blockstates/akashic_record.json
04221253f80c85d1e19e9688cae5039f257c8d63 assets/hexcasting/blockstates/amethyst_bricks.json
3b4d0e25a44b9ac1582a969bdd435c3d436b8ba8 assets/hexcasting/blockstates/amethyst_bricks_small.json
1919f303e32e4ea395caa26c1e08c65cd2641e95 assets/hexcasting/blockstates/amethyst_dust_block.json
d422119401df3daae032f86ea740b6065a92c44c assets/hexcasting/blockstates/amethyst_edified_leaves.json
25990c171a75164aa282a23acae949b17173426d assets/hexcasting/blockstates/amethyst_pillar.json
276a70fa0e2b94ec3e2218015842b6e315157283 assets/hexcasting/blockstates/amethyst_sconce.json
09b6b22fecc577c4fcf4f7ad49f5d6907ef3d10a assets/hexcasting/blockstates/amethyst_tiles.json
65f7a4db6fa7616374ff814624231aec859d0a71 assets/hexcasting/blockstates/ancient_scroll_paper.json
236496e910696b68480a7b8a977434213fa2197a assets/hexcasting/blockstates/ancient_scroll_paper_lantern.json
2f2eb1130119f6d5f17a98082b727ec7a2ea5334 assets/hexcasting/blockstates/aventurine_edified_leaves.json
fa6dfbc40e5b9b22c01356e8a3848d242c414c02 assets/hexcasting/blockstates/citrine_edified_leaves.json
dc268e4c50e5e155fc5414a5f6b58ce1782bd39b assets/hexcasting/blockstates/conjured_block.json
dc268e4c50e5e155fc5414a5f6b58ce1782bd39b assets/hexcasting/blockstates/conjured_light.json
b76cc8a2d66700417046c0dc671badd9af3eb519 assets/hexcasting/blockstates/directrix/empty.json
365eba1c32a7a33698120bc7f12670d29087e999 assets/hexcasting/blockstates/directrix/redstone.json
e125b73869a438bafa7f47cfa4c8d837e2463c6f assets/hexcasting/blockstates/edified_button.json
749d29dc5e11aeba703022dd66aad939d211a3b9 assets/hexcasting/blockstates/edified_door.json
9080ec8bb4142aa3f80775fb017d821585cdfeba assets/hexcasting/blockstates/edified_log.json
b9bbfe3288a699ef51ee0d21ec8e335f811353ca assets/hexcasting/blockstates/edified_log_amethyst.json
fc0f4407ef06ac962b5985db31800e05c8f1d1be assets/hexcasting/blockstates/edified_log_aventurine.json
56a1a09d9e755d5db882fad46c2c603037148f24 assets/hexcasting/blockstates/edified_log_citrine.json
1c6a336f3e975ef6c74a62f49f98af601f979a76 assets/hexcasting/blockstates/edified_log_purple.json
2a894cc506928113c967e65281950d91ca73ec50 assets/hexcasting/blockstates/edified_panel.json
61abf0ff91d33d51f2c1e0b5aace5580ad3ec5af assets/hexcasting/blockstates/edified_planks.json
b2c7e0d8dd5ef0e942a28363649a88e268f36ce2 assets/hexcasting/blockstates/edified_pressure_plate.json
8575021a4ed61c829470423042f161131064a178 assets/hexcasting/blockstates/edified_slab.json
9248c7ea41f577d5dbf925619a23a4bbc9c2779a assets/hexcasting/blockstates/edified_stairs.json
4bef86b0a11af8a909730ff300336f591b517370 assets/hexcasting/blockstates/edified_tile.json
fd14ab58c112e69b9072b68ded4f4adb0f454cf1 assets/hexcasting/blockstates/edified_trapdoor.json
e44322f1178e121b70f45e5242d5b0e9a11c211c assets/hexcasting/blockstates/edified_wood.json
b4c85725c8cddadffe0b80586dcd35a8d08b7f47 assets/hexcasting/blockstates/impetus/empty.json
26ef987c66677d44419ab44632f75813134b5752 assets/hexcasting/blockstates/impetus/look.json
d2c41f2997d018f2e8e095508378e6d9aa8d7b6c assets/hexcasting/blockstates/impetus/redstone.json
d7c50e1ce1a4219f22e1c1ac6b5a1e38ee16d0d7 assets/hexcasting/blockstates/impetus/rightclick.json
c41c3f2f39c9fa8a319a705e2183112df18cb4f8 assets/hexcasting/blockstates/quenched_allay.json
0cdb41c9716ca939f348876aebbb46921e490f0d assets/hexcasting/blockstates/quenched_allay_bricks.json
d595dc580e8c154c771131ab2ad0c982c1c6b280 assets/hexcasting/blockstates/quenched_allay_bricks_small.json
fb69a8b5507838f3e418a4f9724da20b73cfc2d0 assets/hexcasting/blockstates/quenched_allay_tiles.json
0aca7e2e67793a21ffc794c02fb2b22d02d2058a assets/hexcasting/blockstates/scroll_paper.json
e5c88e23be0552d4c06062510e8feeab510472ef assets/hexcasting/blockstates/scroll_paper_lantern.json
ef6b44bd2360926cb9dcde5bb3f1380385acea90 assets/hexcasting/blockstates/slate.json
9d2f430f379569c512ca80540bb0242f33066ed3 assets/hexcasting/blockstates/slate_amethyst_bricks.json
8de3b35109abb92bcd8f8ce0e05068abf37b0c27 assets/hexcasting/blockstates/slate_amethyst_bricks_small.json
b341fc5a5f113863b37bc3e0f4cb16d677a4baeb assets/hexcasting/blockstates/slate_amethyst_pillar.json
b52cc5b8ab2d301df1d220b2596b393a19a149fe assets/hexcasting/blockstates/slate_amethyst_tiles.json
571fe1d5dfdfd9dacd88bc6d04b1a10e01920bd9 assets/hexcasting/blockstates/slate_block.json
c8c732a2c32e0fbdd2d3c1f7de9d1633479f7ce1 assets/hexcasting/blockstates/slate_bricks.json
a67dc65f3b1e4035662154f0de32e33e2300ad3c assets/hexcasting/blockstates/slate_bricks_small.json
b4f572a104921eba369abe5c84af3682087067c9 assets/hexcasting/blockstates/slate_pillar.json
113b805c092cf5e62f0972056d0d53a591b5aae9 assets/hexcasting/blockstates/slate_tiles.json
13fc293e23c575b19f81f9c4bcd7131d2c34f678 assets/hexcasting/blockstates/stripped_edified_log.json
d66dd72dfbc57537c39d98cf221cc0bfd108dc47 assets/hexcasting/blockstates/stripped_edified_wood.json
b2f3c31e92c7ce6d5b42d95d7ece82b898a9f4f7 assets/hexcasting/models/block/akashic_bookshelf.json
4e925a9a46bd486e5d245dc88911ea57ef0b6319 assets/hexcasting/models/block/akashic_bookshelf_1.json
1a61088aa8efb77c9132bcd3fc69b1d7b9536603 assets/hexcasting/models/block/akashic_bookshelf_2.json
25f6c17cd7b73a83a86e4c15389722d7abfe737e assets/hexcasting/models/block/akashic_bookshelf_3.json
d3b9ed0fd896d96d9bf571ccf3e37d1101e5c162 assets/hexcasting/models/block/akashic_bookshelf_4.json
12871356fc4ecaff1247b7350de79b8783cec96c assets/hexcasting/models/block/akashic_bookshelf_empty.json
215f340a583d72345410c21c43691cd2d8c86724 assets/hexcasting/models/block/akashic_ligature.json
e2a738dede302484f7c8d19dde58c08f841f0432 assets/hexcasting/models/block/akashic_record.json
218a4e73a221eae6b0da7ecdd7f64c0532be46ee assets/hexcasting/models/block/amethyst_dust_block.json
031fefc08eaad4f0d5b7b4b23a0f311f5b5b84b4 assets/hexcasting/models/block/amethyst_edified_leaves.json
c0a2818ae1162e8b93d32a913602ba8523476695 assets/hexcasting/models/block/ancient_scroll_paper.json
77d0a5c4496678f96da5103b49777e612e3cba1e assets/hexcasting/models/block/ancient_scroll_paper_lantern.json
8b6de8cb9ccea9a8e4ce207f0b72048881c11da9 assets/hexcasting/models/block/aventurine_edified_leaves.json
598a6b87cfc622b59d7aa25e08173bfbba86cf9a assets/hexcasting/models/block/circle/directrix/empty/dim_down.json
598a6b87cfc622b59d7aa25e08173bfbba86cf9a assets/hexcasting/models/block/circle/directrix/empty/dim_east.json
598a6b87cfc622b59d7aa25e08173bfbba86cf9a assets/hexcasting/models/block/circle/directrix/empty/dim_north.json
598a6b87cfc622b59d7aa25e08173bfbba86cf9a assets/hexcasting/models/block/circle/directrix/empty/dim_south.json
598a6b87cfc622b59d7aa25e08173bfbba86cf9a assets/hexcasting/models/block/circle/directrix/empty/dim_up.json
598a6b87cfc622b59d7aa25e08173bfbba86cf9a assets/hexcasting/models/block/circle/directrix/empty/dim_west.json
0ed9f3f764e11eb313affb5de87b95d40011f631 assets/hexcasting/models/block/circle/directrix/empty/lit_down.json
0ed9f3f764e11eb313affb5de87b95d40011f631 assets/hexcasting/models/block/circle/directrix/empty/lit_east.json
0ed9f3f764e11eb313affb5de87b95d40011f631 assets/hexcasting/models/block/circle/directrix/empty/lit_north.json
0ed9f3f764e11eb313affb5de87b95d40011f631 assets/hexcasting/models/block/circle/directrix/empty/lit_south.json
0ed9f3f764e11eb313affb5de87b95d40011f631 assets/hexcasting/models/block/circle/directrix/empty/lit_up.json
0ed9f3f764e11eb313affb5de87b95d40011f631 assets/hexcasting/models/block/circle/directrix/empty/lit_west.json
5c22f605218b432555ebfbbc955ef4ca493fc56c assets/hexcasting/models/block/circle/directrix/redstone/dim_powered_down.json
5c22f605218b432555ebfbbc955ef4ca493fc56c assets/hexcasting/models/block/circle/directrix/redstone/dim_powered_east.json
5c22f605218b432555ebfbbc955ef4ca493fc56c assets/hexcasting/models/block/circle/directrix/redstone/dim_powered_north.json
5c22f605218b432555ebfbbc955ef4ca493fc56c assets/hexcasting/models/block/circle/directrix/redstone/dim_powered_south.json
5c22f605218b432555ebfbbc955ef4ca493fc56c assets/hexcasting/models/block/circle/directrix/redstone/dim_powered_up.json
5c22f605218b432555ebfbbc955ef4ca493fc56c assets/hexcasting/models/block/circle/directrix/redstone/dim_powered_west.json
5a61959d58c2e01b970aea64980b854f5611dd7c assets/hexcasting/models/block/circle/directrix/redstone/dim_unpowered_down.json
5a61959d58c2e01b970aea64980b854f5611dd7c assets/hexcasting/models/block/circle/directrix/redstone/dim_unpowered_east.json
5a61959d58c2e01b970aea64980b854f5611dd7c assets/hexcasting/models/block/circle/directrix/redstone/dim_unpowered_north.json
5a61959d58c2e01b970aea64980b854f5611dd7c assets/hexcasting/models/block/circle/directrix/redstone/dim_unpowered_south.json
5a61959d58c2e01b970aea64980b854f5611dd7c assets/hexcasting/models/block/circle/directrix/redstone/dim_unpowered_up.json
5a61959d58c2e01b970aea64980b854f5611dd7c assets/hexcasting/models/block/circle/directrix/redstone/dim_unpowered_west.json
985d84a2d334b491d50ab434bdb402d35d31420a assets/hexcasting/models/block/circle/directrix/redstone/lit_powered_down.json
985d84a2d334b491d50ab434bdb402d35d31420a assets/hexcasting/models/block/circle/directrix/redstone/lit_powered_east.json
985d84a2d334b491d50ab434bdb402d35d31420a assets/hexcasting/models/block/circle/directrix/redstone/lit_powered_north.json
985d84a2d334b491d50ab434bdb402d35d31420a assets/hexcasting/models/block/circle/directrix/redstone/lit_powered_south.json
985d84a2d334b491d50ab434bdb402d35d31420a assets/hexcasting/models/block/circle/directrix/redstone/lit_powered_up.json
985d84a2d334b491d50ab434bdb402d35d31420a assets/hexcasting/models/block/circle/directrix/redstone/lit_powered_west.json
04dd35d39851feb1b1203b698da39aef2f672e04 assets/hexcasting/models/block/circle/directrix/redstone/lit_unpowered_down.json
04dd35d39851feb1b1203b698da39aef2f672e04 assets/hexcasting/models/block/circle/directrix/redstone/lit_unpowered_east.json
04dd35d39851feb1b1203b698da39aef2f672e04 assets/hexcasting/models/block/circle/directrix/redstone/lit_unpowered_north.json
04dd35d39851feb1b1203b698da39aef2f672e04 assets/hexcasting/models/block/circle/directrix/redstone/lit_unpowered_south.json
04dd35d39851feb1b1203b698da39aef2f672e04 assets/hexcasting/models/block/circle/directrix/redstone/lit_unpowered_up.json
04dd35d39851feb1b1203b698da39aef2f672e04 assets/hexcasting/models/block/circle/directrix/redstone/lit_unpowered_west.json
85a51b4253b01a236df8c691364f14566b964b8e assets/hexcasting/models/block/circle/impetus/empty/dim_down.json
85a51b4253b01a236df8c691364f14566b964b8e assets/hexcasting/models/block/circle/impetus/empty/dim_east.json
85a51b4253b01a236df8c691364f14566b964b8e assets/hexcasting/models/block/circle/impetus/empty/dim_north.json
85a51b4253b01a236df8c691364f14566b964b8e assets/hexcasting/models/block/circle/impetus/empty/dim_south.json
85a51b4253b01a236df8c691364f14566b964b8e assets/hexcasting/models/block/circle/impetus/empty/dim_up.json
85a51b4253b01a236df8c691364f14566b964b8e assets/hexcasting/models/block/circle/impetus/empty/dim_west.json
fb79f0fe7547501799df7ef7cf75a961e698b587 assets/hexcasting/models/block/circle/impetus/empty/lit_down.json
fb79f0fe7547501799df7ef7cf75a961e698b587 assets/hexcasting/models/block/circle/impetus/empty/lit_east.json
fb79f0fe7547501799df7ef7cf75a961e698b587 assets/hexcasting/models/block/circle/impetus/empty/lit_north.json
fb79f0fe7547501799df7ef7cf75a961e698b587 assets/hexcasting/models/block/circle/impetus/empty/lit_south.json
fb79f0fe7547501799df7ef7cf75a961e698b587 assets/hexcasting/models/block/circle/impetus/empty/lit_up.json
fb79f0fe7547501799df7ef7cf75a961e698b587 assets/hexcasting/models/block/circle/impetus/empty/lit_west.json
d28458525ef81c9569d33d54d3894618ff4da5cc assets/hexcasting/models/block/circle/impetus/look/dim_down.json
d28458525ef81c9569d33d54d3894618ff4da5cc assets/hexcasting/models/block/circle/impetus/look/dim_east.json
d28458525ef81c9569d33d54d3894618ff4da5cc assets/hexcasting/models/block/circle/impetus/look/dim_north.json
d28458525ef81c9569d33d54d3894618ff4da5cc assets/hexcasting/models/block/circle/impetus/look/dim_south.json
d28458525ef81c9569d33d54d3894618ff4da5cc assets/hexcasting/models/block/circle/impetus/look/dim_up.json
d28458525ef81c9569d33d54d3894618ff4da5cc assets/hexcasting/models/block/circle/impetus/look/dim_west.json
00be1a3a61281180f9fb667df34546ad8151757c assets/hexcasting/models/block/circle/impetus/look/lit_down.json
00be1a3a61281180f9fb667df34546ad8151757c assets/hexcasting/models/block/circle/impetus/look/lit_east.json
00be1a3a61281180f9fb667df34546ad8151757c assets/hexcasting/models/block/circle/impetus/look/lit_north.json
00be1a3a61281180f9fb667df34546ad8151757c assets/hexcasting/models/block/circle/impetus/look/lit_south.json
00be1a3a61281180f9fb667df34546ad8151757c assets/hexcasting/models/block/circle/impetus/look/lit_up.json
00be1a3a61281180f9fb667df34546ad8151757c assets/hexcasting/models/block/circle/impetus/look/lit_west.json
035aa2a384760fcd7f52534d94b6f3227a53af68 assets/hexcasting/models/block/circle/impetus/redstone/dim_down.json
035aa2a384760fcd7f52534d94b6f3227a53af68 assets/hexcasting/models/block/circle/impetus/redstone/dim_east.json
035aa2a384760fcd7f52534d94b6f3227a53af68 assets/hexcasting/models/block/circle/impetus/redstone/dim_north.json
035aa2a384760fcd7f52534d94b6f3227a53af68 assets/hexcasting/models/block/circle/impetus/redstone/dim_south.json
035aa2a384760fcd7f52534d94b6f3227a53af68 assets/hexcasting/models/block/circle/impetus/redstone/dim_up.json
035aa2a384760fcd7f52534d94b6f3227a53af68 assets/hexcasting/models/block/circle/impetus/redstone/dim_west.json
6e20cc21d0275d00524135361b9e100d760cb345 assets/hexcasting/models/block/circle/impetus/redstone/lit_down.json
6e20cc21d0275d00524135361b9e100d760cb345 assets/hexcasting/models/block/circle/impetus/redstone/lit_east.json
6e20cc21d0275d00524135361b9e100d760cb345 assets/hexcasting/models/block/circle/impetus/redstone/lit_north.json
6e20cc21d0275d00524135361b9e100d760cb345 assets/hexcasting/models/block/circle/impetus/redstone/lit_south.json
6e20cc21d0275d00524135361b9e100d760cb345 assets/hexcasting/models/block/circle/impetus/redstone/lit_up.json
6e20cc21d0275d00524135361b9e100d760cb345 assets/hexcasting/models/block/circle/impetus/redstone/lit_west.json
a24e043229d8b278e0f70eb6b2ae4728a858f14b assets/hexcasting/models/block/circle/impetus/rightclick/dim_down.json
a24e043229d8b278e0f70eb6b2ae4728a858f14b assets/hexcasting/models/block/circle/impetus/rightclick/dim_east.json
a24e043229d8b278e0f70eb6b2ae4728a858f14b assets/hexcasting/models/block/circle/impetus/rightclick/dim_north.json
a24e043229d8b278e0f70eb6b2ae4728a858f14b assets/hexcasting/models/block/circle/impetus/rightclick/dim_south.json
a24e043229d8b278e0f70eb6b2ae4728a858f14b assets/hexcasting/models/block/circle/impetus/rightclick/dim_up.json
a24e043229d8b278e0f70eb6b2ae4728a858f14b assets/hexcasting/models/block/circle/impetus/rightclick/dim_west.json
b45b1e1ff5360c9bd5985bf6ea375df437da2b22 assets/hexcasting/models/block/circle/impetus/rightclick/lit_down.json
b45b1e1ff5360c9bd5985bf6ea375df437da2b22 assets/hexcasting/models/block/circle/impetus/rightclick/lit_east.json
b45b1e1ff5360c9bd5985bf6ea375df437da2b22 assets/hexcasting/models/block/circle/impetus/rightclick/lit_north.json
b45b1e1ff5360c9bd5985bf6ea375df437da2b22 assets/hexcasting/models/block/circle/impetus/rightclick/lit_south.json
b45b1e1ff5360c9bd5985bf6ea375df437da2b22 assets/hexcasting/models/block/circle/impetus/rightclick/lit_up.json
b45b1e1ff5360c9bd5985bf6ea375df437da2b22 assets/hexcasting/models/block/circle/impetus/rightclick/lit_west.json
7b47963b4fb1598595cc972f8ac6a38d542c6cf8 assets/hexcasting/models/block/citrine_edified_leaves.json
8b556039d842c21d8cb4cb902aaa5ab6f657a566 assets/hexcasting/models/block/conjured.json
663e744436e300ccead6a7865c72beb86a12532b assets/hexcasting/models/block/deco/amethyst_bricks.json
8db7e7dff6590f9031718c0513e3d75f92ff2525 assets/hexcasting/models/block/deco/amethyst_bricks_small.json
4ba75056f28a3a9ea0c69eb4bd7167a43bd31d74 assets/hexcasting/models/block/deco/amethyst_pillar.json
498da886ef9ba804d18e9a9ebad2acce0efb4ac2 assets/hexcasting/models/block/deco/amethyst_tiles.json
11ed17c8196b894e7f46f72f58fae1286dec4636 assets/hexcasting/models/block/deco/slate_amethyst_bricks_0.json
a04e6772e19e0803217bad644b0f2b2d342cc0fb assets/hexcasting/models/block/deco/slate_amethyst_bricks_1.json
ea05d80cfd1b19be57a04502948bd72f6b39810f assets/hexcasting/models/block/deco/slate_amethyst_bricks_2.json
c7ace7614fedaa48a07e573948d3265eb9baf399 assets/hexcasting/models/block/deco/slate_amethyst_bricks_small_0.json
6060174b4ee67529c5159a95b1d9a4dc29939558 assets/hexcasting/models/block/deco/slate_amethyst_bricks_small_1.json
e7737a9b49cf47235ce4bc5661ae511fb5502f02 assets/hexcasting/models/block/deco/slate_amethyst_bricks_small_2.json
7232b88842fa67b4d3c49d4080623c758f85d8cd assets/hexcasting/models/block/deco/slate_amethyst_tiles.json
d8cda16f0554a97039096a7c2fba50044bd5d0fa assets/hexcasting/models/block/deco/slate_bricks.json
099367e64dea6cef0399ccb30293e56030a5dc20 assets/hexcasting/models/block/deco/slate_bricks_small.json
606a997b09ab7b1b0b6ddf754b583bd7fceb2e46 assets/hexcasting/models/block/deco/slate_tiles.json
d04e6e7976a44e4286f0693a0ea173bc08525c6d assets/hexcasting/models/block/edified_button.json
79b149288702e1239dee1f94f8562f8c37410d14 assets/hexcasting/models/block/edified_button_pressed.json
b13efe9e1aade0163a8d378184a19a639b98c460 assets/hexcasting/models/block/edified_door_bottom_left.json
1e138fe4503fa0d37713ff5b76e8ff82090e8e8e assets/hexcasting/models/block/edified_door_bottom_left_open.json
3d001d0388fd3287ad14dca7eac1581c5ce75b0c assets/hexcasting/models/block/edified_door_bottom_right.json
9dd09e2267b2ae77314c86b1ea1c7406b5b25ce2 assets/hexcasting/models/block/edified_door_bottom_right_open.json
5525ac927fa8165243862504325be6219b40a968 assets/hexcasting/models/block/edified_door_top_left.json
11922c18e84d393bc99380d52c187bbaa6079359 assets/hexcasting/models/block/edified_door_top_left_open.json
729cf57ba13bf915999b4297aadb2ef6848d0337 assets/hexcasting/models/block/edified_door_top_right.json
db3008a51e611ee3ffb86b5829df6b7da6bfcc61 assets/hexcasting/models/block/edified_door_top_right_open.json
c5433d0b5c9f039ae3c314c8a82c7e1d3238447d assets/hexcasting/models/block/edified_log.json
4e779dbe1d8dfcb2d500bf43d71ecf0bd0104eac assets/hexcasting/models/block/edified_log_amethyst.json
5c9d3a002deae195ba8bff03ac106c302d36792d assets/hexcasting/models/block/edified_log_amethyst_horizontal.json
a470e058329c844661a8011393b57d00efa1fe09 assets/hexcasting/models/block/edified_log_aventurine.json
20695e3c99b52b7738e96c57659bb358dbe9f9ec assets/hexcasting/models/block/edified_log_aventurine_horizontal.json
c38df07b2dada3843ce9399b244d2b9ecdb8faf2 assets/hexcasting/models/block/edified_log_citrine.json
df0e644143c2e50e1f165e89223796a758feb685 assets/hexcasting/models/block/edified_log_citrine_horizontal.json
71f1505d8255e1d57b8a9100b008dbaf73beacdc assets/hexcasting/models/block/edified_log_horizontal.json
231d3d0651bc8525e45f1c9a6bdcd0292b7209b4 assets/hexcasting/models/block/edified_log_purple.json
3cbf60f5ff164e84ae1224520f991a53c1177c14 assets/hexcasting/models/block/edified_log_purple_horizontal.json
e691e8592c9ba75a2c67979ebef11e1c9280075b assets/hexcasting/models/block/edified_panel.json
7dbd6ab538ab6452c981275976d698a8cd7f5636 assets/hexcasting/models/block/edified_planks.json
e291a8a550c6a31e1e11cdd590129d2b61aa3f36 assets/hexcasting/models/block/edified_planks_2.json
6e1b863df2d27342f28d10fc7fbf06e085c8e24d assets/hexcasting/models/block/edified_planks_3.json
dfd5d21b09dea57135e50dc025a1652c9eb74a29 assets/hexcasting/models/block/edified_pressure_plate.json
66dbbb738f9eb7809bf7a910331e9e4ea3cf8e32 assets/hexcasting/models/block/edified_pressure_plate_down.json
342a95e8e3964ee1f913562156d16f48f23712c7 assets/hexcasting/models/block/edified_slab.json
69762fa82b5ee7e17a63b11897ce660734627ca8 assets/hexcasting/models/block/edified_slab_top.json
113060f86214e17a3c1e96d75b06bb534a18a37d assets/hexcasting/models/block/edified_stairs.json
fbd8b3a4e77e4488e25e5b49e4ef7dcb73eb4785 assets/hexcasting/models/block/edified_stairs_inner.json
f0100add1e9997b68bc2e910da63e5a772959486 assets/hexcasting/models/block/edified_stairs_outer.json
e76164c5fd831acccf914c7f05d7fe9639c27c30 assets/hexcasting/models/block/edified_tile.json
abca4332771fe0c3e24b6624907b3206d8cb02f4 assets/hexcasting/models/block/edified_trapdoor_bottom.json
807d363ca1fffe9af1c40319a8c2338822b54f31 assets/hexcasting/models/block/edified_trapdoor_open.json
ba95ea7a856895ca2a3438293b79fe4798b212ad assets/hexcasting/models/block/edified_trapdoor_top.json
d4f286180e320c0ca819067b9e9a9b1db7f72e0a assets/hexcasting/models/block/edified_wood.json
b2e1617c6549ffdf0a38bfbb6e9270a54c7a2718 assets/hexcasting/models/block/edified_wood_horizontal.json
9af2754cb1e53eeaa85618cf92651b4878cf62b1 assets/hexcasting/models/block/quenched_allay.json
2fc68dcd6d73da3deaa6a33240dd9160a2b79592 assets/hexcasting/models/block/quenched_allay_bricks.json
669d9348f4581dae45c35268a760675509a89a29 assets/hexcasting/models/block/quenched_allay_bricks_small.json
bacd99e8c24b9ce004e8aeff509cca4b971f3ed9 assets/hexcasting/models/block/quenched_allay_tiles.json
12ef9da44a265e8aa92d4c37d26fa0777493629e assets/hexcasting/models/block/scroll_paper.json
4f0924c356f9d7bccc490344944d44010ea7e918 assets/hexcasting/models/block/scroll_paper_lantern.json
e450fafba8beee7b800376ed54ff7c3ff7db5faf assets/hexcasting/models/block/slate_amethyst_pillar.json
c68d869d5320b9304ed301a3ce6dfa7dbea74747 assets/hexcasting/models/block/slate_amethyst_pillar_horizontal.json
603ffa587a335cf23e2bb17604583c6ad6f436b8 assets/hexcasting/models/block/slate_block.json
e7481aed52721e3893c4fa70341d696992223c25 assets/hexcasting/models/block/slate_pillar.json
5cfe93a217031aff9db6c9067c56d2366b13ac7e assets/hexcasting/models/block/slate_pillar_horizontal.json
a5081ed63f45e689df2c2d6a6c1283bfcd89f20f assets/hexcasting/models/block/stripped_edified_log.json
e5484f6caf6bea67cc8a447c202a4f1dc11957db assets/hexcasting/models/block/stripped_edified_log_horizontal.json
4495b24baf73ef0aaf930a136bf0052398aad1b3 assets/hexcasting/models/block/stripped_edified_wood.json
ca5cd940b68d928845dc2d104da3dda8d15e45dd assets/hexcasting/models/block/stripped_edified_wood_horizontal.json
19a6005af10d0812e8c861053f5863e6e04af3ba assets/hexcasting/models/item/akashic_bookshelf.json
faf66c95b0725ee747c4e510414522121d9f80eb assets/hexcasting/models/item/akashic_connector.json
19730853397b109cfedd0c3bbda83d5de6cd15b9 assets/hexcasting/models/item/akashic_record.json
b5ddad23811e2f51a036c497dbe2e9f569801e79 assets/hexcasting/models/item/amethyst_bricks.json
f41f6f46a5a37e757eb4e4df3b10f68fc86efe66 assets/hexcasting/models/item/amethyst_bricks_small.json
951a9945880de02cae20c1afaf38b16b21194dd1 assets/hexcasting/models/item/amethyst_dust_block.json
144aa423e08987551a34aff969884a11c4efbff7 assets/hexcasting/models/item/amethyst_edified_leaves.json
f81fdf1ffe88fab521b34901e983cd4836ce4529 assets/hexcasting/models/item/amethyst_sconce.json
fa23967e352823f0fc9e2bdd11a9cbac7c47b135 assets/hexcasting/models/item/amethyst_tiles.json
1d0a961ead6b43d20c621b351532656bf3a0d6d2 assets/hexcasting/models/item/ancient_scroll_paper.json
d4a109488c27fc5d60e9054cd1485f1982040ff3 assets/hexcasting/models/item/ancient_scroll_paper_lantern.json
7c2b9b5296ba5e3c261bb237555e7d4082ad9303 assets/hexcasting/models/item/aventurine_edified_leaves.json
50b0a55c712887ceb02bc835a1111cf855c11b6e assets/hexcasting/models/item/citrine_edified_leaves.json
c24d9c5ec6c7f3212ea814ecd40e56bdc94c22a8 assets/hexcasting/models/item/directrix/empty.json
c84399ca55a1ac9b37ed4b8153b4469fa5ed9c5a assets/hexcasting/models/item/directrix/redstone.json
96e1cd457414bddbddda1383564c6a566808f958 assets/hexcasting/models/item/edified_panel.json
82bac5442c940fb74e1ad068a9c8df1d0e10d959 assets/hexcasting/models/item/edified_planks.json
3e55be12a83ab041f8e269ad4e40454e32e05421 assets/hexcasting/models/item/edified_tile.json
486c1fad6dd0bf76f160d157439e6d4add950ff8 assets/hexcasting/models/item/impetus/empty.json
cbe5bc7148b9e1c1cf5c4517801da664aa39efb8 assets/hexcasting/models/item/impetus/look.json
37ae2de56929989d8c44ba0d72e1623c2056c397 assets/hexcasting/models/item/impetus/redstone.json
e7f590cfc681aa7d19c56df325c95c5fbed01bc5 assets/hexcasting/models/item/impetus/rightclick.json
769dcfb4a504e4dcd28a43cf603a18c66f57e594 assets/hexcasting/models/item/scroll_paper.json
222e40e5754f5cb5a04321c4ed4cee27748c9224 assets/hexcasting/models/item/scroll_paper_lantern.json
e5b07f23ead1bba9ee5a3b86a9e520da883ba331 assets/hexcasting/models/item/slate_amethyst_bricks.json
826f953fdee668104ec1772941c56332e12dbc46 assets/hexcasting/models/item/slate_amethyst_bricks_small.json
a179178b90c8650b7906ce3aa302623bf3c427b7 assets/hexcasting/models/item/slate_amethyst_tiles.json
145db42b0d90bdb4fd82f5a7eea229be4c0f9675 assets/hexcasting/models/item/slate_block.json
eef72354b37ba0940ecf1e0cc5219cc15a6886a6 assets/hexcasting/models/item/slate_bricks.json
cb5ccddcc3654021fc134867303483bd135db65c assets/hexcasting/models/item/slate_bricks_small.json
71c735cca7c0b8c4e55b31fd87e46982552db135 assets/hexcasting/models/item/slate_tiles.json

View file

@ -0,0 +1,16 @@
// 1.19.2 2023-06-20T14:09:26.512847541 Advancements
b21f0b7f0cda29a7e84693df8139f2fecfeea960 data/hexcasting/advancements/aaa_wasteful_cast.json
9d8b41dd8ddfccdf2cd19433d8d7d3cf934e64db data/hexcasting/advancements/aab_big_cast.json
425b42f6da5fd6498053f565dce1f171997dbb8b data/hexcasting/advancements/enlightenment.json
8f97205fa79270eab688aa3019d6fe7dd8c8b0d3 data/hexcasting/advancements/lore.json
fcce2d31886ec60aa23f8b4ba799c17672735b59 data/hexcasting/advancements/lore/cardamom1.json
a69a7cb1948868efdf0efc79b17a89545b21b000 data/hexcasting/advancements/lore/cardamom2.json
cfd1f38e41803259b776f1a69d0e8d520b201a02 data/hexcasting/advancements/lore/cardamom3.json
b4617dbc021e22cfa43d1f086b1651c503e6ccb5 data/hexcasting/advancements/lore/cardamom4.json
3863835e510506b96e23953cd6d29407ca158738 data/hexcasting/advancements/lore/cardamom5.json
2f5ad49936d58c7097ac7f8fbbf3f66f9f90fd2c data/hexcasting/advancements/lore/experiment1.json
9a4eba1c9d7868906e8ea1b4ec287f54a2c379b5 data/hexcasting/advancements/lore/experiment2.json
dea2c9b5682b246820fcf2d71bbc1580a19bd8a5 data/hexcasting/advancements/lore/inventory.json
bf319d71d9e706f9131c9484be1bc83ca2b8b6a3 data/hexcasting/advancements/opened_eyes.json
d19039a73324eb7532d035d08442f3b68bb13bcb data/hexcasting/advancements/root.json
b1b82068d65d6872c258d905d4f78499e8227ccf data/hexcasting/advancements/y_u_no_cast_angy.json

View file

@ -0,0 +1,107 @@
{
"variants": {
"facing=east,has_books=false": {
"model": "hexcasting:block/akashic_bookshelf_empty",
"uvlock": true,
"y": 90
},
"facing=east,has_books=true": [
{
"model": "hexcasting:block/akashic_bookshelf_1",
"uvlock": true,
"y": 90
},
{
"model": "hexcasting:block/akashic_bookshelf_2",
"uvlock": true,
"y": 90
},
{
"model": "hexcasting:block/akashic_bookshelf_3",
"uvlock": true,
"y": 90
},
{
"model": "hexcasting:block/akashic_bookshelf_4",
"uvlock": true,
"y": 90
}
],
"facing=north,has_books=false": {
"model": "hexcasting:block/akashic_bookshelf_empty",
"uvlock": true
},
"facing=north,has_books=true": [
{
"model": "hexcasting:block/akashic_bookshelf_1",
"uvlock": true
},
{
"model": "hexcasting:block/akashic_bookshelf_2",
"uvlock": true
},
{
"model": "hexcasting:block/akashic_bookshelf_3",
"uvlock": true
},
{
"model": "hexcasting:block/akashic_bookshelf_4",
"uvlock": true
}
],
"facing=south,has_books=false": {
"model": "hexcasting:block/akashic_bookshelf_empty",
"uvlock": true,
"y": 180
},
"facing=south,has_books=true": [
{
"model": "hexcasting:block/akashic_bookshelf_1",
"uvlock": true,
"y": 180
},
{
"model": "hexcasting:block/akashic_bookshelf_2",
"uvlock": true,
"y": 180
},
{
"model": "hexcasting:block/akashic_bookshelf_3",
"uvlock": true,
"y": 180
},
{
"model": "hexcasting:block/akashic_bookshelf_4",
"uvlock": true,
"y": 180
}
],
"facing=west,has_books=false": {
"model": "hexcasting:block/akashic_bookshelf_empty",
"uvlock": true,
"y": 270
},
"facing=west,has_books=true": [
{
"model": "hexcasting:block/akashic_bookshelf_1",
"uvlock": true,
"y": 270
},
{
"model": "hexcasting:block/akashic_bookshelf_2",
"uvlock": true,
"y": 270
},
{
"model": "hexcasting:block/akashic_bookshelf_3",
"uvlock": true,
"y": 270
},
{
"model": "hexcasting:block/akashic_bookshelf_4",
"uvlock": true,
"y": 270
}
]
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/akashic_ligature"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/akashic_record"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/deco/amethyst_bricks"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/deco/amethyst_bricks_small"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/amethyst_edified_leaves"
}
}
}

View file

@ -0,0 +1,30 @@
{
"variants": {
"facing=down": {
"model": "hexcasting:block/deco/amethyst_pillar",
"x": 180
},
"facing=east": {
"model": "hexcasting:block/deco/amethyst_pillar",
"x": 90,
"y": 90
},
"facing=north": {
"model": "hexcasting:block/deco/amethyst_pillar",
"x": 90
},
"facing=south": {
"model": "hexcasting:block/deco/amethyst_pillar",
"x": 90,
"y": 180
},
"facing=up": {
"model": "hexcasting:block/deco/amethyst_pillar"
},
"facing=west": {
"model": "hexcasting:block/deco/amethyst_pillar",
"x": 90,
"y": 270
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/deco/amethyst_tiles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/aventurine_edified_leaves"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/citrine_edified_leaves"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/conjured"
}
}
}

View file

@ -0,0 +1,50 @@
{
"variants": {
"energized=false,facing=down": {
"model": "hexcasting:block/circle/directrix/empty/dim_down",
"x": 90
},
"energized=false,facing=east": {
"model": "hexcasting:block/circle/directrix/empty/dim_east",
"y": 90
},
"energized=false,facing=north": {
"model": "hexcasting:block/circle/directrix/empty/dim_north"
},
"energized=false,facing=south": {
"model": "hexcasting:block/circle/directrix/empty/dim_south",
"y": 180
},
"energized=false,facing=up": {
"model": "hexcasting:block/circle/directrix/empty/dim_up",
"x": -90
},
"energized=false,facing=west": {
"model": "hexcasting:block/circle/directrix/empty/dim_west",
"y": 270
},
"energized=true,facing=down": {
"model": "hexcasting:block/circle/directrix/empty/lit_down",
"x": 90
},
"energized=true,facing=east": {
"model": "hexcasting:block/circle/directrix/empty/lit_east",
"y": 90
},
"energized=true,facing=north": {
"model": "hexcasting:block/circle/directrix/empty/lit_north"
},
"energized=true,facing=south": {
"model": "hexcasting:block/circle/directrix/empty/lit_south",
"y": 180
},
"energized=true,facing=up": {
"model": "hexcasting:block/circle/directrix/empty/lit_up",
"x": -90
},
"energized=true,facing=west": {
"model": "hexcasting:block/circle/directrix/empty/lit_west",
"y": 270
}
}
}

View file

@ -0,0 +1,96 @@
{
"variants": {
"energized=false,facing=down,powered=false": {
"model": "hexcasting:block/circle/directrix/redstone/dim_unpowered_down",
"x": 90
},
"energized=false,facing=down,powered=true": {
"model": "hexcasting:block/circle/directrix/redstone/dim_powered_down",
"x": 90
},
"energized=false,facing=east,powered=false": {
"model": "hexcasting:block/circle/directrix/redstone/dim_unpowered_east",
"y": 90
},
"energized=false,facing=east,powered=true": {
"model": "hexcasting:block/circle/directrix/redstone/dim_powered_east",
"y": 90
},
"energized=false,facing=north,powered=false": {
"model": "hexcasting:block/circle/directrix/redstone/dim_unpowered_north"
},
"energized=false,facing=north,powered=true": {
"model": "hexcasting:block/circle/directrix/redstone/dim_powered_north"
},
"energized=false,facing=south,powered=false": {
"model": "hexcasting:block/circle/directrix/redstone/dim_unpowered_south",
"y": 180
},
"energized=false,facing=south,powered=true": {
"model": "hexcasting:block/circle/directrix/redstone/dim_powered_south",
"y": 180
},
"energized=false,facing=up,powered=false": {
"model": "hexcasting:block/circle/directrix/redstone/dim_unpowered_up",
"x": -90
},
"energized=false,facing=up,powered=true": {
"model": "hexcasting:block/circle/directrix/redstone/dim_powered_up",
"x": -90
},
"energized=false,facing=west,powered=false": {
"model": "hexcasting:block/circle/directrix/redstone/dim_unpowered_west",
"y": 270
},
"energized=false,facing=west,powered=true": {
"model": "hexcasting:block/circle/directrix/redstone/dim_powered_west",
"y": 270
},
"energized=true,facing=down,powered=false": {
"model": "hexcasting:block/circle/directrix/redstone/lit_unpowered_down",
"x": 90
},
"energized=true,facing=down,powered=true": {
"model": "hexcasting:block/circle/directrix/redstone/lit_powered_down",
"x": 90
},
"energized=true,facing=east,powered=false": {
"model": "hexcasting:block/circle/directrix/redstone/lit_unpowered_east",
"y": 90
},
"energized=true,facing=east,powered=true": {
"model": "hexcasting:block/circle/directrix/redstone/lit_powered_east",
"y": 90
},
"energized=true,facing=north,powered=false": {
"model": "hexcasting:block/circle/directrix/redstone/lit_unpowered_north"
},
"energized=true,facing=north,powered=true": {
"model": "hexcasting:block/circle/directrix/redstone/lit_powered_north"
},
"energized=true,facing=south,powered=false": {
"model": "hexcasting:block/circle/directrix/redstone/lit_unpowered_south",
"y": 180
},
"energized=true,facing=south,powered=true": {
"model": "hexcasting:block/circle/directrix/redstone/lit_powered_south",
"y": 180
},
"energized=true,facing=up,powered=false": {
"model": "hexcasting:block/circle/directrix/redstone/lit_unpowered_up",
"x": -90
},
"energized=true,facing=up,powered=true": {
"model": "hexcasting:block/circle/directrix/redstone/lit_powered_up",
"x": -90
},
"energized=true,facing=west,powered=false": {
"model": "hexcasting:block/circle/directrix/redstone/lit_unpowered_west",
"y": 270
},
"energized=true,facing=west,powered=true": {
"model": "hexcasting:block/circle/directrix/redstone/lit_powered_west",
"y": 270
}
}
}

View file

@ -0,0 +1,118 @@
{
"variants": {
"face=ceiling,facing=east,powered=false": {
"model": "hexcasting:block/edified_button",
"x": 180,
"y": 270
},
"face=ceiling,facing=east,powered=true": {
"model": "hexcasting:block/edified_button_pressed",
"x": 180,
"y": 270
},
"face=ceiling,facing=north,powered=false": {
"model": "hexcasting:block/edified_button",
"x": 180,
"y": 180
},
"face=ceiling,facing=north,powered=true": {
"model": "hexcasting:block/edified_button_pressed",
"x": 180,
"y": 180
},
"face=ceiling,facing=south,powered=false": {
"model": "hexcasting:block/edified_button",
"x": 180
},
"face=ceiling,facing=south,powered=true": {
"model": "hexcasting:block/edified_button_pressed",
"x": 180
},
"face=ceiling,facing=west,powered=false": {
"model": "hexcasting:block/edified_button",
"x": 180,
"y": 90
},
"face=ceiling,facing=west,powered=true": {
"model": "hexcasting:block/edified_button_pressed",
"x": 180,
"y": 90
},
"face=floor,facing=east,powered=false": {
"model": "hexcasting:block/edified_button",
"y": 90
},
"face=floor,facing=east,powered=true": {
"model": "hexcasting:block/edified_button_pressed",
"y": 90
},
"face=floor,facing=north,powered=false": {
"model": "hexcasting:block/edified_button"
},
"face=floor,facing=north,powered=true": {
"model": "hexcasting:block/edified_button_pressed"
},
"face=floor,facing=south,powered=false": {
"model": "hexcasting:block/edified_button",
"y": 180
},
"face=floor,facing=south,powered=true": {
"model": "hexcasting:block/edified_button_pressed",
"y": 180
},
"face=floor,facing=west,powered=false": {
"model": "hexcasting:block/edified_button",
"y": 270
},
"face=floor,facing=west,powered=true": {
"model": "hexcasting:block/edified_button_pressed",
"y": 270
},
"face=wall,facing=east,powered=false": {
"model": "hexcasting:block/edified_button",
"uvlock": true,
"x": 90,
"y": 90
},
"face=wall,facing=east,powered=true": {
"model": "hexcasting:block/edified_button_pressed",
"uvlock": true,
"x": 90,
"y": 90
},
"face=wall,facing=north,powered=false": {
"model": "hexcasting:block/edified_button",
"uvlock": true,
"x": 90
},
"face=wall,facing=north,powered=true": {
"model": "hexcasting:block/edified_button_pressed",
"uvlock": true,
"x": 90
},
"face=wall,facing=south,powered=false": {
"model": "hexcasting:block/edified_button",
"uvlock": true,
"x": 90,
"y": 180
},
"face=wall,facing=south,powered=true": {
"model": "hexcasting:block/edified_button_pressed",
"uvlock": true,
"x": 90,
"y": 180
},
"face=wall,facing=west,powered=false": {
"model": "hexcasting:block/edified_button",
"uvlock": true,
"x": 90,
"y": 270
},
"face=wall,facing=west,powered=true": {
"model": "hexcasting:block/edified_button_pressed",
"uvlock": true,
"x": 90,
"y": 270
}
}
}

View file

@ -0,0 +1,124 @@
{
"variants": {
"facing=east,half=lower,hinge=left,open=false": {
"model": "hexcasting:block/edified_door_bottom_left"
},
"facing=east,half=lower,hinge=left,open=true": {
"model": "hexcasting:block/edified_door_bottom_left_open",
"y": 90
},
"facing=east,half=lower,hinge=right,open=false": {
"model": "hexcasting:block/edified_door_bottom_right"
},
"facing=east,half=lower,hinge=right,open=true": {
"model": "hexcasting:block/edified_door_bottom_right_open",
"y": 270
},
"facing=east,half=upper,hinge=left,open=false": {
"model": "hexcasting:block/edified_door_top_left"
},
"facing=east,half=upper,hinge=left,open=true": {
"model": "hexcasting:block/edified_door_top_left_open",
"y": 90
},
"facing=east,half=upper,hinge=right,open=false": {
"model": "hexcasting:block/edified_door_top_right"
},
"facing=east,half=upper,hinge=right,open=true": {
"model": "hexcasting:block/edified_door_top_right_open",
"y": 270
},
"facing=north,half=lower,hinge=left,open=false": {
"model": "hexcasting:block/edified_door_bottom_left",
"y": 270
},
"facing=north,half=lower,hinge=left,open=true": {
"model": "hexcasting:block/edified_door_bottom_left_open"
},
"facing=north,half=lower,hinge=right,open=false": {
"model": "hexcasting:block/edified_door_bottom_right",
"y": 270
},
"facing=north,half=lower,hinge=right,open=true": {
"model": "hexcasting:block/edified_door_bottom_right_open",
"y": 180
},
"facing=north,half=upper,hinge=left,open=false": {
"model": "hexcasting:block/edified_door_top_left",
"y": 270
},
"facing=north,half=upper,hinge=left,open=true": {
"model": "hexcasting:block/edified_door_top_left_open"
},
"facing=north,half=upper,hinge=right,open=false": {
"model": "hexcasting:block/edified_door_top_right",
"y": 270
},
"facing=north,half=upper,hinge=right,open=true": {
"model": "hexcasting:block/edified_door_top_right_open",
"y": 180
},
"facing=south,half=lower,hinge=left,open=false": {
"model": "hexcasting:block/edified_door_bottom_left",
"y": 90
},
"facing=south,half=lower,hinge=left,open=true": {
"model": "hexcasting:block/edified_door_bottom_left_open",
"y": 180
},
"facing=south,half=lower,hinge=right,open=false": {
"model": "hexcasting:block/edified_door_bottom_right",
"y": 90
},
"facing=south,half=lower,hinge=right,open=true": {
"model": "hexcasting:block/edified_door_bottom_right_open"
},
"facing=south,half=upper,hinge=left,open=false": {
"model": "hexcasting:block/edified_door_top_left",
"y": 90
},
"facing=south,half=upper,hinge=left,open=true": {
"model": "hexcasting:block/edified_door_top_left_open",
"y": 180
},
"facing=south,half=upper,hinge=right,open=false": {
"model": "hexcasting:block/edified_door_top_right",
"y": 90
},
"facing=south,half=upper,hinge=right,open=true": {
"model": "hexcasting:block/edified_door_top_right_open"
},
"facing=west,half=lower,hinge=left,open=false": {
"model": "hexcasting:block/edified_door_bottom_left",
"y": 180
},
"facing=west,half=lower,hinge=left,open=true": {
"model": "hexcasting:block/edified_door_bottom_left_open",
"y": 270
},
"facing=west,half=lower,hinge=right,open=false": {
"model": "hexcasting:block/edified_door_bottom_right",
"y": 180
},
"facing=west,half=lower,hinge=right,open=true": {
"model": "hexcasting:block/edified_door_bottom_right_open",
"y": 90
},
"facing=west,half=upper,hinge=left,open=false": {
"model": "hexcasting:block/edified_door_top_left",
"y": 180
},
"facing=west,half=upper,hinge=left,open=true": {
"model": "hexcasting:block/edified_door_top_left_open",
"y": 270
},
"facing=west,half=upper,hinge=right,open=false": {
"model": "hexcasting:block/edified_door_top_right",
"y": 180
},
"facing=west,half=upper,hinge=right,open=true": {
"model": "hexcasting:block/edified_door_top_right_open",
"y": 90
}
}
}

View file

@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "hexcasting:block/edified_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "hexcasting:block/edified_log"
},
"axis=z": {
"model": "hexcasting:block/edified_log_horizontal",
"x": 90
}
}
}

View file

@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "hexcasting:block/edified_log_amethyst_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "hexcasting:block/edified_log_amethyst"
},
"axis=z": {
"model": "hexcasting:block/edified_log_amethyst_horizontal",
"x": 90
}
}
}

View file

@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "hexcasting:block/edified_log_aventurine_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "hexcasting:block/edified_log_aventurine"
},
"axis=z": {
"model": "hexcasting:block/edified_log_aventurine_horizontal",
"x": 90
}
}
}

View file

@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "hexcasting:block/edified_log_citrine_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "hexcasting:block/edified_log_citrine"
},
"axis=z": {
"model": "hexcasting:block/edified_log_citrine_horizontal",
"x": 90
}
}
}

View file

@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "hexcasting:block/edified_log_purple_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "hexcasting:block/edified_log_purple"
},
"axis=z": {
"model": "hexcasting:block/edified_log_purple_horizontal",
"x": 90
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/edified_panel"
}
}
}

View file

@ -0,0 +1,17 @@
{
"variants": {
"": [
{
"model": "hexcasting:block/edified_planks",
"weight": 3
},
{
"model": "hexcasting:block/edified_planks_2",
"weight": 3
},
{
"model": "hexcasting:block/edified_planks_3"
}
]
}
}

View file

@ -0,0 +1,10 @@
{
"variants": {
"powered=false": {
"model": "hexcasting:block/edified_pressure_plate"
},
"powered=true": {
"model": "hexcasting:block/edified_pressure_plate_down"
}
}
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=bottom": {
"model": "hexcasting:block/edified_slab"
},
"type=double": {
"model": "hexcasting:block/edified_planks"
},
"type=top": {
"model": "hexcasting:block/edified_slab_top"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=east,half=bottom,shape=inner_left": {
"model": "hexcasting:block/edified_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=inner_right": {
"model": "hexcasting:block/edified_stairs_inner"
},
"facing=east,half=bottom,shape=outer_left": {
"model": "hexcasting:block/edified_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=outer_right": {
"model": "hexcasting:block/edified_stairs_outer"
},
"facing=east,half=bottom,shape=straight": {
"model": "hexcasting:block/edified_stairs"
},
"facing=east,half=top,shape=inner_left": {
"model": "hexcasting:block/edified_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=inner_right": {
"model": "hexcasting:block/edified_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=outer_left": {
"model": "hexcasting:block/edified_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=outer_right": {
"model": "hexcasting:block/edified_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=straight": {
"model": "hexcasting:block/edified_stairs",
"uvlock": true,
"x": 180
},
"facing=north,half=bottom,shape=inner_left": {
"model": "hexcasting:block/edified_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=inner_right": {
"model": "hexcasting:block/edified_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=outer_left": {
"model": "hexcasting:block/edified_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=outer_right": {
"model": "hexcasting:block/edified_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=straight": {
"model": "hexcasting:block/edified_stairs",
"uvlock": true,
"y": 270
},
"facing=north,half=top,shape=inner_left": {
"model": "hexcasting:block/edified_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=inner_right": {
"model": "hexcasting:block/edified_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=outer_left": {
"model": "hexcasting:block/edified_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=outer_right": {
"model": "hexcasting:block/edified_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=straight": {
"model": "hexcasting:block/edified_stairs",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=south,half=bottom,shape=inner_left": {
"model": "hexcasting:block/edified_stairs_inner"
},
"facing=south,half=bottom,shape=inner_right": {
"model": "hexcasting:block/edified_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=outer_left": {
"model": "hexcasting:block/edified_stairs_outer"
},
"facing=south,half=bottom,shape=outer_right": {
"model": "hexcasting:block/edified_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=straight": {
"model": "hexcasting:block/edified_stairs",
"uvlock": true,
"y": 90
},
"facing=south,half=top,shape=inner_left": {
"model": "hexcasting:block/edified_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=inner_right": {
"model": "hexcasting:block/edified_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=outer_left": {
"model": "hexcasting:block/edified_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=outer_right": {
"model": "hexcasting:block/edified_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=straight": {
"model": "hexcasting:block/edified_stairs",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=west,half=bottom,shape=inner_left": {
"model": "hexcasting:block/edified_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=inner_right": {
"model": "hexcasting:block/edified_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=outer_left": {
"model": "hexcasting:block/edified_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=outer_right": {
"model": "hexcasting:block/edified_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=straight": {
"model": "hexcasting:block/edified_stairs",
"uvlock": true,
"y": 180
},
"facing=west,half=top,shape=inner_left": {
"model": "hexcasting:block/edified_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=inner_right": {
"model": "hexcasting:block/edified_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=outer_left": {
"model": "hexcasting:block/edified_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=outer_right": {
"model": "hexcasting:block/edified_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=straight": {
"model": "hexcasting:block/edified_stairs",
"uvlock": true,
"x": 180,
"y": 180
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/edified_tile"
}
}
}

View file

@ -0,0 +1,68 @@
{
"variants": {
"facing=east,half=bottom,open=false": {
"model": "hexcasting:block/edified_trapdoor_bottom",
"y": 90
},
"facing=east,half=bottom,open=true": {
"model": "hexcasting:block/edified_trapdoor_open",
"y": 90
},
"facing=east,half=top,open=false": {
"model": "hexcasting:block/edified_trapdoor_top",
"y": 90
},
"facing=east,half=top,open=true": {
"model": "hexcasting:block/edified_trapdoor_open",
"x": 180,
"y": 270
},
"facing=north,half=bottom,open=false": {
"model": "hexcasting:block/edified_trapdoor_bottom"
},
"facing=north,half=bottom,open=true": {
"model": "hexcasting:block/edified_trapdoor_open"
},
"facing=north,half=top,open=false": {
"model": "hexcasting:block/edified_trapdoor_top"
},
"facing=north,half=top,open=true": {
"model": "hexcasting:block/edified_trapdoor_open",
"x": 180,
"y": 180
},
"facing=south,half=bottom,open=false": {
"model": "hexcasting:block/edified_trapdoor_bottom",
"y": 180
},
"facing=south,half=bottom,open=true": {
"model": "hexcasting:block/edified_trapdoor_open",
"y": 180
},
"facing=south,half=top,open=false": {
"model": "hexcasting:block/edified_trapdoor_top",
"y": 180
},
"facing=south,half=top,open=true": {
"model": "hexcasting:block/edified_trapdoor_open",
"x": 180
},
"facing=west,half=bottom,open=false": {
"model": "hexcasting:block/edified_trapdoor_bottom",
"y": 270
},
"facing=west,half=bottom,open=true": {
"model": "hexcasting:block/edified_trapdoor_open",
"y": 270
},
"facing=west,half=top,open=false": {
"model": "hexcasting:block/edified_trapdoor_top",
"y": 270
},
"facing=west,half=top,open=true": {
"model": "hexcasting:block/edified_trapdoor_open",
"x": 180,
"y": 90
}
}
}

View file

@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "hexcasting:block/edified_wood_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "hexcasting:block/edified_wood"
},
"axis=z": {
"model": "hexcasting:block/edified_wood_horizontal",
"x": 90
}
}
}

View file

@ -0,0 +1,50 @@
{
"variants": {
"energized=false,facing=down": {
"model": "hexcasting:block/circle/impetus/empty/dim_down",
"x": 90
},
"energized=false,facing=east": {
"model": "hexcasting:block/circle/impetus/empty/dim_east",
"y": 90
},
"energized=false,facing=north": {
"model": "hexcasting:block/circle/impetus/empty/dim_north"
},
"energized=false,facing=south": {
"model": "hexcasting:block/circle/impetus/empty/dim_south",
"y": 180
},
"energized=false,facing=up": {
"model": "hexcasting:block/circle/impetus/empty/dim_up",
"x": -90
},
"energized=false,facing=west": {
"model": "hexcasting:block/circle/impetus/empty/dim_west",
"y": 270
},
"energized=true,facing=down": {
"model": "hexcasting:block/circle/impetus/empty/lit_down",
"x": 90
},
"energized=true,facing=east": {
"model": "hexcasting:block/circle/impetus/empty/lit_east",
"y": 90
},
"energized=true,facing=north": {
"model": "hexcasting:block/circle/impetus/empty/lit_north"
},
"energized=true,facing=south": {
"model": "hexcasting:block/circle/impetus/empty/lit_south",
"y": 180
},
"energized=true,facing=up": {
"model": "hexcasting:block/circle/impetus/empty/lit_up",
"x": -90
},
"energized=true,facing=west": {
"model": "hexcasting:block/circle/impetus/empty/lit_west",
"y": 270
}
}
}

View file

@ -0,0 +1,50 @@
{
"variants": {
"energized=false,facing=down": {
"model": "hexcasting:block/circle/impetus/look/dim_down",
"x": 90
},
"energized=false,facing=east": {
"model": "hexcasting:block/circle/impetus/look/dim_east",
"y": 90
},
"energized=false,facing=north": {
"model": "hexcasting:block/circle/impetus/look/dim_north"
},
"energized=false,facing=south": {
"model": "hexcasting:block/circle/impetus/look/dim_south",
"y": 180
},
"energized=false,facing=up": {
"model": "hexcasting:block/circle/impetus/look/dim_up",
"x": -90
},
"energized=false,facing=west": {
"model": "hexcasting:block/circle/impetus/look/dim_west",
"y": 270
},
"energized=true,facing=down": {
"model": "hexcasting:block/circle/impetus/look/lit_down",
"x": 90
},
"energized=true,facing=east": {
"model": "hexcasting:block/circle/impetus/look/lit_east",
"y": 90
},
"energized=true,facing=north": {
"model": "hexcasting:block/circle/impetus/look/lit_north"
},
"energized=true,facing=south": {
"model": "hexcasting:block/circle/impetus/look/lit_south",
"y": 180
},
"energized=true,facing=up": {
"model": "hexcasting:block/circle/impetus/look/lit_up",
"x": -90
},
"energized=true,facing=west": {
"model": "hexcasting:block/circle/impetus/look/lit_west",
"y": 270
}
}
}

View file

@ -0,0 +1,96 @@
{
"variants": {
"energized=false,facing=down,powered=false": {
"model": "hexcasting:block/circle/impetus/redstone/dim_down",
"x": 90
},
"energized=false,facing=down,powered=true": {
"model": "hexcasting:block/circle/impetus/redstone/dim_down",
"x": 90
},
"energized=false,facing=east,powered=false": {
"model": "hexcasting:block/circle/impetus/redstone/dim_east",
"y": 90
},
"energized=false,facing=east,powered=true": {
"model": "hexcasting:block/circle/impetus/redstone/dim_east",
"y": 90
},
"energized=false,facing=north,powered=false": {
"model": "hexcasting:block/circle/impetus/redstone/dim_north"
},
"energized=false,facing=north,powered=true": {
"model": "hexcasting:block/circle/impetus/redstone/dim_north"
},
"energized=false,facing=south,powered=false": {
"model": "hexcasting:block/circle/impetus/redstone/dim_south",
"y": 180
},
"energized=false,facing=south,powered=true": {
"model": "hexcasting:block/circle/impetus/redstone/dim_south",
"y": 180
},
"energized=false,facing=up,powered=false": {
"model": "hexcasting:block/circle/impetus/redstone/dim_up",
"x": -90
},
"energized=false,facing=up,powered=true": {
"model": "hexcasting:block/circle/impetus/redstone/dim_up",
"x": -90
},
"energized=false,facing=west,powered=false": {
"model": "hexcasting:block/circle/impetus/redstone/dim_west",
"y": 270
},
"energized=false,facing=west,powered=true": {
"model": "hexcasting:block/circle/impetus/redstone/dim_west",
"y": 270
},
"energized=true,facing=down,powered=false": {
"model": "hexcasting:block/circle/impetus/redstone/lit_down",
"x": 90
},
"energized=true,facing=down,powered=true": {
"model": "hexcasting:block/circle/impetus/redstone/lit_down",
"x": 90
},
"energized=true,facing=east,powered=false": {
"model": "hexcasting:block/circle/impetus/redstone/lit_east",
"y": 90
},
"energized=true,facing=east,powered=true": {
"model": "hexcasting:block/circle/impetus/redstone/lit_east",
"y": 90
},
"energized=true,facing=north,powered=false": {
"model": "hexcasting:block/circle/impetus/redstone/lit_north"
},
"energized=true,facing=north,powered=true": {
"model": "hexcasting:block/circle/impetus/redstone/lit_north"
},
"energized=true,facing=south,powered=false": {
"model": "hexcasting:block/circle/impetus/redstone/lit_south",
"y": 180
},
"energized=true,facing=south,powered=true": {
"model": "hexcasting:block/circle/impetus/redstone/lit_south",
"y": 180
},
"energized=true,facing=up,powered=false": {
"model": "hexcasting:block/circle/impetus/redstone/lit_up",
"x": -90
},
"energized=true,facing=up,powered=true": {
"model": "hexcasting:block/circle/impetus/redstone/lit_up",
"x": -90
},
"energized=true,facing=west,powered=false": {
"model": "hexcasting:block/circle/impetus/redstone/lit_west",
"y": 270
},
"energized=true,facing=west,powered=true": {
"model": "hexcasting:block/circle/impetus/redstone/lit_west",
"y": 270
}
}
}

View file

@ -0,0 +1,50 @@
{
"variants": {
"energized=false,facing=down": {
"model": "hexcasting:block/circle/impetus/rightclick/dim_down",
"x": 90
},
"energized=false,facing=east": {
"model": "hexcasting:block/circle/impetus/rightclick/dim_east",
"y": 90
},
"energized=false,facing=north": {
"model": "hexcasting:block/circle/impetus/rightclick/dim_north"
},
"energized=false,facing=south": {
"model": "hexcasting:block/circle/impetus/rightclick/dim_south",
"y": 180
},
"energized=false,facing=up": {
"model": "hexcasting:block/circle/impetus/rightclick/dim_up",
"x": -90
},
"energized=false,facing=west": {
"model": "hexcasting:block/circle/impetus/rightclick/dim_west",
"y": 270
},
"energized=true,facing=down": {
"model": "hexcasting:block/circle/impetus/rightclick/lit_down",
"x": 90
},
"energized=true,facing=east": {
"model": "hexcasting:block/circle/impetus/rightclick/lit_east",
"y": 90
},
"energized=true,facing=north": {
"model": "hexcasting:block/circle/impetus/rightclick/lit_north"
},
"energized=true,facing=south": {
"model": "hexcasting:block/circle/impetus/rightclick/lit_south",
"y": 180
},
"energized=true,facing=up": {
"model": "hexcasting:block/circle/impetus/rightclick/lit_up",
"x": -90
},
"energized=true,facing=west": {
"model": "hexcasting:block/circle/impetus/rightclick/lit_west",
"y": 270
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/quenched_allay"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/quenched_allay_bricks"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/quenched_allay_bricks_small"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/quenched_allay_tiles"
}
}
}

View file

@ -0,0 +1,122 @@
{
"variants": {
"energized=false,face=ceiling,facing=east": {
"model": "hexcasting:block/slate",
"uvlock": true,
"x": 180
},
"energized=false,face=ceiling,facing=north": {
"model": "hexcasting:block/slate",
"uvlock": true,
"x": 180
},
"energized=false,face=ceiling,facing=south": {
"model": "hexcasting:block/slate",
"uvlock": true,
"x": 180
},
"energized=false,face=ceiling,facing=west": {
"model": "hexcasting:block/slate",
"uvlock": true,
"x": 180
},
"energized=false,face=floor,facing=east": {
"model": "hexcasting:block/slate",
"uvlock": true
},
"energized=false,face=floor,facing=north": {
"model": "hexcasting:block/slate",
"uvlock": true
},
"energized=false,face=floor,facing=south": {
"model": "hexcasting:block/slate",
"uvlock": true
},
"energized=false,face=floor,facing=west": {
"model": "hexcasting:block/slate",
"uvlock": true
},
"energized=false,face=wall,facing=east": {
"model": "hexcasting:block/slate",
"uvlock": true,
"x": 90,
"y": 90
},
"energized=false,face=wall,facing=north": {
"model": "hexcasting:block/slate",
"uvlock": true,
"x": 90
},
"energized=false,face=wall,facing=south": {
"model": "hexcasting:block/slate",
"uvlock": true,
"x": 90,
"y": 180
},
"energized=false,face=wall,facing=west": {
"model": "hexcasting:block/slate",
"uvlock": true,
"x": 90,
"y": 270
},
"energized=true,face=ceiling,facing=east": {
"model": "hexcasting:block/slate",
"uvlock": true,
"x": 180
},
"energized=true,face=ceiling,facing=north": {
"model": "hexcasting:block/slate",
"uvlock": true,
"x": 180
},
"energized=true,face=ceiling,facing=south": {
"model": "hexcasting:block/slate",
"uvlock": true,
"x": 180
},
"energized=true,face=ceiling,facing=west": {
"model": "hexcasting:block/slate",
"uvlock": true,
"x": 180
},
"energized=true,face=floor,facing=east": {
"model": "hexcasting:block/slate",
"uvlock": true
},
"energized=true,face=floor,facing=north": {
"model": "hexcasting:block/slate",
"uvlock": true
},
"energized=true,face=floor,facing=south": {
"model": "hexcasting:block/slate",
"uvlock": true
},
"energized=true,face=floor,facing=west": {
"model": "hexcasting:block/slate",
"uvlock": true
},
"energized=true,face=wall,facing=east": {
"model": "hexcasting:block/slate",
"uvlock": true,
"x": 90,
"y": 90
},
"energized=true,face=wall,facing=north": {
"model": "hexcasting:block/slate",
"uvlock": true,
"x": 90
},
"energized=true,face=wall,facing=south": {
"model": "hexcasting:block/slate",
"uvlock": true,
"x": 90,
"y": 180
},
"energized=true,face=wall,facing=west": {
"model": "hexcasting:block/slate",
"uvlock": true,
"x": 90,
"y": 270
}
}
}

View file

@ -0,0 +1,15 @@
{
"variants": {
"": [
{
"model": "hexcasting:block/deco/slate_amethyst_bricks_0"
},
{
"model": "hexcasting:block/deco/slate_amethyst_bricks_1"
},
{
"model": "hexcasting:block/deco/slate_amethyst_bricks_2"
}
]
}
}

View file

@ -0,0 +1,15 @@
{
"variants": {
"": [
{
"model": "hexcasting:block/deco/slate_amethyst_bricks_small_0"
},
{
"model": "hexcasting:block/deco/slate_amethyst_bricks_small_1"
},
{
"model": "hexcasting:block/deco/slate_amethyst_bricks_small_2"
}
]
}
}

View file

@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "hexcasting:block/slate_amethyst_pillar_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "hexcasting:block/slate_amethyst_pillar"
},
"axis=z": {
"model": "hexcasting:block/slate_amethyst_pillar_horizontal",
"x": 90
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/deco/slate_amethyst_tiles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/deco/slate_bricks"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/deco/slate_bricks_small"
}
}
}

View file

@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "hexcasting:block/slate_pillar_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "hexcasting:block/slate_pillar"
},
"axis=z": {
"model": "hexcasting:block/slate_pillar_horizontal",
"x": 90
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/deco/slate_tiles"
}
}
}

View file

@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "hexcasting:block/stripped_edified_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "hexcasting:block/stripped_edified_log"
},
"axis=z": {
"model": "hexcasting:block/stripped_edified_log_horizontal",
"x": 90
}
}
}

View file

@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "hexcasting:block/stripped_edified_wood_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "hexcasting:block/stripped_edified_wood"
},
"axis=z": {
"model": "hexcasting:block/stripped_edified_wood_horizontal",
"x": 90
}
}
}

View file

@ -0,0 +1,68 @@
{
"elements": [
{
"faces": {
"down": {
"cullface": "down",
"texture": "#top_bottom"
},
"east": {
"cullface": "east",
"texture": "#side"
},
"north": {
"cullface": "north",
"texture": "#front"
},
"south": {
"cullface": "south",
"texture": "#side"
},
"up": {
"cullface": "up",
"texture": "#top_bottom"
},
"west": {
"cullface": "west",
"texture": "#side"
}
},
"from": [
0,
0,
0
],
"to": [
16,
16,
16
]
},
{
"faces": {
"north": {
"cullface": "north",
"texture": "#overlay",
"tintindex": 0
}
},
"from": [
0,
0,
0
],
"to": [
16,
16,
16
]
}
],
"render_type": "minecraft:cutout",
"textures": {
"front": "hexcasting:block/akashic_bookshelf",
"particle": "hexcasting:block/akashic_bookshelf_vert",
"side": "hexcasting:block/akashic_bookshelf_horiz",
"top_bottom": "hexcasting:block/akashic_bookshelf_vert"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "hexcasting:block/akashic_bookshelf",
"textures": {
"overlay": "hexcasting:block/akashic_bookshelf_overlay_1"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "hexcasting:block/akashic_bookshelf",
"textures": {
"overlay": "hexcasting:block/akashic_bookshelf_overlay_2"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "hexcasting:block/akashic_bookshelf",
"textures": {
"overlay": "hexcasting:block/akashic_bookshelf_overlay_3"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "hexcasting:block/akashic_bookshelf",
"textures": {
"overlay": "hexcasting:block/akashic_bookshelf_overlay_4"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"front": "hexcasting:block/akashic_bookshelf",
"side": "hexcasting:block/akashic_bookshelf_horiz",
"top": "hexcasting:block/akashic_bookshelf_vert"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "hexcasting:block/akashic_ligature"
}
}

View file

@ -0,0 +1,87 @@
{
"parent": "minecraft:block/block",
"elements": [
{
"faces": {
"down": {
"cullface": "down",
"texture": "#outer"
},
"east": {
"cullface": "east",
"texture": "#outer"
},
"north": {
"cullface": "north",
"texture": "#outer"
},
"south": {
"cullface": "south",
"texture": "#outer"
},
"up": {
"cullface": "up",
"texture": "#outer"
},
"west": {
"cullface": "west",
"texture": "#outer"
}
},
"from": [
0,
0,
0
],
"to": [
16,
16,
16
]
},
{
"faces": {
"down": {
"rotation": 180,
"texture": "#inner"
},
"east": {
"rotation": 180,
"texture": "#inner"
},
"north": {
"rotation": 180,
"texture": "#inner"
},
"south": {
"rotation": 180,
"texture": "#inner"
},
"up": {
"rotation": 180,
"texture": "#inner"
},
"west": {
"rotation": 180,
"texture": "#inner"
}
},
"from": [
15.75,
15.75,
15.75
],
"to": [
0.25,
0.25,
0.25
]
}
],
"render_type": "minecraft:translucent",
"textures": {
"inner": "hexcasting:block/akashic_ligature",
"outer": "hexcasting:block/akashic_record",
"particle": "hexcasting:block/akashic_ligature"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "hexcasting:block/cube_half_mirrored",
"textures": {
"all": "hexcasting:block/amethyst_dust_block"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/leaves",
"render_type": "minecraft:cutout_mipped",
"textures": {
"all": "hexcasting:block/amethyst_edified_leaves"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"bottom": "hexcasting:block/ancient_scroll_paper_lantern_bottom",
"side": "hexcasting:block/ancient_scroll_paper_lantern_side",
"top": "hexcasting:block/ancient_scroll_paper_lantern_top"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/leaves",
"render_type": "minecraft:cutout_mipped",
"textures": {
"all": "hexcasting:block/aventurine_edified_leaves"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/empty/left_dim",
"north": "hexcasting:block/circle/directrix/empty/front_dim",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/empty/back_dim",
"up": "hexcasting:block/circle/directrix/empty/top_dim",
"west": "hexcasting:block/circle/directrix/empty/right_dim"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/empty/left_dim",
"north": "hexcasting:block/circle/directrix/empty/front_dim",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/empty/back_dim",
"up": "hexcasting:block/circle/directrix/empty/top_dim",
"west": "hexcasting:block/circle/directrix/empty/right_dim"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/empty/left_dim",
"north": "hexcasting:block/circle/directrix/empty/front_dim",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/empty/back_dim",
"up": "hexcasting:block/circle/directrix/empty/top_dim",
"west": "hexcasting:block/circle/directrix/empty/right_dim"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/empty/left_dim",
"north": "hexcasting:block/circle/directrix/empty/front_dim",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/empty/back_dim",
"up": "hexcasting:block/circle/directrix/empty/top_dim",
"west": "hexcasting:block/circle/directrix/empty/right_dim"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/empty/left_dim",
"north": "hexcasting:block/circle/directrix/empty/front_dim",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/empty/back_dim",
"up": "hexcasting:block/circle/directrix/empty/top_dim",
"west": "hexcasting:block/circle/directrix/empty/right_dim"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/empty/left_dim",
"north": "hexcasting:block/circle/directrix/empty/front_dim",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/empty/back_dim",
"up": "hexcasting:block/circle/directrix/empty/top_dim",
"west": "hexcasting:block/circle/directrix/empty/right_dim"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/empty/left_lit",
"north": "hexcasting:block/circle/directrix/empty/front_lit",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/empty/back_lit",
"up": "hexcasting:block/circle/directrix/empty/top_lit",
"west": "hexcasting:block/circle/directrix/empty/right_lit"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/empty/left_lit",
"north": "hexcasting:block/circle/directrix/empty/front_lit",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/empty/back_lit",
"up": "hexcasting:block/circle/directrix/empty/top_lit",
"west": "hexcasting:block/circle/directrix/empty/right_lit"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/empty/left_lit",
"north": "hexcasting:block/circle/directrix/empty/front_lit",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/empty/back_lit",
"up": "hexcasting:block/circle/directrix/empty/top_lit",
"west": "hexcasting:block/circle/directrix/empty/right_lit"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/empty/left_lit",
"north": "hexcasting:block/circle/directrix/empty/front_lit",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/empty/back_lit",
"up": "hexcasting:block/circle/directrix/empty/top_lit",
"west": "hexcasting:block/circle/directrix/empty/right_lit"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/empty/left_lit",
"north": "hexcasting:block/circle/directrix/empty/front_lit",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/empty/back_lit",
"up": "hexcasting:block/circle/directrix/empty/top_lit",
"west": "hexcasting:block/circle/directrix/empty/right_lit"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/empty/left_lit",
"north": "hexcasting:block/circle/directrix/empty/front_lit",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/empty/back_lit",
"up": "hexcasting:block/circle/directrix/empty/top_lit",
"west": "hexcasting:block/circle/directrix/empty/right_lit"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/redstone/left_powered",
"north": "hexcasting:block/circle/directrix/redstone/front_dim_powered",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/redstone/back_dim_powered",
"up": "hexcasting:block/circle/directrix/redstone/top_powered",
"west": "hexcasting:block/circle/directrix/redstone/right_powered"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/redstone/left_powered",
"north": "hexcasting:block/circle/directrix/redstone/front_dim_powered",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/redstone/back_dim_powered",
"up": "hexcasting:block/circle/directrix/redstone/top_powered",
"west": "hexcasting:block/circle/directrix/redstone/right_powered"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/redstone/left_powered",
"north": "hexcasting:block/circle/directrix/redstone/front_dim_powered",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/redstone/back_dim_powered",
"up": "hexcasting:block/circle/directrix/redstone/top_powered",
"west": "hexcasting:block/circle/directrix/redstone/right_powered"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/redstone/left_powered",
"north": "hexcasting:block/circle/directrix/redstone/front_dim_powered",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/redstone/back_dim_powered",
"up": "hexcasting:block/circle/directrix/redstone/top_powered",
"west": "hexcasting:block/circle/directrix/redstone/right_powered"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/redstone/left_powered",
"north": "hexcasting:block/circle/directrix/redstone/front_dim_powered",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/redstone/back_dim_powered",
"up": "hexcasting:block/circle/directrix/redstone/top_powered",
"west": "hexcasting:block/circle/directrix/redstone/right_powered"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/redstone/left_powered",
"north": "hexcasting:block/circle/directrix/redstone/front_dim_powered",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/redstone/back_dim_powered",
"up": "hexcasting:block/circle/directrix/redstone/top_powered",
"west": "hexcasting:block/circle/directrix/redstone/right_powered"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/redstone/left_unpowered",
"north": "hexcasting:block/circle/directrix/redstone/front_dim_unpowered",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/redstone/back_dim_unpowered",
"up": "hexcasting:block/circle/directrix/redstone/top_unpowered",
"west": "hexcasting:block/circle/directrix/redstone/right_unpowered"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/redstone/left_unpowered",
"north": "hexcasting:block/circle/directrix/redstone/front_dim_unpowered",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/redstone/back_dim_unpowered",
"up": "hexcasting:block/circle/directrix/redstone/top_unpowered",
"west": "hexcasting:block/circle/directrix/redstone/right_unpowered"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/redstone/left_unpowered",
"north": "hexcasting:block/circle/directrix/redstone/front_dim_unpowered",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/redstone/back_dim_unpowered",
"up": "hexcasting:block/circle/directrix/redstone/top_unpowered",
"west": "hexcasting:block/circle/directrix/redstone/right_unpowered"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/redstone/left_unpowered",
"north": "hexcasting:block/circle/directrix/redstone/front_dim_unpowered",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/redstone/back_dim_unpowered",
"up": "hexcasting:block/circle/directrix/redstone/top_unpowered",
"west": "hexcasting:block/circle/directrix/redstone/right_unpowered"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/redstone/left_unpowered",
"north": "hexcasting:block/circle/directrix/redstone/front_dim_unpowered",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/redstone/back_dim_unpowered",
"up": "hexcasting:block/circle/directrix/redstone/top_unpowered",
"west": "hexcasting:block/circle/directrix/redstone/right_unpowered"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/circle/bottom",
"east": "hexcasting:block/circle/directrix/redstone/left_unpowered",
"north": "hexcasting:block/circle/directrix/redstone/front_dim_unpowered",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/circle/directrix/redstone/back_dim_unpowered",
"up": "hexcasting:block/circle/directrix/redstone/top_unpowered",
"west": "hexcasting:block/circle/directrix/redstone/right_unpowered"
}
}

Some files were not shown because too many files have changed in this diff Show more