Compare commits

...

461 commits
1.18 ... main

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
ChuijkYahus 2398d7e3f1
Update zh_cn.json 2022-08-30 12:09:43 +08: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
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
ChuijkYahus 1bb85cb683
Update zh_cn.json 2022-08-28 16:44:50 +08: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 1424cff844 add more block protection hooks
Port of 96e4569b24
2022-07-24 21:45:46 -04:00
yrsegal@gmail.com 8f6bddb25c hello darkness my old friend 2022-07-21 08:25:04 -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 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 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
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
gamma-delta 434c480b0b kotlin now compiles! ... now onto java 2022-06-14 14:35:06 -05: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
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
gamma-delta 8261063208 more manual fixes 2022-06-13 20:29:30 -05: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 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 1c4a64cc1c do the rest of it; page layout cleanup todo 2022-06-05 01:39:24 -05:00
gamma-delta 1b22e63a1f start work on lore 2022-06-04 13:01:09 -05:00
2853 changed files with 47469 additions and 31416 deletions

View file

@ -1,8 +1,11 @@
plugins {
id 'org.spongepowered.gradle.vanilla' version '0.2.1-SNAPSHOT'
id "at.petra-k.PKSubprojPlugin"
}
archivesBaseName = getArtifactID("common")
pkSubproj {
platform "common"
}
minecraft {
version(minecraftVersion)
@ -12,11 +15,6 @@ minecraft {
repositories {
mavenCentral()
// If you have mod jar dependencies in ./libs, you can declare them as a repository like so:
// flatDir {
// dir 'libs'
// }
maven { url 'https://maven.blamejared.com' }
maven {
@ -56,5 +54,3 @@ processResources {
expand buildProps
}
}
setupJar(this)

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

@ -1,341 +0,0 @@
af43d61eaafd9f26205cb25f7ce773a71359d258 assets/hexcasting/blockstates/akashic_bookshelf.json
3c6015ed19b6466b930757754045b9b772246516 assets/hexcasting/blockstates/akashic_button.json
91f208585023b29e8830e2d922958317a923875c assets/hexcasting/blockstates/akashic_connector.json
26bf6d61bd1e94ca75c58743eb7fc7494c98f6e4 assets/hexcasting/blockstates/akashic_door.json
9d665f36929469cbe57274871afdc166d506d44c assets/hexcasting/blockstates/akashic_leaves1.json
58deb1bad40d9f917fa99c96f06da4b848a607c2 assets/hexcasting/blockstates/akashic_leaves2.json
f285b00cfa627d07f8ba6eb28d6ad3c4d696128c assets/hexcasting/blockstates/akashic_leaves3.json
5b2bf8785f62edf2408c11e7c573746d409843a7 assets/hexcasting/blockstates/akashic_log.json
8d71659359295860f68e4443f9cef7baddc12b59 assets/hexcasting/blockstates/akashic_log_stripped.json
384a9b1f499e42e7521b2152abd9b6dbb57c7e3e assets/hexcasting/blockstates/akashic_panel.json
bb73faa9d55b67fdb02debffaae62416598e40a7 assets/hexcasting/blockstates/akashic_planks.json
45081c982dd62fc4575463ec3b16e9583231b371 assets/hexcasting/blockstates/akashic_pressure_plate.json
ea33831e4b98afbde82a2f82ce8851b026ba2770 assets/hexcasting/blockstates/akashic_record.json
eb9f5185f4ff2aa06a224c164f770fc643a7a16a assets/hexcasting/blockstates/akashic_slab.json
3da487d531620a0e1a6fe91b98cdcd431c9ce059 assets/hexcasting/blockstates/akashic_stairs.json
3b6141e92e099e2ba73f31915e5c76ea35c92564 assets/hexcasting/blockstates/akashic_tile.json
760234cb7550850a909444ac36da0ce1c850e007 assets/hexcasting/blockstates/akashic_trapdoor.json
fa03a20bdc782d185e67318a8e59848b105a132f assets/hexcasting/blockstates/akashic_wood.json
aa48b39cfdef3477b318eb4429317815bf65ff96 assets/hexcasting/blockstates/akashic_wood_stripped.json
6467be85f85137aa17be8b03ee96c224839a9e25 assets/hexcasting/blockstates/amethyst_dust_block.json
1d17548d44b3169d43663d1cbc7699d75ccc8a54 assets/hexcasting/blockstates/amethyst_sconce.json
aed50918bad8a7b00cd26e45d67eb509a04c9f6c assets/hexcasting/blockstates/amethyst_tiles.json
27cedb7c1bb8fe4bc1c9b0ecb69678999ca08377 assets/hexcasting/blockstates/ancient_scroll_paper.json
080fce1ae9fb8eeb7fc0cb7ad0a2db05b2ca3dc5 assets/hexcasting/blockstates/ancient_scroll_paper_lantern.json
8e70731003d6ee1017f7a19b4d4d1b09384773b3 assets/hexcasting/blockstates/conjured.json
8e70731003d6ee1017f7a19b4d4d1b09384773b3 assets/hexcasting/blockstates/conjured_block.json
73febb72e52a34e4d7abaf243a69c2e22c644ee2 assets/hexcasting/blockstates/directrix_redstone.json
2834b4ef19393aabf44d659d032d0cabe2c36a4f assets/hexcasting/blockstates/empty_directrix.json
4d62b41c90cb0c5b94697e151c4aad964fb56727 assets/hexcasting/blockstates/empty_impetus.json
6ed9718a95e195cd19dcca317e653e83f830f1d1 assets/hexcasting/blockstates/impetus_look.json
8d7c7bfdca1def0205714465422d327dbcc00539 assets/hexcasting/blockstates/impetus_rightclick.json
1756375b4b907903259b1f15777c572f2ce6d647 assets/hexcasting/blockstates/impetus_storedplayer.json
1c138caef4d5964cba77dc2b5dc3febe28ab65b7 assets/hexcasting/blockstates/scroll_paper.json
77e723163f415795437b810fe87c348c96a989be assets/hexcasting/blockstates/scroll_paper_lantern.json
5cb63493ae07f5ab5d8f686e3553c97a85105931 assets/hexcasting/blockstates/slate.json
043abd5bbfd1186415049d24d185d4e4395320f9 assets/hexcasting/blockstates/slate_block.json
2d15e34158cece647d497ef88e463487359f75eb assets/hexcasting/models/block/akashic_bookshelf_double0.json
632d2cddba9c17b1580d50e1995de3c44d31f542 assets/hexcasting/models/block/akashic_bookshelf_double1.json
c96c914adc33e0aede5e65c157b86d712c93fe3c assets/hexcasting/models/block/akashic_bookshelf_double2.json
d450489f48e120d19ace98d6419c30bf6d2abf57 assets/hexcasting/models/block/akashic_bookshelf_double3.json
7f0443e9859e339695dc51a17999ba464cfafd10 assets/hexcasting/models/block/akashic_bookshelf_empty0.json
697e3e12fad2fa3cbcaf65ec9e8730796762d761 assets/hexcasting/models/block/akashic_bookshelf_entity0.json
4afa26f463c514c93a7faa86834515769d14fae3 assets/hexcasting/models/block/akashic_bookshelf_entity1.json
726d6db36ec79c44c21bcb9e726ccd45d3f7603c assets/hexcasting/models/block/akashic_bookshelf_entity2.json
4eb78401ba6018230d7f2f15a4604f7f82e10288 assets/hexcasting/models/block/akashic_bookshelf_entity3.json
4160204476c68c89f49862b1239feaab7efc82af assets/hexcasting/models/block/akashic_bookshelf_list0.json
30b2da2b25229646729fc6a60bca939b17a301cb assets/hexcasting/models/block/akashic_bookshelf_list1.json
d820a4698ed10673f83fd5d3d2ba51831eed1719 assets/hexcasting/models/block/akashic_bookshelf_list2.json
16a4ac20b3342fc0551c7819f4b588f834b05240 assets/hexcasting/models/block/akashic_bookshelf_list3.json
a2c05476f6876e1d3933fbf24c7ebee6a817e4e7 assets/hexcasting/models/block/akashic_bookshelf_other0.json
e4f5dd9d9c18e8864bdb8089c5c027b961840c71 assets/hexcasting/models/block/akashic_bookshelf_other1.json
a0648b0b707cb71302c0b4c5c1d1850700049f0b assets/hexcasting/models/block/akashic_bookshelf_other2.json
da0b58413ccbe244395e576374eabf9f7f77cff5 assets/hexcasting/models/block/akashic_bookshelf_other3.json
46f14c543f573d17ce88586994b5190d49aa82e0 assets/hexcasting/models/block/akashic_bookshelf_pattern0.json
d35301dcfa6113bf18d93e3390e4f41ba82fc496 assets/hexcasting/models/block/akashic_bookshelf_pattern1.json
4fcce7cb268762cefc7aeb23857f4a8f9dd27cea assets/hexcasting/models/block/akashic_bookshelf_pattern2.json
05a5db451083e351663a3e8543de96387ccb0019 assets/hexcasting/models/block/akashic_bookshelf_pattern3.json
b40c007e6445c3651fb862a717ffcae71fa5b134 assets/hexcasting/models/block/akashic_bookshelf_vec0.json
0e5e5980be796fed69121b5afbb345a7e7f5e232 assets/hexcasting/models/block/akashic_bookshelf_vec1.json
cbda1ba469c679566ad913d02a2aa6b82d581469 assets/hexcasting/models/block/akashic_bookshelf_vec2.json
4ecb317c7f0844878ef3e507ea40fb5c02ad9325 assets/hexcasting/models/block/akashic_bookshelf_vec3.json
2430f9dcaf51c86d3413ebfc6834e3ca91e5f4aa assets/hexcasting/models/block/akashic_bookshelf_widget0.json
94e79ebb6e73ef89ec6a20d11b7ea242e6f387c3 assets/hexcasting/models/block/akashic_bookshelf_widget1.json
3b411abf79de1e2bed972a40c3338e4584719b54 assets/hexcasting/models/block/akashic_bookshelf_widget2.json
6363ddafca13522e33c94656f05d381d8cdf286f assets/hexcasting/models/block/akashic_bookshelf_widget3.json
afa338dd9aeb36f7af52cc0266d1d367b7e8780e assets/hexcasting/models/block/akashic_button.json
2cd258dfe58a0d3af9258003c54e34a9b460d527 assets/hexcasting/models/block/akashic_button_pressed.json
a38a867ae86bc5da5e7abb668e6a92a7e2628279 assets/hexcasting/models/block/akashic_connector.json
f3a7403c673a4816d421f22e69a5458670694aac assets/hexcasting/models/block/akashic_door_bottom.json
8e33c5d50ab94c4996522cce88b70e5c317a3635 assets/hexcasting/models/block/akashic_door_bottom_hinge.json
7501cab8a6dcdbe4b82230ead8c6b2c08281446a assets/hexcasting/models/block/akashic_door_top.json
22f7d8a06b162ccbb148c92125fe08ce9f71849f assets/hexcasting/models/block/akashic_door_top_hinge.json
b2ac7229c89bd2d8dd8f6e42e18bab1d993b38e3 assets/hexcasting/models/block/akashic_leaves1.json
998f003703e97667a90603ac4c8436e7c9e4c8de assets/hexcasting/models/block/akashic_leaves2.json
edb9388b709f0494414fe19ae334e82d0a7df706 assets/hexcasting/models/block/akashic_leaves3.json
fe031acc66f113fee6f1c62ed96b1856c3f590c5 assets/hexcasting/models/block/akashic_log.json
127bd87945186bd50ce30120d595f76e1cca0050 assets/hexcasting/models/block/akashic_log_horizontal.json
2ce7f7607c05d0f74a599558ec6d627126f9224e assets/hexcasting/models/block/akashic_log_stripped.json
a8b318998bccc81362a2a6c3c8fccc5723edd1ca assets/hexcasting/models/block/akashic_log_stripped_horizontal.json
1c54badd0919b1f314f24d011c295607a7fe01cc assets/hexcasting/models/block/akashic_panel.json
a5bea93e08e787b2c8cdce00c78b79a8d0eccb23 assets/hexcasting/models/block/akashic_planks1.json
27e9cab01d45b5c03ccd49e97a4147b853b6257f assets/hexcasting/models/block/akashic_planks2.json
9281b13a476ff68a90893e25253d5a3d1180a214 assets/hexcasting/models/block/akashic_planks3.json
4c09aeccb8a86f472f25373e7a1504378576f307 assets/hexcasting/models/block/akashic_pressure_plate.json
7c871b6b33cd0bf4a77bda4cbc6a1721e36ea6b2 assets/hexcasting/models/block/akashic_pressure_plate_down.json
5ef0320badae22a1e025a749bd46aeba760337e9 assets/hexcasting/models/block/akashic_slab.json
a0393acdaf01c78cb226f3f042595b3597f5e887 assets/hexcasting/models/block/akashic_slab_top.json
00a522c111be9e0663a9c22f90fba48d516b199e assets/hexcasting/models/block/akashic_stairs.json
390ba4198e130a3ebedbb8a2a187fc78a1865c6b assets/hexcasting/models/block/akashic_stairs_inner.json
399b12e761c5107a29e33714e6a70e7526b895d5 assets/hexcasting/models/block/akashic_stairs_outer.json
9da23f6064ce94f3fc98586c0e3967f542a19623 assets/hexcasting/models/block/akashic_tile.json
ca9e25d900c15888fa6562091f265db0e7cb0866 assets/hexcasting/models/block/akashic_trapdoor_bottom.json
c4ac5b4b39c0c364a783c22eccb3d71cc911b3e5 assets/hexcasting/models/block/akashic_trapdoor_open.json
7dd49520e7b38c676a4b91bb4aad88267e01bb81 assets/hexcasting/models/block/akashic_trapdoor_top.json
9af2a2ab7e35245a4e94550059ab1a9807ec8eb0 assets/hexcasting/models/block/akashic_wood.json
d1bd1cca83c26a9733cf91c0dbbfd25db51912af assets/hexcasting/models/block/akashic_wood_horizontal.json
8a4bd2a17320dcb8c378b3e8c371f54457b9b5df assets/hexcasting/models/block/akashic_wood_stripped.json
83b886ce249b03d543881932c5c16617e240935f assets/hexcasting/models/block/akashic_wood_stripped_horizontal.json
e85c2dfe9a161a97723871ab1ce8c973dcbf23d4 assets/hexcasting/models/block/amethyst_dust_block.json
df994438c20d9dec9009c9c56de74860a847681b assets/hexcasting/models/block/amethyst_tiles.json
4e65ad75eeee22fa1d2c899fc86ac8b7b9a43701 assets/hexcasting/models/block/ancient_scroll_paper.json
062366f91878466f15ebeeaa11d3fa4906918f7b assets/hexcasting/models/block/ancient_scroll_paper_lantern.json
447abb147b12bbfa0899cd3fb86d80fb759669b3 assets/hexcasting/models/block/conjured.json
dee605b03de1e145b8fe1b5e57cbc86cc8ceae9e assets/hexcasting/models/block/empty_directrix_dim_x.json
f23e20b75d407758c1def44d7f7a6c648fac3d59 assets/hexcasting/models/block/empty_directrix_dim_y.json
f5f34f91c22a91e479a038cedd383fa807385d20 assets/hexcasting/models/block/empty_directrix_dim_z.json
bb82eb5e96b56726bdc2146e3d5ee9259c404b66 assets/hexcasting/models/block/empty_directrix_lit_x.json
73c931554d691d679b4ac4f35f7d4b37c947310c assets/hexcasting/models/block/empty_directrix_lit_y.json
085b773f8f362754ac773a8a1b3c6d8f5661b914 assets/hexcasting/models/block/empty_directrix_lit_z.json
94c2f39fc0e4d53acbc0e8b378b0b00d0f0db7ab assets/hexcasting/models/block/empty_impetus_dim_down.json
d4d59f1e508715190a69baeb23068e3297c8e6d0 assets/hexcasting/models/block/empty_impetus_dim_east.json
c55a466e8878d6144b7b1da08eb4a6db7e12aefb assets/hexcasting/models/block/empty_impetus_dim_north.json
1344e5d80edd4ba51a215f6444cd42e523680670 assets/hexcasting/models/block/empty_impetus_dim_south.json
458afbd51bc6778c658c1e999eb065355faf6013 assets/hexcasting/models/block/empty_impetus_dim_up.json
47f9f5859be4a238d810edf8ea8fcc0bc38807cf assets/hexcasting/models/block/empty_impetus_dim_west.json
9a8c934ac1e781861b367ec55df28458e7a03d2c assets/hexcasting/models/block/empty_impetus_lit_down.json
a9d44cb1769f8b434c842004efff40f511fba98b assets/hexcasting/models/block/empty_impetus_lit_east.json
8d6c1970ad96ca2a160e15381d66a431c5d6cb6d assets/hexcasting/models/block/empty_impetus_lit_north.json
384ff24868e37611c32237320e5309462a4cde63 assets/hexcasting/models/block/empty_impetus_lit_south.json
2d175aaca651b51d89c935a202af2eb1e4b942c2 assets/hexcasting/models/block/empty_impetus_lit_up.json
04f99f505b02cc09298b6580e0ebaef79071a418 assets/hexcasting/models/block/empty_impetus_lit_west.json
ec77ba9e9f1be4f8830e6e26fe58fbffef0d160a assets/hexcasting/models/block/impetus_look_dim_down.json
094edbbb04c331f61551c59470c7032510235426 assets/hexcasting/models/block/impetus_look_dim_east.json
e60cb9f02d067b79f51525cdb079e007cde87c67 assets/hexcasting/models/block/impetus_look_dim_north.json
7caec1d9feb2a088e383184a97648f117204223b assets/hexcasting/models/block/impetus_look_dim_south.json
256f8eaa7a9bca0155e28439d099ac2f3fb5f5e1 assets/hexcasting/models/block/impetus_look_dim_up.json
395ee54997ad39382c782b250436c774525f9a97 assets/hexcasting/models/block/impetus_look_dim_west.json
6334ad09b5237fa1f2ebc66f8e5827ec422247cc assets/hexcasting/models/block/impetus_look_lit_down.json
99df6242835b3ef057f42c36adf4595479668441 assets/hexcasting/models/block/impetus_look_lit_east.json
407b535a2c45b2b274b98a5fe62b4c306872ed66 assets/hexcasting/models/block/impetus_look_lit_north.json
b74631a641542242f4994274912996bdc0f64396 assets/hexcasting/models/block/impetus_look_lit_south.json
09789fe60836deb078831aad99cdd6edf77a51ad assets/hexcasting/models/block/impetus_look_lit_up.json
cef80ada89d096a55722dabeba0f032b23fc5af8 assets/hexcasting/models/block/impetus_look_lit_west.json
6b7fd1b238fb586bd3d429575d085d801cc0d44f assets/hexcasting/models/block/impetus_rightclick_dim_down.json
803eedcc8f947f0894092b191616a5cb9ffad5c4 assets/hexcasting/models/block/impetus_rightclick_dim_east.json
afd49062ada4999442b93c4cc713d525287daa06 assets/hexcasting/models/block/impetus_rightclick_dim_north.json
450de1786418ffdb4b1b7e93e162bdf9efab71a8 assets/hexcasting/models/block/impetus_rightclick_dim_south.json
fab4e4735f921927a1de4b408e87f420fa3ce81e assets/hexcasting/models/block/impetus_rightclick_dim_up.json
4bd2b08aae6d075ad480c5aed3dc0ab53f0a2c40 assets/hexcasting/models/block/impetus_rightclick_dim_west.json
3a625cd083a3d66a33837d655bea46a2152ecdb8 assets/hexcasting/models/block/impetus_rightclick_lit_down.json
bca5890bb319aa9430e293ba5fb3aa9f25313792 assets/hexcasting/models/block/impetus_rightclick_lit_east.json
eec237419ee5cbf31aaa78b441ab5d240eef29f7 assets/hexcasting/models/block/impetus_rightclick_lit_north.json
a150856d94653145b33d14375f13a1bd30919a1f assets/hexcasting/models/block/impetus_rightclick_lit_south.json
81ee6de34ed90a9f03d4ff81dcf41fd750116cf6 assets/hexcasting/models/block/impetus_rightclick_lit_up.json
a2f6084689137e6afbcada22e20008470992c84f assets/hexcasting/models/block/impetus_rightclick_lit_west.json
00f9138bb529b3674c811cb91c92a528e9ff6452 assets/hexcasting/models/block/impetus_storedplayer_dim_down.json
3fa3254bcf35a8ba8f73b7e07d9b19c51cb014ac assets/hexcasting/models/block/impetus_storedplayer_dim_east.json
f3b319d32af3a1f834ea3bc5ea9b5cc58c57b548 assets/hexcasting/models/block/impetus_storedplayer_dim_north.json
11a35f63de5515eecbca804a5f22daba4606040c assets/hexcasting/models/block/impetus_storedplayer_dim_south.json
26761af887edb5b8ccbd0905a338daa546f39719 assets/hexcasting/models/block/impetus_storedplayer_dim_up.json
e0044fb445edb122bf557785d8bb38904afd0301 assets/hexcasting/models/block/impetus_storedplayer_dim_west.json
bae9e764c5cd4faa1fb91b12e95e0cb3fa23b1e2 assets/hexcasting/models/block/impetus_storedplayer_lit_down.json
21542c2d1ef5bb1cffc59df88dd188f9697dfc1a assets/hexcasting/models/block/impetus_storedplayer_lit_east.json
7b8324aade1fb40260b8e289c1ffe7fe4709a4dd assets/hexcasting/models/block/impetus_storedplayer_lit_north.json
2e3426d3f3a530168b92a7276cbc2169f0c0a620 assets/hexcasting/models/block/impetus_storedplayer_lit_south.json
b13533d0c0085a5965d2143535e5004281b06f8b assets/hexcasting/models/block/impetus_storedplayer_lit_up.json
f7e114f1cb8bf4c8de3fc7bd3238a30bfdca99a5 assets/hexcasting/models/block/impetus_storedplayer_lit_west.json
81cb2a01937c3aed1e6a8091bdb2e0287297075f assets/hexcasting/models/block/redstone_directrix_powered_dim_down.json
deb0e05ddd90fe3f724a2faa9b466660a130bb0a assets/hexcasting/models/block/redstone_directrix_powered_dim_east.json
959a401d73e8ac85ae4d54a6de2d436816210e4b assets/hexcasting/models/block/redstone_directrix_powered_dim_north.json
75d6c73cf1d1771c8317f1d243d26a6a293614cd assets/hexcasting/models/block/redstone_directrix_powered_dim_south.json
82aad82e1720d8d0cdd668205967a811076d1e9a assets/hexcasting/models/block/redstone_directrix_powered_dim_up.json
479686ac2701b69fa308920e1d7ebebc1edc51c1 assets/hexcasting/models/block/redstone_directrix_powered_dim_west.json
50a7d9e5453e9daa6e998fe26f4d1ecef3f554f2 assets/hexcasting/models/block/redstone_directrix_powered_lit_down.json
3f8bc7677d54d35b38919306c8c746d0f18699f7 assets/hexcasting/models/block/redstone_directrix_powered_lit_east.json
1ad98d64732d64f7585e7d64fb7d509e819dbfdb assets/hexcasting/models/block/redstone_directrix_powered_lit_north.json
26fc3ab6a2aff5bf1e3af4844a81e89d576d2815 assets/hexcasting/models/block/redstone_directrix_powered_lit_south.json
72a1b531e11859621ee2f7fb1237d8b6df2e4ce1 assets/hexcasting/models/block/redstone_directrix_powered_lit_up.json
8854054092eabce17ad2c9b52257d6e9369e21d2 assets/hexcasting/models/block/redstone_directrix_powered_lit_west.json
f1aa939c0e5359ebb5a2e6e605443aeae8e7190a assets/hexcasting/models/block/redstone_directrix_unpowered_dim_down.json
44bc26b6062d9639ad9df8058a4a578c89167497 assets/hexcasting/models/block/redstone_directrix_unpowered_dim_east.json
4d8dd7edf79d124fe7534d403176f0987c38f2bc assets/hexcasting/models/block/redstone_directrix_unpowered_dim_north.json
6f2cade3581d4814be37a9fdc600b6feb6e60e36 assets/hexcasting/models/block/redstone_directrix_unpowered_dim_south.json
273488e8738ba3ae133434765ce3dc008d97320b assets/hexcasting/models/block/redstone_directrix_unpowered_dim_up.json
15e7f499cf6f31f69059758d2c38a73822aa6874 assets/hexcasting/models/block/redstone_directrix_unpowered_dim_west.json
982e76b746ccfd1389892a05d59de9a760777beb assets/hexcasting/models/block/redstone_directrix_unpowered_lit_down.json
a752ca73fe255f4cb2d062cba4447190985a795c assets/hexcasting/models/block/redstone_directrix_unpowered_lit_east.json
7b0f2db78d809b4c26b72c97b0f1e1d402a78ce5 assets/hexcasting/models/block/redstone_directrix_unpowered_lit_north.json
52ddbb9ce734899ede3b4c51611ce7efbad53790 assets/hexcasting/models/block/redstone_directrix_unpowered_lit_south.json
69fad01ca4978a584fe1fc76e49bda284b5bbc41 assets/hexcasting/models/block/redstone_directrix_unpowered_lit_up.json
510f136cd3bbdb9571e2f90b54678b50808ba41b assets/hexcasting/models/block/redstone_directrix_unpowered_lit_west.json
649a5d560534d6f9502ed4f2d0fd88e3afecfa24 assets/hexcasting/models/block/scroll_paper.json
b153bbd2773f0c7f114106170163530ebd28c440 assets/hexcasting/models/block/scroll_paper_lantern.json
d51541b464840530f4e734db1f67ed20e811ad14 assets/hexcasting/models/block/slate_block.json
60c0f39882d22c2634cf738b0fe4e956eaa2adbe assets/hexcasting/models/item/abacus.json
eba0bb8d1b28802748d98383d010615891489987 assets/hexcasting/models/item/akashic_bookshelf.json
00e177fef56ed0d6d7b10fde2145c22489331c1a assets/hexcasting/models/item/akashic_button.json
1fc62f356e3ee458a60ffdec7f4947cbf5aa8882 assets/hexcasting/models/item/akashic_connector.json
c3d001dd9f5fda8958b8658fee2626bd32e2571d assets/hexcasting/models/item/akashic_door.json
3667e8e2b4fa549fe72e25a0ce462e3833dd48a5 assets/hexcasting/models/item/akashic_leaves1.json
5e92997c8938217690e8cba195cd252065b6f0f1 assets/hexcasting/models/item/akashic_leaves2.json
7a791df627b6b765e0106d32caffe12e4bb6ffa1 assets/hexcasting/models/item/akashic_leaves3.json
f86e2b4c4ecb5bd62cebdc369ea8fb292abd1b60 assets/hexcasting/models/item/akashic_log.json
ea8dc7e5d852da7fa0da886ddca0bfd279ead164 assets/hexcasting/models/item/akashic_log_stripped.json
b83654f1ca1b5805d88d93045590ab562ebfd0c6 assets/hexcasting/models/item/akashic_panel.json
d10518ab5c588c8e3fe03ecdcf69f2eb8c35fe3a assets/hexcasting/models/item/akashic_planks.json
29aa40fbf9d47503d68008abf4c34c02368e8282 assets/hexcasting/models/item/akashic_pressure_plate.json
d904d1cbd8ea36d41ef8a53cfbbe77646f3b12f4 assets/hexcasting/models/item/akashic_record.json
bdb624699486b5bf2dfc795da591e23f3d5d5092 assets/hexcasting/models/item/akashic_slab.json
8202d3e0202f4fa7eb401dfa7f2353867e1d501d assets/hexcasting/models/item/akashic_stairs.json
e740b40ab8a69f564abb708f256f2ef71157d15a assets/hexcasting/models/item/akashic_tile.json
a63540e7a9f733c3e1f01532651b4d169b205641 assets/hexcasting/models/item/akashic_trapdoor.json
463750dd2491be70761f4e2c669edb9880889c6e assets/hexcasting/models/item/akashic_wood.json
bcabe9b75a068d06b0f4b824e2c79e5413f1cdd1 assets/hexcasting/models/item/akashic_wood_stripped.json
eb78f6a2b68dd772a5016fc5a3db10488a65abfa assets/hexcasting/models/item/amethyst_dust.json
6a60e6e92414f63e7e045f2893e5cd7b503d08dd assets/hexcasting/models/item/amethyst_dust_block.json
0d0695c9a96cadec55d905a42d0ba966f8697c41 assets/hexcasting/models/item/amethyst_sconce.json
bf5723194c8880e48789b6e258382be841d59b36 assets/hexcasting/models/item/amethyst_tiles.json
e25ece4006bb922294a5fdfd596c211ad822f8e4 assets/hexcasting/models/item/ancient_scroll_paper.json
11a30eb238c6391cc6a2f912be8777c35e69b1d6 assets/hexcasting/models/item/ancient_scroll_paper_lantern.json
df940dd798240fac6fde700c57f8ae6aa43d1c9e assets/hexcasting/models/item/artifact.json
1a66f279c030ebd5ed6a596f63205094b2529819 assets/hexcasting/models/item/artifact_filled.json
1b3a4bd9dd3c2af2894e0acc1d9d3c74d16c7625 assets/hexcasting/models/item/battery.json
dc72e3345c4375b37f3624040c9a8df435c958d1 assets/hexcasting/models/item/charged_amethyst.json
8d8fafd901f242f8f177694cff2b37524e1451f9 assets/hexcasting/models/item/conjured.json
8d8fafd901f242f8f177694cff2b37524e1451f9 assets/hexcasting/models/item/conjured_block.json
1dd6767c74cd7ce5fed8e66476af1358db3cf7ce assets/hexcasting/models/item/creative_unlocker.json
b9916a82d647db5d3c505de2eb5f0a528169e1db assets/hexcasting/models/item/cypher.json
5082df8eee8f56f8c0d74db71ccda37a165bc76f assets/hexcasting/models/item/cypher_filled.json
81c0a8098b595f9704e3b7b65f240bdd48457289 assets/hexcasting/models/item/directrix_redstone.json
c759cb3e7e44f108eae060c86ea1e93fd8302100 assets/hexcasting/models/item/dye_colorizer_black.json
67fc6367196d2ae4faa430ca77610ad4a97e22fd assets/hexcasting/models/item/dye_colorizer_blue.json
b88b2328a66b19885e4231c23e6c0a9823c002ed assets/hexcasting/models/item/dye_colorizer_brown.json
06188550b179a16a64c5fbd286053c6797acf7ad assets/hexcasting/models/item/dye_colorizer_cyan.json
8e04bfadb8f2636a2889b0ca97a601bf4a12f5c2 assets/hexcasting/models/item/dye_colorizer_gray.json
1ab6b13d0d3172682aec69229aca32343750ee09 assets/hexcasting/models/item/dye_colorizer_green.json
d878d20ffa09628f392a1e0bb8678ae048692c0c assets/hexcasting/models/item/dye_colorizer_light_blue.json
3d070222303b2e87c6a96eaefd47f92a5ce7a54b assets/hexcasting/models/item/dye_colorizer_light_gray.json
7c41491df39c24ae4ed8f523c27c1187945cf3d8 assets/hexcasting/models/item/dye_colorizer_lime.json
77153e23a58e65bc6938be1bb3a101e8212371e1 assets/hexcasting/models/item/dye_colorizer_magenta.json
79d66dd329ac4cb99c1401e0fbd193786b43f2e4 assets/hexcasting/models/item/dye_colorizer_orange.json
0eb7c0b5e1db0fa51232bad9235da90fd01a30ae assets/hexcasting/models/item/dye_colorizer_pink.json
426034b3e771cba8f750f817ee352ab2741a370c assets/hexcasting/models/item/dye_colorizer_purple.json
11fd27e8407605318ae0ed29098081566e0c1411 assets/hexcasting/models/item/dye_colorizer_red.json
a89803feda127d905cd6d72de1bb7310b0289e88 assets/hexcasting/models/item/dye_colorizer_white.json
1f885e13a5527b32b085317c34aa3af0a3db34ce assets/hexcasting/models/item/dye_colorizer_yellow.json
2d92703e675e4e5b1c2ee6ec4e9d4ca592bf1b40 assets/hexcasting/models/item/empty_directrix.json
0a552831b1ae261666bf1c8f76af55582becddaa assets/hexcasting/models/item/empty_impetus.json
8b351da7cc05de585199a0412bee84d0031009d3 assets/hexcasting/models/item/focus.json
918b26b139eaf3fd538c2bbe73269ba0652db66f assets/hexcasting/models/item/focus_double.json
5274e336ffae7c9d975e09b289ae9d59af0f7801 assets/hexcasting/models/item/focus_double_sealed.json
5efbeb3c7eb1a07f07bdda216774efff266a1c87 assets/hexcasting/models/item/focus_empty.json
3098c7033ee021b9fe7430ffc61e3784f0e2e1e7 assets/hexcasting/models/item/focus_empty_sealed.json
52b254553abf4a696f72b97632bce4e7caec20cc assets/hexcasting/models/item/focus_entity.json
d3dfe524d474993fd1e7a4d0ac0f5d6507bbf90d assets/hexcasting/models/item/focus_entity_sealed.json
78c0e9b1c7aecc9a6f4f47cd2c5847c76d629047 assets/hexcasting/models/item/focus_list.json
9685b003b3981ab6a726e1149aeeafdbab5c498b assets/hexcasting/models/item/focus_list_sealed.json
b9cce6a08f0b1b5c40331e0e48c75311f6a4f4f7 assets/hexcasting/models/item/focus_pattern.json
56b92e56d2896821054057ec09c06c4abc188942 assets/hexcasting/models/item/focus_pattern_sealed.json
6c12d6c526fd85ace4a7dd04fe020aaa63dbef19 assets/hexcasting/models/item/focus_vec3.json
898b85fbeb79346ead757002fe5b7081df90ac98 assets/hexcasting/models/item/focus_vec3_sealed.json
1074fb64b8de8571043415349e9e57e1260a04c7 assets/hexcasting/models/item/focus_widget.json
a1308cfa2e67684f5ba14a9726830936f76d68e2 assets/hexcasting/models/item/focus_widget_sealed.json
991af62ccdc4c063321cc7994e0a106a432d1487 assets/hexcasting/models/item/impetus_look.json
199a1c37b3fdb1e7da93408bbe85c5a2222e264e assets/hexcasting/models/item/impetus_rightclick.json
458550229be6036be246e290e99b643caa8b3f8a assets/hexcasting/models/item/impetus_storedplayer.json
597a4f9921c40e40f33af722098edf1dc8ed4477 assets/hexcasting/models/item/jeweler_hammer.json
891f2cf2aab18f85e5601ae37248b5d454918fef assets/hexcasting/models/item/lens.json
22ec49ee56e2d0d9fca4473f965c64b82d712f79 assets/hexcasting/models/item/patchouli_book.json
d7dd348ef3d402a0e6d1c601581e30e99f9bcc87 assets/hexcasting/models/item/phial_large_0.json
5147beeb112a619702943b4da66a1c60484e5f10 assets/hexcasting/models/item/phial_large_1.json
05a5f044f7861888ef24cdc16d4103de4456f3df assets/hexcasting/models/item/phial_large_2.json
7ec82c75f935709167bfdbb65738b4089f8ac90e assets/hexcasting/models/item/phial_large_3.json
6d63729851270f1b3e895cf392faa78cc141d3a2 assets/hexcasting/models/item/phial_large_4.json
975be0b5b85ff9d5946ec61a6f5edce3542ba1b9 assets/hexcasting/models/item/phial_medium_0.json
ccce8ce2436007caf088f40ad18d8fe7590e54c2 assets/hexcasting/models/item/phial_medium_1.json
4e5f649032ce4a50c75144ac5eff04ecc7d42351 assets/hexcasting/models/item/phial_medium_2.json
388a5f796d610864c34e1a3418a70baa17d3a28f assets/hexcasting/models/item/phial_medium_3.json
e3c57bd070f6ff67aab57e752d9d8bfe987cfa99 assets/hexcasting/models/item/phial_medium_4.json
f22a8d5990565ac21ab55caa1c2b15b19d66224b assets/hexcasting/models/item/phial_small_0.json
fb30ccbcfc4bea03f9ef6869a85af88ed242ce9d assets/hexcasting/models/item/phial_small_1.json
0d69864be6d3955e017a4368a367c0207b9f35bb assets/hexcasting/models/item/phial_small_2.json
cc2fd08a8f2bf1cdadaf79f4c86c3aeaa0d11016 assets/hexcasting/models/item/phial_small_3.json
006e229c292f4e5e5d911272cf1d1e22eb3b14bd assets/hexcasting/models/item/phial_small_4.json
cedb7b306869a2bc51efc7f3ec84bc79d606ea9f assets/hexcasting/models/item/pride_colorizer_agender.json
4a272fc890c412ecc2a1e90ee18abdd8150c07a5 assets/hexcasting/models/item/pride_colorizer_aroace.json
8072899227f5ae35110e7fd6fad4c0508f2938a2 assets/hexcasting/models/item/pride_colorizer_aromantic.json
eb2021010c3bbbab97d8853ce5dd66ad0843fcaf assets/hexcasting/models/item/pride_colorizer_asexual.json
eba36aaed5d6537b8297edd4f7c8e81469ca08ed assets/hexcasting/models/item/pride_colorizer_bisexual.json
57408a2622fcdb8f4dc38025ff4e2c1380e600a6 assets/hexcasting/models/item/pride_colorizer_demiboy.json
221a9a2afeb3dce4d084d77817641d7f2e75c41d assets/hexcasting/models/item/pride_colorizer_demigirl.json
916f8515974be748d941ae50ce9dda73277ac1b8 assets/hexcasting/models/item/pride_colorizer_gay.json
bc1199136ab3f9df84a67bb50404fce1eb91ff32 assets/hexcasting/models/item/pride_colorizer_genderfluid.json
378c11d2e513d5f4e76b00a7901f8c760a318867 assets/hexcasting/models/item/pride_colorizer_genderqueer.json
2b3c83e13948ddd786244803814cc64992f718fa assets/hexcasting/models/item/pride_colorizer_intersex.json
54795611733db955eca0c32afa40d01475d78cbf assets/hexcasting/models/item/pride_colorizer_lesbian.json
fbcfbeb01db5edad3ba76ddcd092c5466d4a791b assets/hexcasting/models/item/pride_colorizer_nonbinary.json
16ea3db9e99f0ced5a381f64d25406fc9fb9e558 assets/hexcasting/models/item/pride_colorizer_pansexual.json
e163f3f48c8f91c0f18c3ddb17a82eefa99f5c70 assets/hexcasting/models/item/pride_colorizer_plural.json
d5c1488d12ff375c2b25ffcc14ebadea1e373bc1 assets/hexcasting/models/item/pride_colorizer_transgender.json
bde8ee1cb1e6bd2c944496d5e592887f48d04b07 assets/hexcasting/models/item/scroll.json
9a5009293c4ee55de8e4d637d496b5c47aa47f15 assets/hexcasting/models/item/scroll_ancient_large.json
b2c8b8b54a3dfcab09fd2e3a2bb291d057a1e32a assets/hexcasting/models/item/scroll_ancient_medium.json
02bb28505183ce79eef84157e535631a9682068d assets/hexcasting/models/item/scroll_ancient_small.json
9db67c872e1f7f889a74aadc75ed1beead5ebad0 assets/hexcasting/models/item/scroll_medium.json
7bc2499b363ab4bef749393f2984fae9e76ea982 assets/hexcasting/models/item/scroll_paper.json
0035d989e895429c71363acfebb987625b3ecaf5 assets/hexcasting/models/item/scroll_paper_lantern.json
ccb9c2223603dde4308eb3162809062b1997ee33 assets/hexcasting/models/item/scroll_pristine_large.json
03ccb3ab081cbe95956e42d652be5a89a1eda4ac assets/hexcasting/models/item/scroll_pristine_medium.json
6e15b07bb8387927a041a68095ecef7416a7c107 assets/hexcasting/models/item/scroll_pristine_small.json
456ea11e21d74cd438797ae17d96b7b13bb878f6 assets/hexcasting/models/item/scroll_small.json
d06214a759ea5db686cdc5982baa74e1bd678815 assets/hexcasting/models/item/slate.json
e7aa1f9b9eaf20cbeb19eaf9cb96f3276eca6dfd assets/hexcasting/models/item/slate_blank.json
cc66962ddeef9b9c3a623eef178b352605f1c922 assets/hexcasting/models/item/slate_block.json
1b61e7b2d78d4c8a2f1af6fb5c69ac4ac55abd50 assets/hexcasting/models/item/slate_written.json
843e66a2b963573365f098af5723d8c4d5af37d4 assets/hexcasting/models/item/spellbook.json
01454c1db3f6bb502511d45591ea718a5aa87f9f assets/hexcasting/models/item/spellbook_double.json
8530c80017482ae8fb543b2f72c53849008f563d assets/hexcasting/models/item/spellbook_double_sealed.json
c14fabc78bc9030e7e37c96437109756a3f9cfa6 assets/hexcasting/models/item/spellbook_empty.json
98a9de7ef2263123c9adb543d441b8355d1f7454 assets/hexcasting/models/item/spellbook_empty_sealed.json
f1d25e6bc3ec51ed55cc8d47834d61afbbb7396a assets/hexcasting/models/item/spellbook_entity.json
8cd49e7b8bda25c958d44b9c4322b26ae020fc4a assets/hexcasting/models/item/spellbook_entity_sealed.json
e0e05dcfdbd5e73440c1d4058c9d434e5dbbc49f assets/hexcasting/models/item/spellbook_list.json
33aa06f5ab1060766a25bcf7418884776b7a175d assets/hexcasting/models/item/spellbook_list_sealed.json
25754c8da888fd11806c9c4007bd1f6b44fe6b52 assets/hexcasting/models/item/spellbook_pattern.json
ae2706f1d425a8ce4a465fcf9616fe43349ac751 assets/hexcasting/models/item/spellbook_pattern_sealed.json
262bb5a722597a4342923da95a1fc9584ffc8a56 assets/hexcasting/models/item/spellbook_vec3.json
30793b8eca7b185aea2c05b5848803f191926f6d assets/hexcasting/models/item/spellbook_vec3_sealed.json
23109ba9a494cf450dd0cf941287bb4b3b9e7b9b assets/hexcasting/models/item/spellbook_widget.json
c2c5175f20444c3e7c396509a61ba274441c0e91 assets/hexcasting/models/item/spellbook_widget_sealed.json
4a33e6984bdf63dc4b7a5da5643bb1155b62b636 assets/hexcasting/models/item/sub_sandwich.json
3b1f2d0b315e8117f4c5fe593bd3ae028617b413 assets/hexcasting/models/item/trinket.json
eeaa26fe380975188cd2d6a93bd5e324dc509767 assets/hexcasting/models/item/trinket_filled.json
c534699d2cd118163b43d4a2557f2a7b1e5cc0b6 assets/hexcasting/models/item/uuid_colorizer.json
c569d7c1b2f80b76695522b0f84f7be0f3042e07 assets/hexcasting/models/item/wand_acacia.json
9ffee2d6957a6c5ba0472b809062516ad95d043b assets/hexcasting/models/item/wand_akashic.json
aa9b7670c627296d8b25497e6730d1b9983e39f3 assets/hexcasting/models/item/wand_birch.json
5fcaadc239c6b325f483a2ebf615c2ee82ed7647 assets/hexcasting/models/item/wand_bosnia.json
8d055f78324a5a4ffbbc0c80ba32f446997bd2ad assets/hexcasting/models/item/wand_crimson.json
3e26bd72cc6edc90e1933b4b877d88d93d69867b assets/hexcasting/models/item/wand_dark_oak.json
2d441c1383b4268f773bc360bbca0bc699e4eddc assets/hexcasting/models/item/wand_jungle.json
a415fc73fe80dc76885f4ba16ec81251bed93d15 assets/hexcasting/models/item/wand_oak.json
f043370d6762b976e33dd6e9562d5e1659d32bbf assets/hexcasting/models/item/wand_old.json
59e0a112daf74023ca10248b04fb674ae03c59f9 assets/hexcasting/models/item/wand_spruce.json
0af04312fc4ca98dd5a7e65595f32cbfda0e93e8 assets/hexcasting/models/item/wand_warped.json
b6593ea802a692c29b5032292df31beb84878ad8 data/hexcasting/advancements/aaa_wasteful_cast.json
4f4c94021adfb296e3ef3dce1acc46f724f38f92 data/hexcasting/advancements/aab_big_cast.json
2fe3543a209fca031b1eace7ea217c76142609cc data/hexcasting/advancements/enlightenment.json
eb6393ffc79966e4b5983a68157742b78cd12414 data/hexcasting/advancements/opened_eyes.json
a66a85cef9a3195e4388ecc16786e2a9f6ed3b56 data/hexcasting/advancements/root.json
739cbdf7f204132f2acfab4df8d21c6197aa1456 data/hexcasting/advancements/y_u_no_cast_angy.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

@ -1,156 +1,107 @@
{
"variants": {
"datum_type=empty,facing=north": {
"model": "hexcasting:block/akashic_bookshelf_empty0",
"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
},
"datum_type=entity,facing=north": {
"model": "hexcasting:block/akashic_bookshelf_entity3",
"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
},
"datum_type=widget,facing=north": {
"model": "hexcasting:block/akashic_bookshelf_widget3",
"uvlock": true
"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
},
"datum_type=list,facing=north": {
"model": "hexcasting:block/akashic_bookshelf_list3",
"uvlock": true
},
"datum_type=pattern,facing=north": {
"model": "hexcasting:block/akashic_bookshelf_pattern3",
"uvlock": true
},
"datum_type=double,facing=north": {
"model": "hexcasting:block/akashic_bookshelf_double3",
"uvlock": true
},
"datum_type=vec,facing=north": {
"model": "hexcasting:block/akashic_bookshelf_vec3",
"uvlock": true
},
"datum_type=other,facing=north": {
"model": "hexcasting:block/akashic_bookshelf_other3",
"uvlock": true
},
"datum_type=empty,facing=south": {
"model": "hexcasting:block/akashic_bookshelf_empty0",
"y": 180,
"uvlock": true
},
"datum_type=entity,facing=south": {
"model": "hexcasting:block/akashic_bookshelf_entity3",
"y": 180,
"uvlock": true
},
"datum_type=widget,facing=south": {
"model": "hexcasting:block/akashic_bookshelf_widget3",
"y": 180,
"uvlock": true
},
"datum_type=list,facing=south": {
"model": "hexcasting:block/akashic_bookshelf_list3",
"y": 180,
"uvlock": true
},
"datum_type=pattern,facing=south": {
"model": "hexcasting:block/akashic_bookshelf_pattern3",
"y": 180,
"uvlock": true
},
"datum_type=double,facing=south": {
"model": "hexcasting:block/akashic_bookshelf_double3",
"y": 180,
"uvlock": true
},
"datum_type=vec,facing=south": {
"model": "hexcasting:block/akashic_bookshelf_vec3",
"y": 180,
"uvlock": true
},
"datum_type=other,facing=south": {
"model": "hexcasting:block/akashic_bookshelf_other3",
"y": 180,
"uvlock": true
},
"datum_type=empty,facing=west": {
"model": "hexcasting:block/akashic_bookshelf_empty0",
"y": 270,
"uvlock": true
},
"datum_type=entity,facing=west": {
"model": "hexcasting:block/akashic_bookshelf_entity3",
"y": 270,
"uvlock": true
},
"datum_type=widget,facing=west": {
"model": "hexcasting:block/akashic_bookshelf_widget3",
"y": 270,
"uvlock": true
},
"datum_type=list,facing=west": {
"model": "hexcasting:block/akashic_bookshelf_list3",
"y": 270,
"uvlock": true
},
"datum_type=pattern,facing=west": {
"model": "hexcasting:block/akashic_bookshelf_pattern3",
"y": 270,
"uvlock": true
},
"datum_type=double,facing=west": {
"model": "hexcasting:block/akashic_bookshelf_double3",
"y": 270,
"uvlock": true
},
"datum_type=vec,facing=west": {
"model": "hexcasting:block/akashic_bookshelf_vec3",
"y": 270,
"uvlock": true
},
"datum_type=other,facing=west": {
"model": "hexcasting:block/akashic_bookshelf_other3",
"y": 270,
"uvlock": true
},
"datum_type=empty,facing=east": {
"model": "hexcasting:block/akashic_bookshelf_empty0",
"y": 90,
"uvlock": true
},
"datum_type=entity,facing=east": {
"model": "hexcasting:block/akashic_bookshelf_entity3",
"y": 90,
"uvlock": true
},
"datum_type=widget,facing=east": {
"model": "hexcasting:block/akashic_bookshelf_widget3",
"y": 90,
"uvlock": true
},
"datum_type=list,facing=east": {
"model": "hexcasting:block/akashic_bookshelf_list3",
"y": 90,
"uvlock": true
},
"datum_type=pattern,facing=east": {
"model": "hexcasting:block/akashic_bookshelf_pattern3",
"y": 90,
"uvlock": true
},
"datum_type=double,facing=east": {
"model": "hexcasting:block/akashic_bookshelf_double3",
"y": 90,
"uvlock": true
},
"datum_type=vec,facing=east": {
"model": "hexcasting:block/akashic_bookshelf_vec3",
"y": 90,
"uvlock": true
},
"datum_type=other,facing=east": {
"model": "hexcasting:block/akashic_bookshelf_other3",
"y": 90,
"uvlock": true
}
"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

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

View file

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

View file

@ -1,124 +0,0 @@
{
"variants": {
"facing=north,half=upper,hinge=left,open=false": {
"model": "hexcasting:block/akashic_door_top",
"y": 270
},
"facing=south,half=upper,hinge=left,open=false": {
"model": "hexcasting:block/akashic_door_top",
"y": 90
},
"facing=west,half=upper,hinge=left,open=false": {
"model": "hexcasting:block/akashic_door_top",
"y": 180
},
"facing=east,half=upper,hinge=left,open=false": {
"model": "hexcasting:block/akashic_door_top"
},
"facing=north,half=lower,hinge=left,open=false": {
"model": "hexcasting:block/akashic_door_bottom",
"y": 270
},
"facing=south,half=lower,hinge=left,open=false": {
"model": "hexcasting:block/akashic_door_bottom",
"y": 90
},
"facing=west,half=lower,hinge=left,open=false": {
"model": "hexcasting:block/akashic_door_bottom",
"y": 180
},
"facing=east,half=lower,hinge=left,open=false": {
"model": "hexcasting:block/akashic_door_bottom"
},
"facing=north,half=upper,hinge=right,open=false": {
"model": "hexcasting:block/akashic_door_top_hinge",
"y": 270
},
"facing=south,half=upper,hinge=right,open=false": {
"model": "hexcasting:block/akashic_door_top_hinge",
"y": 90
},
"facing=west,half=upper,hinge=right,open=false": {
"model": "hexcasting:block/akashic_door_top_hinge",
"y": 180
},
"facing=east,half=upper,hinge=right,open=false": {
"model": "hexcasting:block/akashic_door_top_hinge"
},
"facing=north,half=lower,hinge=right,open=false": {
"model": "hexcasting:block/akashic_door_bottom_hinge",
"y": 270
},
"facing=south,half=lower,hinge=right,open=false": {
"model": "hexcasting:block/akashic_door_bottom_hinge",
"y": 90
},
"facing=west,half=lower,hinge=right,open=false": {
"model": "hexcasting:block/akashic_door_bottom_hinge",
"y": 180
},
"facing=east,half=lower,hinge=right,open=false": {
"model": "hexcasting:block/akashic_door_bottom_hinge"
},
"facing=north,half=upper,hinge=left,open=true": {
"model": "hexcasting:block/akashic_door_top_hinge"
},
"facing=south,half=upper,hinge=left,open=true": {
"model": "hexcasting:block/akashic_door_top_hinge",
"y": 180
},
"facing=west,half=upper,hinge=left,open=true": {
"model": "hexcasting:block/akashic_door_top_hinge",
"y": 270
},
"facing=east,half=upper,hinge=left,open=true": {
"model": "hexcasting:block/akashic_door_top_hinge",
"y": 90
},
"facing=north,half=lower,hinge=left,open=true": {
"model": "hexcasting:block/akashic_door_bottom_hinge"
},
"facing=south,half=lower,hinge=left,open=true": {
"model": "hexcasting:block/akashic_door_bottom_hinge",
"y": 180
},
"facing=west,half=lower,hinge=left,open=true": {
"model": "hexcasting:block/akashic_door_bottom_hinge",
"y": 270
},
"facing=east,half=lower,hinge=left,open=true": {
"model": "hexcasting:block/akashic_door_bottom_hinge",
"y": 90
},
"facing=north,half=upper,hinge=right,open=true": {
"model": "hexcasting:block/akashic_door_top",
"y": 180
},
"facing=south,half=upper,hinge=right,open=true": {
"model": "hexcasting:block/akashic_door_top"
},
"facing=west,half=upper,hinge=right,open=true": {
"model": "hexcasting:block/akashic_door_top",
"y": 90
},
"facing=east,half=upper,hinge=right,open=true": {
"model": "hexcasting:block/akashic_door_top",
"y": 270
},
"facing=north,half=lower,hinge=right,open=true": {
"model": "hexcasting:block/akashic_door_bottom",
"y": 180
},
"facing=south,half=lower,hinge=right,open=true": {
"model": "hexcasting:block/akashic_door_bottom"
},
"facing=west,half=lower,hinge=right,open=true": {
"model": "hexcasting:block/akashic_door_bottom",
"y": 90
},
"facing=east,half=lower,hinge=right,open=true": {
"model": "hexcasting:block/akashic_door_bottom",
"y": 270
}
}
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,17 +0,0 @@
{
"variants": {
"": [
{
"model": "hexcasting:block/akashic_planks1",
"weight": 3
},
{
"model": "hexcasting:block/akashic_planks2",
"weight": 3
},
{
"model": "hexcasting:block/akashic_planks3"
}
]
}
}

View file

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

View file

@ -1,13 +0,0 @@
{
"variants": {
"type=top": {
"model": "hexcasting:block/akashic_slab_top"
},
"type=bottom": {
"model": "hexcasting:block/akashic_slab"
},
"type=double": {
"model": "hexcasting:block/akashic_planks1"
}
}
}

View file

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

View file

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

View file

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

View file

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

View file

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

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

@ -1,7 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/amethyst_tiles"
"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,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

@ -1,76 +0,0 @@
{
"variants": {
"energized=false,facing=down,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_dim_down"
},
"energized=true,facing=down,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_lit_down"
},
"energized=false,facing=up,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_dim_up"
},
"energized=true,facing=up,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_lit_up"
},
"energized=false,facing=north,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_dim_north"
},
"energized=true,facing=north,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_lit_north"
},
"energized=false,facing=south,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_dim_south"
},
"energized=true,facing=south,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_lit_south"
},
"energized=false,facing=west,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_dim_west"
},
"energized=true,facing=west,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_lit_west"
},
"energized=false,facing=east,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_dim_east"
},
"energized=true,facing=east,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_lit_east"
},
"energized=false,facing=down,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_dim_down"
},
"energized=true,facing=down,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_lit_down"
},
"energized=false,facing=up,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_dim_up"
},
"energized=true,facing=up,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_lit_up"
},
"energized=false,facing=north,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_dim_north"
},
"energized=true,facing=north,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_lit_north"
},
"energized=false,facing=south,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_dim_south"
},
"energized=true,facing=south,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_lit_south"
},
"energized=false,facing=west,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_dim_west"
},
"energized=true,facing=west,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_lit_west"
},
"energized=false,facing=east,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_dim_east"
},
"energized=true,facing=east,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_lit_east"
}
}
}

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

@ -1,22 +0,0 @@
{
"variants": {
"axis=x,energized=false": {
"model": "hexcasting:block/empty_directrix_dim_x"
},
"axis=y,energized=false": {
"model": "hexcasting:block/empty_directrix_dim_y"
},
"axis=z,energized=false": {
"model": "hexcasting:block/empty_directrix_dim_z"
},
"axis=x,energized=true": {
"model": "hexcasting:block/empty_directrix_lit_x"
},
"axis=y,energized=true": {
"model": "hexcasting:block/empty_directrix_lit_y"
},
"axis=z,energized=true": {
"model": "hexcasting:block/empty_directrix_lit_z"
}
}
}

View file

@ -1,40 +0,0 @@
{
"variants": {
"energized=false,facing=down": {
"model": "hexcasting:block/empty_impetus_dim_down"
},
"energized=true,facing=down": {
"model": "hexcasting:block/empty_impetus_lit_down"
},
"energized=false,facing=up": {
"model": "hexcasting:block/empty_impetus_dim_up"
},
"energized=true,facing=up": {
"model": "hexcasting:block/empty_impetus_lit_up"
},
"energized=false,facing=north": {
"model": "hexcasting:block/empty_impetus_dim_north"
},
"energized=true,facing=north": {
"model": "hexcasting:block/empty_impetus_lit_north"
},
"energized=false,facing=south": {
"model": "hexcasting:block/empty_impetus_dim_south"
},
"energized=true,facing=south": {
"model": "hexcasting:block/empty_impetus_lit_south"
},
"energized=false,facing=west": {
"model": "hexcasting:block/empty_impetus_dim_west"
},
"energized=true,facing=west": {
"model": "hexcasting:block/empty_impetus_lit_west"
},
"energized=false,facing=east": {
"model": "hexcasting:block/empty_impetus_dim_east"
},
"energized=true,facing=east": {
"model": "hexcasting:block/empty_impetus_lit_east"
}
}
}

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

@ -1,40 +0,0 @@
{
"variants": {
"energized=false,facing=down": {
"model": "hexcasting:block/impetus_look_dim_down"
},
"energized=true,facing=down": {
"model": "hexcasting:block/impetus_look_lit_down"
},
"energized=false,facing=up": {
"model": "hexcasting:block/impetus_look_dim_up"
},
"energized=true,facing=up": {
"model": "hexcasting:block/impetus_look_lit_up"
},
"energized=false,facing=north": {
"model": "hexcasting:block/impetus_look_dim_north"
},
"energized=true,facing=north": {
"model": "hexcasting:block/impetus_look_lit_north"
},
"energized=false,facing=south": {
"model": "hexcasting:block/impetus_look_dim_south"
},
"energized=true,facing=south": {
"model": "hexcasting:block/impetus_look_lit_south"
},
"energized=false,facing=west": {
"model": "hexcasting:block/impetus_look_dim_west"
},
"energized=true,facing=west": {
"model": "hexcasting:block/impetus_look_lit_west"
},
"energized=false,facing=east": {
"model": "hexcasting:block/impetus_look_dim_east"
},
"energized=true,facing=east": {
"model": "hexcasting:block/impetus_look_lit_east"
}
}
}

View file

@ -1,40 +0,0 @@
{
"variants": {
"energized=false,facing=down": {
"model": "hexcasting:block/impetus_rightclick_dim_down"
},
"energized=true,facing=down": {
"model": "hexcasting:block/impetus_rightclick_lit_down"
},
"energized=false,facing=up": {
"model": "hexcasting:block/impetus_rightclick_dim_up"
},
"energized=true,facing=up": {
"model": "hexcasting:block/impetus_rightclick_lit_up"
},
"energized=false,facing=north": {
"model": "hexcasting:block/impetus_rightclick_dim_north"
},
"energized=true,facing=north": {
"model": "hexcasting:block/impetus_rightclick_lit_north"
},
"energized=false,facing=south": {
"model": "hexcasting:block/impetus_rightclick_dim_south"
},
"energized=true,facing=south": {
"model": "hexcasting:block/impetus_rightclick_lit_south"
},
"energized=false,facing=west": {
"model": "hexcasting:block/impetus_rightclick_dim_west"
},
"energized=true,facing=west": {
"model": "hexcasting:block/impetus_rightclick_lit_west"
},
"energized=false,facing=east": {
"model": "hexcasting:block/impetus_rightclick_dim_east"
},
"energized=true,facing=east": {
"model": "hexcasting:block/impetus_rightclick_lit_east"
}
}
}

View file

@ -1,76 +0,0 @@
{
"variants": {
"energized=false,facing=down,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_dim_down"
},
"energized=true,facing=down,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_lit_down"
},
"energized=false,facing=up,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_dim_up"
},
"energized=true,facing=up,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_lit_up"
},
"energized=false,facing=north,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_dim_north"
},
"energized=true,facing=north,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_lit_north"
},
"energized=false,facing=south,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_dim_south"
},
"energized=true,facing=south,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_lit_south"
},
"energized=false,facing=west,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_dim_west"
},
"energized=true,facing=west,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_lit_west"
},
"energized=false,facing=east,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_dim_east"
},
"energized=true,facing=east,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_lit_east"
},
"energized=false,facing=down,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_dim_down"
},
"energized=true,facing=down,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_lit_down"
},
"energized=false,facing=up,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_dim_up"
},
"energized=true,facing=up,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_lit_up"
},
"energized=false,facing=north,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_dim_north"
},
"energized=true,facing=north,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_lit_north"
},
"energized=false,facing=south,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_dim_south"
},
"energized=true,facing=south,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_lit_south"
},
"energized=false,facing=west,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_dim_west"
},
"energized=true,facing=west,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_lit_west"
},
"energized=false,facing=east,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_dim_east"
},
"energized=true,facing=east,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_lit_east"
}
}
}

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

@ -1,122 +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=false,face=wall,facing=north": {
"model": "hexcasting:block/slate",
"x": 90,
"uvlock": true
},
"energized=true,face=wall,facing=north": {
"model": "hexcasting:block/slate",
"x": 90,
"uvlock": true
},
"energized=false,face=ceiling,facing=north": {
"model": "hexcasting:block/slate",
"x": 180,
"uvlock": true
},
"energized=true,face=ceiling,facing=north": {
"model": "hexcasting:block/slate",
"x": 180,
"uvlock": true
},
"energized=false,face=floor,facing=south": {
"model": "hexcasting:block/slate",
"uvlock": true
},
"energized=true,face=floor,facing=south": {
"model": "hexcasting:block/slate",
"uvlock": true
},
"energized=false,face=wall,facing=south": {
"model": "hexcasting:block/slate",
"x": 90,
"y": 180,
"uvlock": true
},
"energized=true,face=wall,facing=south": {
"model": "hexcasting:block/slate",
"x": 90,
"y": 180,
"uvlock": true
},
"energized=false,face=ceiling,facing=south": {
"model": "hexcasting:block/slate",
"x": 180,
"uvlock": true
},
"energized=true,face=ceiling,facing=south": {
"model": "hexcasting:block/slate",
"x": 180,
"uvlock": true
},
"energized=false,face=floor,facing=west": {
"model": "hexcasting:block/slate",
"uvlock": true
},
"energized=true,face=floor,facing=west": {
"model": "hexcasting:block/slate",
"uvlock": true
},
"energized=false,face=wall,facing=west": {
"energized=true,face=wall,facing=east": {
"model": "hexcasting:block/slate",
"uvlock": true,
"x": 90,
"y": 270,
"uvlock": true
"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,
"uvlock": true
},
"energized=false,face=ceiling,facing=west": {
"model": "hexcasting:block/slate",
"x": 180,
"uvlock": true
},
"energized=true,face=ceiling,facing=west": {
"model": "hexcasting:block/slate",
"x": 180,
"uvlock": true
},
"energized=false,face=floor,facing=east": {
"model": "hexcasting:block/slate",
"uvlock": true
},
"energized=true,face=floor,facing=east": {
"model": "hexcasting:block/slate",
"uvlock": true
},
"energized=false,face=wall,facing=east": {
"model": "hexcasting:block/slate",
"x": 90,
"y": 90,
"uvlock": true
},
"energized=true,face=wall,facing=east": {
"model": "hexcasting:block/slate",
"x": 90,
"y": 90,
"uvlock": true
},
"energized=false,face=ceiling,facing=east": {
"model": "hexcasting:block/slate",
"x": 180,
"uvlock": true
},
"energized=true,face=ceiling,facing=east": {
"model": "hexcasting:block/slate",
"x": 180,
"uvlock": true
"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

@ -1,8 +0,0 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"side": "hexcasting:block/akashic/bookshelf/side",
"front": "hexcasting:block/akashic/bookshelf/double1",
"top": "hexcasting:block/akashic/bookshelf/end"
}
}

View file

@ -1,8 +0,0 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"side": "hexcasting:block/akashic/bookshelf/side",
"front": "hexcasting:block/akashic/bookshelf/double2",
"top": "hexcasting:block/akashic/bookshelf/end"
}
}

View file

@ -1,8 +0,0 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"side": "hexcasting:block/akashic/bookshelf/side",
"front": "hexcasting:block/akashic/bookshelf/double3",
"top": "hexcasting:block/akashic/bookshelf/end"
}
}

View file

@ -1,8 +0,0 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"side": "hexcasting:block/akashic/bookshelf/side",
"front": "hexcasting:block/akashic/bookshelf/double4",
"top": "hexcasting:block/akashic/bookshelf/end"
}
}

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

@ -1,8 +0,0 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"side": "hexcasting:block/akashic/bookshelf/side",
"front": "hexcasting:block/akashic/bookshelf/empty",
"top": "hexcasting:block/akashic/bookshelf/end"
}
}

View file

@ -1,8 +0,0 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"side": "hexcasting:block/akashic/bookshelf/side",
"front": "hexcasting:block/akashic/bookshelf/entity1",
"top": "hexcasting:block/akashic/bookshelf/end"
}
}

View file

@ -1,8 +0,0 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"side": "hexcasting:block/akashic/bookshelf/side",
"front": "hexcasting:block/akashic/bookshelf/entity2",
"top": "hexcasting:block/akashic/bookshelf/end"
}
}

View file

@ -1,8 +0,0 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"side": "hexcasting:block/akashic/bookshelf/side",
"front": "hexcasting:block/akashic/bookshelf/entity3",
"top": "hexcasting:block/akashic/bookshelf/end"
}
}

View file

@ -1,8 +0,0 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"side": "hexcasting:block/akashic/bookshelf/side",
"front": "hexcasting:block/akashic/bookshelf/entity4",
"top": "hexcasting:block/akashic/bookshelf/end"
}
}

View file

@ -1,8 +0,0 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"side": "hexcasting:block/akashic/bookshelf/side",
"front": "hexcasting:block/akashic/bookshelf/list1",
"top": "hexcasting:block/akashic/bookshelf/end"
}
}

View file

@ -1,8 +0,0 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"side": "hexcasting:block/akashic/bookshelf/side",
"front": "hexcasting:block/akashic/bookshelf/list2",
"top": "hexcasting:block/akashic/bookshelf/end"
}
}

View file

@ -1,8 +0,0 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"side": "hexcasting:block/akashic/bookshelf/side",
"front": "hexcasting:block/akashic/bookshelf/list3",
"top": "hexcasting:block/akashic/bookshelf/end"
}
}

View file

@ -1,8 +0,0 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"side": "hexcasting:block/akashic/bookshelf/side",
"front": "hexcasting:block/akashic/bookshelf/list4",
"top": "hexcasting:block/akashic/bookshelf/end"
}
}

View file

@ -1,8 +0,0 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"side": "hexcasting:block/akashic/bookshelf/side",
"front": "hexcasting:block/akashic/bookshelf/other1",
"top": "hexcasting:block/akashic/bookshelf/end"
}
}

View file

@ -1,8 +0,0 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"side": "hexcasting:block/akashic/bookshelf/side",
"front": "hexcasting:block/akashic/bookshelf/other2",
"top": "hexcasting:block/akashic/bookshelf/end"
}
}

View file

@ -1,8 +0,0 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"side": "hexcasting:block/akashic/bookshelf/side",
"front": "hexcasting:block/akashic/bookshelf/other3",
"top": "hexcasting:block/akashic/bookshelf/end"
}
}

View file

@ -1,8 +0,0 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"side": "hexcasting:block/akashic/bookshelf/side",
"front": "hexcasting:block/akashic/bookshelf/other4",
"top": "hexcasting:block/akashic/bookshelf/end"
}
}

View file

@ -1,8 +0,0 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"side": "hexcasting:block/akashic/bookshelf/side",
"front": "hexcasting:block/akashic/bookshelf/pattern1",
"top": "hexcasting:block/akashic/bookshelf/end"
}
}

View file

@ -1,8 +0,0 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"side": "hexcasting:block/akashic/bookshelf/side",
"front": "hexcasting:block/akashic/bookshelf/pattern2",
"top": "hexcasting:block/akashic/bookshelf/end"
}
}

View file

@ -1,8 +0,0 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"side": "hexcasting:block/akashic/bookshelf/side",
"front": "hexcasting:block/akashic/bookshelf/pattern3",
"top": "hexcasting:block/akashic/bookshelf/end"
}
}

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