登陆 注册 QQ登陆
快捷导航
查看: 0|回复: 0

[模组分享] ContentTweaker (内容定制器)-MOD模组

[复制链接]

5209

主题

39

回帖

5904

积分

龙❁妻

Rank: 8Rank: 8

经验
5904 EP
金粒
616 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 17:12:14 | 显示全部楼层 |阅读模式 IP:浙江宁波
ContentTweaker (内容定制器)Github |相关wiki |源站链接支持: fabric , forgeContentTweaker是CraftTweaker的一个附加组件。CraftTweaker允许您调整配方,完全删除它们,或添加新的配方。它缺少的一个功能是创建新的物品和方块,而ContentTweaker则计划允许用户向游戏中添加更多内容,不仅仅是配方,还有实际的物品和方块。

目前,使用ContentTweaker,您可以添加以下内容:

 • 新物品

 • 新方块

 • 新创造模式标签

由于Minetweaker施加的限制,包含此模组方法的脚本应与普通的Minetweaker脚本有所不同,最显着的区别是:

• 脚本放在“scripts”文件夹中,与CraftTweaker相同,但是它们需要以\'#loader contenttweaker\'开头作为第一行。

*您可以在这里找到更多信息:*

您可以在官方Minetweaker维基上找到该模组的文档:https://docs.blamejared.com/]ContentTweaker Wiki

_工作原理:_

使用Zenscript语法,您可以相对简单地向游戏中添加新物品和方块。

这些方块与任何其他标准方块相同处理,因此需要一个模型(支持.obj)/纹理JSON和一个纹理。

您会在配置目录下的ACRONYM/ContentTweaker子文件夹中找到适当的目录。有关如何创建您的方块以及如何处理资源的更多信息将在我们的GitHub维基上提供,希望很快也能在官方MineTweaker网页上找到!

这是我们当前在GitHub维基上提供的一个非常基本的测试示例之一:

import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Block;

var zsBlock = VanillaFactory.createBlock(\"zs_block\", <blockmaterial:iron>);
zsBlock.fullBlock = true;
zsBlock.lightOpacity = 255;
zsBlock.translucent = true;
zsBlock.lightValue = 1.0;
zsBlock.blockHardness = 5.0;
zsBlock.blockResistance = 5.0;
zsBlock.toolClass = \"pickaxe\";
zsBlock.toolLevel = 2;
zsBlock.blockSoundType = <soundtype:metal>;
zsBlock.register();Copy已复制!

*想要做一个模组介绍视频?*

太棒了!给我们发送链接,我们可以查看!

*模组包:***您可以在任何私人和公开分发的模组包中使用此模组,我们允许。

*Discord:*

与开发人员交流

*您可以在Twitter上找到我们:@Lanse@Jared@SkySom*

来自Modrinth所有游戏版本1.18.21.16.51.12.21.16.41.16.31.16.21.15.21.121.12.11.10.21.7.10所有类型fabricforgeContentTweaker-fabric-1.18.2-1.0.0+13ContentTweaker-fabric-1.18.2-1.0.0+13.jar下载1.0.0+13#Beta展开版本: 1.0.0+13支持游戏: 1.18.2类型:FabricBeta下载次数: 205ContentTweaker-forge-1.18.2-1.0.0+13ContentTweaker-forge-1.18.2-1.0.0+13.jar下载1.0.0+13#Beta展开版本: 1.0.0+13支持游戏: 1.18.2类型:ForgeBeta下载次数: 9,285ContentTweaker-fabric-1.18.2-1.0.0+11ContentTweaker-fabric-1.18.2-1.0.0+11.jar下载1.0.0+11#Beta<h3>Current version: 1.0.0+11</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a703826f8b79f6fabb100ec4893063d76cf65865\" rel=\"nofollow\">Fix TrundleFS provider not being found</a> - TheSilkMiner - Sun Aug 7 13:44:54 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e26bdd1d01150ded212717bb6198616dd1fcd327\" rel=\"nofollow\">Fix error being wiped in case of file system creation failure</a> - TheSilkMiner - Sun Aug 7 13:12:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9bca1310f2d42cd8cda1d15d2f16f6f9741b8e06\" rel=\"nofollow\">Fix Gradle not including half of the mod</a> - TheSilkMiner - Wed Aug 3 19:12:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7b7ffdb418ba20486e55a4de799342703e93cd55\" rel=\"nofollow\">Fix refmap not generating properly</a> - TheSilkMiner - Wed Aug 3 13:56:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/60d2b9eb849400a9a0d679b72572953057cd644a\" rel=\"nofollow\">post the curse link in the webhook</a> - Jared - Tue Aug 2 03:19:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5eec8254cc94d88cc752e3eabeb4133d954f85dd\" rel=\"nofollow\">temporarily disable auto docs</a> - Jared - Tue Aug 2 03:16:23 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6c6929ef998388f597860f5e4ddaf993850a9bb7\" rel=\"nofollow\">use correct project names</a> - Jared - Tue Aug 2 03:07:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f36f464b0a64e6687d4adef78b5e3e668e74e98c\" rel=\"nofollow\">use the correct version when uploading to CF</a> - Jared - Tue Aug 2 02:57:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee0a78187a6bba013153e3a57c9dad86a0e71eb6\" rel=\"nofollow\">stop using kotlin in buildSrc</a> - Jared - Tue Aug 2 02:47:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a8ef2f218cefd84a531616fd8679146c729c7cd\" rel=\"nofollow\">Hopefully fix build</a> - Jared - Tue Aug 2 02:38:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/25f05ea16b22538c91696e2a502dc2dba52f1b56\" rel=\"nofollow\">fix small example issue</a> - Jared - Mon Aug 1 19:35:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39fbe88d4e8da2aa5379958add468a7104659099\" rel=\"nofollow\">Finish set of example scripts</a> - TheSilkMiner - Mon Aug 1 17:09:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b283f398a8ee8af87d85d80a5b7ff2f51ce2d6f0\" rel=\"nofollow\">Clarify why people would want to specify a name</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d36fc137d13090008fd1c9af2fb9289b29455eb8\" rel=\"nofollow\">Fix a couple of typos</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/afd824566df41519c1c5fa67bff08960ab8af70a\" rel=\"nofollow\">Fix NPE in TierSortingStruct</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2f609e0ce810765e327a22091342ecc0353ad96e\" rel=\"nofollow\">Fix tab references using the wrong ID</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5746e13ff91b0ddab5a6a6fb80dd151845cf338f\" rel=\"nofollow\">Fix nutrition checking the wrong value</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6d3d603481ee71f9e330cb2a4a0908daa36572c\" rel=\"nofollow\">Provide no block item warning in base class</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01ae1aaa47bc0e39aa752caa96ff93cf64f2166d\" rel=\"nofollow\">Mention where users can find help for resources</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5810514132bc87b00e54ce4b64a2b36691b7c0dc\" rel=\"nofollow\">Mention that the resource bracket is also retained</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1df96d6a240c59b7a81069dc0a7da3fdd94c9fb2\" rel=\"nofollow\">Fix Java being stupid in TrundleFS</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cbd35950f2f8c1f7458e87df615468932194c92e\" rel=\"nofollow\">fix some typos</a> - Jared - Fri Jul 29 18:46:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1e2962b3ddc305952a4e9467a77de81412d704fd\" rel=\"nofollow\">Add first set of vanilla content examples</a> - TheSilkMiner - Fri Jul 29 17:57:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8824f7547e0f33cbb9d67d28a4a0ef1a40df9786\" rel=\"nofollow\">Account for no food properties on items</a> - TheSilkMiner - Fri Jul 29 17:56:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4aa0ded41dc06a683fd0c3f403c8a28bfba5bae2\" rel=\"nofollow\">Fix some naming</a> - TheSilkMiner - Mon Jul 25 13:56:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/990e1928448112a071257e15ddbcd0e4c6d54319\" rel=\"nofollow\">Add first set of tutorial scripts</a> - TheSilkMiner - Mon Jul 25 13:53:34 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/06b05d2a80750a8239d77094e80e9f6513b03936\" rel=\"nofollow\">Follow conventions for factory methods</a> - TheSilkMiner - Mon Jul 25 13:53:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0632fa0cde334ec4289c6239a0ea928ec08236d1\" rel=\"nofollow\">Fix sorting being done in stupid ways, thanks Mojang</a> - TheSilkMiner - Mon Jul 25 13:48:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d026a50fd5a19d89320f95993ae8b7878d1e81b6\" rel=\"nofollow\">Allow references to reference everything</a> - TheSilkMiner - Mon Jul 25 13:47:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5985eee6106e0786e68db1fbd44aa111636c79d5\" rel=\"nofollow\">Allow marking of publishes as release or beta</a> - TheSilkMiner - Fri Jul 22 21:15:11 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/efa0a297bfcc27c98c32f70029123313e48825a0\" rel=\"nofollow\">Fix broken lighting on items</a> - TheSilkMiner - Fri Jul 22 21:10:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24a4dc2c3f2ed770d26b47323996c1c6fc6a8c8b\" rel=\"nofollow\">Rework Fabric registration to be on-time</a> - TheSilkMiner - Fri Jul 22 21:06:43 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/564cc4829e729d3fc6dbd2c44b4cfa0105f34997\" rel=\"nofollow\">Update Jenkinsfile</a> - Jared - Fri Jul 22 16:27:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f3231521fb6b854ce53f0c0d504ca2131cf0140b\" rel=\"nofollow\">Goodbye JEI, welcome REI</a> - TheSilkMiner - Fri Jul 22 15:11:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2027f634d6131244763e81cea105a45f8ebd2e18\" rel=\"nofollow\">Properly compile to ensure refmaps generate</a> - TheSilkMiner - Fri Jul 22 15:10:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44df4b302b23f250753759bca56b6e9401a9d79b\" rel=\"nofollow\">Properly implement resource loading on Fabric</a> - TheSilkMiner - Fri Jul 22 15:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1a32dc05211f59bdab4672b1eadc62a2a35da987\" rel=\"nofollow\">Make sure registration for CoT runs last</a> - TheSilkMiner - Fri Jul 22 15:08:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cf0391d11367d3adf8717fc4f5cd7882b9d45cb7\" rel=\"nofollow\">Do not override cloning requests in items</a> - TheSilkMiner - Thu Jul 21 14:49:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4450d8ca7b7ae07b3beac170374763f8c8513a86\" rel=\"nofollow\">Add possibility of dumping all resources to the file system</a> - TheSilkMiner - Thu Jul 21 14:37:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ecc9510164915240af101bd9a428a67fb60d47fa\" rel=\"nofollow\">Make API for BlockBuilder\'s empty loot table frendlier</a> - TheSilkMiner - Thu Jul 21 14:37:41 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e46bc8dda7ec1687a5f8f7886306d8ed4474a9ba\" rel=\"nofollow\">Fix various Mixin bits</a> - TheSilkMiner - Thu Jul 21 14:37:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3c1a5e7cd9416c734f40db1192d37cdba393f0d7\" rel=\"nofollow\">Fix version being specified wrongly in manifest</a> - TheSilkMiner - Thu Jul 21 14:36:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/901839a6acc09e87a689f507513b12598b20e7dc\" rel=\"nofollow\">Make it run again</a> - TheSilkMiner - Wed Jun 22 12:25:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02bbca3c5a055b7cd89664c3e905f198d81ebea4\" rel=\"nofollow\">Make it compile again</a> - TheSilkMiner - Wed Jun 22 12:18:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d7528451533e508f1c0a4b62f117743492d51adb\" rel=\"nofollow\">Set up multi-project and multi-sourceset Gradle configuration</a> - TheSilkMiner - Tue Jun 21 15:25:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/323320d14231573e4c564e0fbe349d4fa431067c\" rel=\"nofollow\">Remove unneeded beps</a> - TheSilkMiner - Tue Jun 21 12:09:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39eae6d7238e1bfd153db30765c12c622fc4eceb\" rel=\"nofollow\">Well, that\'s done</a> - TheSilkMiner - Tue Jun 21 12:08:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1b130fa5c3b2ad39e32d6bcecb60d03b14842a31\" rel=\"nofollow\">Remove staged action support as it is now unneeded</a> - TheSilkMiner - Tue Jun 21 12:07:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/536ef239e6c43a921f3f20d9a3bb66e003ccbf14\" rel=\"nofollow\">Rework entire API to use standalone object types and references</a> - TheSilkMiner - Tue Jun 21 12:07:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee080cc302951d1d3faa4e5966293e5936eb8089\" rel=\"nofollow\">Provide helper for automatic resolver-based dumping</a> - TheSilkMiner - Tue Jun 21 12:00:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92a0cf954da9161c59782a94e8d99ac8708a9e42\" rel=\"nofollow\">Move references to resolvers</a> - TheSilkMiner - Tue Jun 21 11:57:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ef48874e73c850c096d1438dbfeab43872592b6\" rel=\"nofollow\">Properly pass-through event</a> - TheSilkMiner - Tue Jun 21 11:56:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e3114e59932eff85308680f106d03c0a44c17ee1\" rel=\"nofollow\">Allow querying of block properties</a> - TheSilkMiner - Tue Jun 21 11:54:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2ce273c405930affdc872c2307b4bbcde03bede\" rel=\"nofollow\">Rework GameRegistry system to be more registry-like</a> - TheSilkMiner - Tue Jun 21 11:54:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c3b08fa6effe334b42a51ba886d1f02af89eec9\" rel=\"nofollow\">I think I can do this</a> - TheSilkMiner - Tue Jun 21 11:50:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a984d3e6c63abaddf84defb54568372a942108c6\" rel=\"nofollow\">Rework object resolvers into registry resolvers</a> - TheSilkMiner - Tue Jun 21 11:50:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78b676bee077fd124afcbc6b89c865c3d6887c7a\" rel=\"nofollow\">Move object types to API</a> - TheSilkMiner - Tue Jun 21 11:45:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eaf0268fc40b8ec83a7b06be01bf5698aefa548d\" rel=\"nofollow\">Add a more detailed toString output for holders</a> - TheSilkMiner - Mon Jun 20 15:13:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af0af3a2087964fccbcc3f120971d05e043e6368\" rel=\"nofollow\">Move from reflection to method handles in OFM</a> - TheSilkMiner - Mon Jun 20 12:10:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55ce6b9fae6c312612f9995c32cdd36f2936d043\" rel=\"nofollow\">Begin API rework to allow non-registry-backed object types</a> - TheSilkMiner - Sat Jun 18 16:35:54 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/154cd19a9dd252410946dcb1103a9f51fb7d85e5\" rel=\"nofollow\">Collapse metafactories into single classes</a> - TheSilkMiner - Sat Jun 18 15:47:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1933cc8ef0d2db08f8877e032e2185e74e9b9ce6\" rel=\"nofollow\">Remove \'Unknown\' as it makes no sense</a> - TheSilkMiner - Sat Jun 18 15:39:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6e947e97887b6be6e401af6ad675fae193e030d0\" rel=\"nofollow\">Fix wrong handling of paths in Runtime Pack</a> - TheSilkMiner - Sat Jun 18 15:28:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c1228596ccb10280adde9a6bc9f4421cb496701\" rel=\"nofollow\">Add possibility of custom tool creation</a> - TheSilkMiner - Sat Jun 18 15:28:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1777de35c9998628b3d73a24813b223244e13f5\" rel=\"nofollow\">Add block builders</a> - TheSilkMiner - Sat Jun 18 15:27:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12c56d61f6ee0ec2131ea99be6cb4e44f80009f9\" rel=\"nofollow\">Add registry for all sound types</a> - TheSilkMiner - Sat Jun 18 15:25:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5ce58ff4daac2e0b8d47b19436ce9e44410e7887\" rel=\"nofollow\">Remove item bracket dump as unused</a> - TheSilkMiner - Sat Jun 18 15:22:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91b845ffb519ac67da0dc8e2e80e2f8c24ecb30d\" rel=\"nofollow\">Add missed actions and natives</a> - TheSilkMiner - Sat Jun 18 15:21:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85e781ba70a071959b9d56351f21984324fd8c6e\" rel=\"nofollow\">Add sound type support</a> - TheSilkMiner - Sat Jun 18 15:20:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8b3238c892b8fe934ae15f97a73ae25a528512fa\" rel=\"nofollow\">Add Material support</a> - TheSilkMiner - Sat Jun 18 15:19:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a0eaba56e2a022eef064843101cbb1ecf5a6aeee\" rel=\"nofollow\">Add material color support</a> - TheSilkMiner - Sat Jun 18 15:18:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78c4471aa78edadf74c78afd62df4f524591b743\" rel=\"nofollow\">Prevent access of properties from ZenCode</a> - TheSilkMiner - Sat Jun 18 15:14:57 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b6372da287161f37fbe6f09a1c6e53094f40f7be\" rel=\"nofollow\">Allow no-dumper custom brackets</a> - TheSilkMiner - Sat Jun 18 15:14:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e714eaeabfe2cdf848a8f597bae117213d33ed45\" rel=\"nofollow\">Add resource bracket expression</a> - TheSilkMiner - Sat Jun 18 15:12:53 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f80319ae33e659559b9633ded0d0247515d8418d\" rel=\"nofollow\">Add additional logging for better debugging</a> - TheSilkMiner - Sat Jun 18 15:11:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5ad22c67127b12d93ce785a52212f62f52916b1\" rel=\"nofollow\">Move Tier Registry to API</a> - TheSilkMiner - Sat Jun 18 15:11:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4531925d26321d549d5be6adb1c68fbbcac498f9\" rel=\"nofollow\">Add sound event support</a> - TheSilkMiner - Sat Jun 4 15:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d62f2bdac669f8534d3e37dfc7106c3f35e2c2fd\" rel=\"nofollow\">Rework tab and tier creation to be delayed</a> - TheSilkMiner - Tue May 31 15:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/443d10a7f27367fae8f104fbcd8f6c20b1ca2c4f\" rel=\"nofollow\">Add complete tool set</a> - TheSilkMiner - Mon May 30 14:49:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fc35cf3a58a2151454fb1854d7210673b1ffabc1\" rel=\"nofollow\">Fully implement pickaxe textures</a> - TheSilkMiner - Sun May 29 12:46:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889cc1bf69ffd6c27739d615129631455fed07a6\" rel=\"nofollow\">[WIP/Not Working] Add framework to add custom tools</a> - TheSilkMiner - Sat May 28 15:02:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e4781d52f9518c1e848be6946531effc7901939a\" rel=\"nofollow\">Implement <code><tooltype></code> bracket handler on both loaders</a> - TheSilkMiner - Sat May 28 15:01:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889b2a4a85b31e800059367eabceb52fcb26f2bc\" rel=\"nofollow\">Provide better conventional name</a> - TheSilkMiner - Sat May 28 14:59:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa84b3a249d223b66e1ecdddeb6861468040f335\" rel=\"nofollow\">Fix optionals being untyped</a> - TheSilkMiner - Sat May 28 14:59:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c6a453357b51506cef4880fd45dd08940144137\" rel=\"nofollow\">Provide better default names</a> - TheSilkMiner - Sat May 28 14:58:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98ef974f66118ab10e428d5c23be775de1463cc5\" rel=\"nofollow\">Show CoT plugins in CT log for better diagnosis</a> - TheSilkMiner - Sat May 28 14:57:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa447303425087564ab998c57d8d6dad21708056\" rel=\"nofollow\">Add translations</a> - TheSilkMiner - Fri May 27 16:42:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a15a24e5614de7a21a88f4cf9966c7580cc4693\" rel=\"nofollow\">Fix Trundle DS resolving paths from root instead of parent</a> - TheSilkMiner - Fri May 27 16:41:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52b9523f1ed118ed27ac518bf4876cd70dd3bae7\" rel=\"nofollow\">Add command to dump generated resources to log</a> - TheSilkMiner - Fri May 27 16:41:04 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d1ebd355586e1194a65431859d00453e673af80\" rel=\"nofollow\">Fix Trundle Path not properly resolving <code>/</code></a> - TheSilkMiner - Fri May 27 16:40:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8821bb7afb74953774d16396e76c96614e9f458a\" rel=\"nofollow\">Refactor item builders</a> - TheSilkMiner - Fri May 27 15:33:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db63b41a53734dd3b338f586f7f1a7972dffa7dc\" rel=\"nofollow\">Expose Tiers, for future tool builder</a> - TheSilkMiner - Fri May 27 15:31:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/48978bef317ae2b28696535a212b98e9bbc6838f\" rel=\"nofollow\">Change missing textures</a> - TheSilkMiner - Wed May 25 13:37:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7c47f986fd69b40bce31e509a9e362d7501792a4\" rel=\"nofollow\">Add basic item texture template</a> - TheSilkMiner - Tue May 24 21:17:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/03787bd9afa75ad9dfb09a08d0b1d43897abe1c8\" rel=\"nofollow\">Generate language entry for creative tab</a> - TheSilkMiner - Tue May 24 21:16:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ec4abd519d0b076b2119590e46908fbf6f91a099\" rel=\"nofollow\">Rework templates not to require a helper</a> - TheSilkMiner - Tue May 24 21:15:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2625365c43c6ee50855d47219936f7eb833843\" rel=\"nofollow\">Add template factory to help with template provisioning</a> - TheSilkMiner - Mon May 23 21:26:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/722484125f33bc7310ea26f669a7a070792e5f5e\" rel=\"nofollow\">Convert registration to actions</a> - TheSilkMiner - Mon May 23 21:25:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01d5838879794f1c77ee718d65c4eeb7c3df9c47\" rel=\"nofollow\">Add providers for common elements</a> - TheSilkMiner - Mon May 23 17:13:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b9ad959118cd2686620273b4ec9f5951e23ac977\" rel=\"nofollow\">Fix providing a resource causing FS finalization</a> - TheSilkMiner - Mon May 23 17:03:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db0581ef1518f960f727aea6fd133671bd77094\" rel=\"nofollow\">Follow PECS for resource serializers</a> - TheSilkMiner - Mon May 23 13:33:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d8031dc9b860c9571025db4287b5c5711a70168d\" rel=\"nofollow\">Allow providing of alterable resources</a> - TheSilkMiner - Mon May 23 12:03:25 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e91d6681ff230ac2174bcda25a75837e5d0ec6af\" rel=\"nofollow\">Add first rendition of item builders</a> - TheSilkMiner - Sat May 21 16:09:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9efb8754b6ca1263b3aed83c820cce35f19f4f88\" rel=\"nofollow\">Provide ability to reference item properties</a> - TheSilkMiner - Sat May 21 16:09:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7340ffe590181018a7dd596b7a9f8d1c4e79d8bb\" rel=\"nofollow\">Add forgotten natives</a> - TheSilkMiner - Sat May 21 16:09:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dfb8968c08ae7cc9b0af9899c50b396d9b37f83b\" rel=\"nofollow\">Add custom creative tab API</a> - TheSilkMiner - Sat May 21 16:09:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1fa8618cad8a71598ef8361901ebba25f62ff98b\" rel=\"nofollow\">Add ability to reference and create items</a> - TheSilkMiner - Sat May 21 16:07:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2cd356b4251123f26706ef2082b1d84bb2403be\" rel=\"nofollow\">Fix trying to write inside non-existent directories</a> - TheSilkMiner - Sat May 21 16:03:36 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e4a3777ed6ae2e4bd59f23bd85c21b2b9e958dc\" rel=\"nofollow\">Fix resolution and relativization when in root or empty context</a> - TheSilkMiner - Sat May 21 16:03:14 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a8c8436d994f63177cdb9d9a46af0783ed20f8b9\" rel=\"nofollow\">Fix subpath implementing [begin, end] logic</a> - TheSilkMiner - Sat May 21 16:01:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/34073baf41f971254f3c742e13f2b6b89ede0294\" rel=\"nofollow\">Fix eliding of root marker in root paths</a> - TheSilkMiner - Sat May 21 16:00:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db17b54efc22d241a6b3a539dddc4f9144f8794d\" rel=\"nofollow\">Provide identifier for all ContentTweaker actions</a> - TheSilkMiner - Sat May 21 15:59:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0594a154df5fc3319838c54d7f73c3e98fc34d98\" rel=\"nofollow\">Fix duplicates due to incorrect Gradle configuration</a> - TheSilkMiner - Sat May 21 15:58:46 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ef51045b6890d17a8310e4de6497b463cd411300\" rel=\"nofollow\">Provide factory method to create object holders</a> - TheSilkMiner - Sat May 21 15:57:45 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b7c902a388ced41b35099e41e7bb21f2051b9929\" rel=\"nofollow\">Fix crash when attempting to resolve root path</a> - TheSilkMiner - Sat May 21 15:57:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dcba2b1a1e5b647f946023c682ebce7ce93fed36\" rel=\"nofollow\">Cache reference lookups</a> - TheSilkMiner - Sat May 21 15:56:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3aa57137ada6f9babac137fbb362fae692d2e709\" rel=\"nofollow\">Avoid repeated creation of useless heavy objects</a> - TheSilkMiner - Sat May 21 15:55:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e9c1844e894957503f086edec3e37d586aff8cf0\" rel=\"nofollow\">Fix channel being set to append mode when not asked to</a> - TheSilkMiner - Sat May 21 15:54:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cdbc2321639e2c7d3ce89f87cd60194933cb6892\" rel=\"nofollow\">Minor alterations to object types string conversion</a> - TheSilkMiner - Sat May 21 15:54:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb9b9b2cc287d4e5ada6fce56c87364bdea3a3e\" rel=\"nofollow\">Set Javadoc to generate with UTF-8 encoding</a> - TheSilkMiner - Sat May 21 15:53:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d063d1c6d79c81ab73fa244c45ddc9aaa57d44ee\" rel=\"nofollow\">Account for attempting to create abstract classes</a> - TheSilkMiner - Sat May 21 15:53:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/733d6dbea0c6bc261e4c382f4a31b31855cb9d78\" rel=\"nofollow\">Provide more descriptive name for pack</a> - TheSilkMiner - Sat May 21 15:52:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7228df52f2a89133a532da6f5085bc44c486da8\" rel=\"nofollow\">Load repositories on Forge</a> - TheSilkMiner - Wed May 18 11:49:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/17997775caeb1fdc12115df716df260700b127c8\" rel=\"nofollow\">Add user-level pack repository source</a> - TheSilkMiner - Wed May 18 11:49:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8fa40f8bc554ce3d1a7afe2633c54fb28724c50b\" rel=\"nofollow\">Leverage game-provided pack version</a> - TheSilkMiner - Wed May 18 11:48:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/83bd675285f13a6ae753fe2d05f852f2e8c459c5\" rel=\"nofollow\">Provide game directory access</a> - TheSilkMiner - Wed May 18 11:47:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0d621ec14040df0f990d89c1cb6200dd5a061020\" rel=\"nofollow\">Provide utility to create instances from generics</a> - TheSilkMiner - Tue May 17 14:27:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a68dad09c4a4e48cb3eaca49ad27c4de423ad9c1\" rel=\"nofollow\">Rework resource API to build file system directly</a> - TheSilkMiner - Tue May 17 12:30:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4333bcba481c6b2b7c9000f8f4a9bd7c82dc9a16\" rel=\"nofollow\">Provide first draft of resource API</a> - TheSilkMiner - Mon May 16 21:04:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d37b7417975fd3ead4e303c51b4488702a7f7fd7\" rel=\"nofollow\">Implement reference to unknown</a> - TheSilkMiner - Fri May 6 23:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eb7e85347ebc7a737bcb4eaf85c61163b627d91d\" rel=\"nofollow\">Split Unknown and UnknownFactory for upcoming reference</a> - TheSilkMiner - Fri May 6 23:09:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa5dd3d6660ddd55c8b38f792fde908fa5d005e2\" rel=\"nofollow\">Avoid warnings with GameData on registration</a> - TheSilkMiner - Fri May 6 23:08:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9be56d4e46687d36b6b1aff558ef9a45ab03a0c8\" rel=\"nofollow\">Implement Reference factories for additional support</a> - TheSilkMiner - Fri May 6 23:08:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e548408b813f5e4e8d10a1898e3ea94e0710ec8\" rel=\"nofollow\">Move zen constants to API</a> - TheSilkMiner - Fri May 6 23:04:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/76e2fc25e200553f32d10e97414988bd17f9a455\" rel=\"nofollow\">Rework ObjectType to allow Unknown and be easier</a> - TheSilkMiner - Wed May 4 12:44:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/322191898b8e53e1d30f0ed9d50a023c5f6c59eb\" rel=\"nofollow\">Rename slightly methods to be more in-line</a> - TheSilkMiner - Tue May 3 13:41:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cabfb53e4370d64acb967cd6eb10ee51619ba97d\" rel=\"nofollow\">Remove registry validation in Factory BEP</a> - TheSilkMiner - Tue May 3 13:27:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ae219428ec5d61afce93afff8d7c791c702e75fd\" rel=\"nofollow\">Move ReferenceExpression to API for more usage</a> - TheSilkMiner - Tue May 3 13:16:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6adffa22fae7795071593c7c68e1023139b0a3ea\" rel=\"nofollow\">Allow more type-specific references in RMF</a> - TheSilkMiner - Tue May 3 11:45:00 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/70b9adcea53f57120fdb9b6bd62c61b8e561a9f0\" rel=\"nofollow\">Move metafactories into rt package</a> - TheSilkMiner - Tue May 3 11:17:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c257f21b96e771334ca1080b925419c4170d2151\" rel=\"nofollow\">Add WIP Reference bracket handler</a> - TheSilkMiner - Tue May 3 11:11:35 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52c4bb945ae2030ba4889580cf9b728e47a26328\" rel=\"nofollow\">Add initial implementation for content registration</a> - TheSilkMiner - Tue May 3 11:10:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23ad6de86f91df51d7864c927dbc5abb8213c129\" rel=\"nofollow\">Move helper functions to BracketHelper</a> - TheSilkMiner - Tue May 3 11:06:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2ab08c31e8c8d91f69a0f2066b86d2a32e0c1666\" rel=\"nofollow\">Fix Unknown being registered on the wrong loader</a> - TheSilkMiner - Tue May 3 11:04:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af61d42bc1d66d297bced786f9b80ab0f8b81f47\" rel=\"nofollow\">Allow CoT plugins to register custom brackets</a> - TheSilkMiner - Tue May 3 11:03:32 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c886b42e760f73e088696bfec90238f3b2f4f8e5\" rel=\"nofollow\">Use InstantiationUtil</a> - TheSilkMiner - Tue Apr 26 11:20:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/94c6a64af038a48f1db7650914fbbb006fcf443f\" rel=\"nofollow\">Move to CurseForgeGradle</a> - TheSilkMiner - Tue Apr 26 11:19:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee1012a7282021f81497347a7347887f0c71ea81\" rel=\"nofollow\">Add missed dumping for factories</a> - TheSilkMiner - Mon Apr 25 14:33:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23387ee22d66ea3eada7b2b27e20f39226a13493\" rel=\"nofollow\">Skeleton for 1.18 ContentTweaker</a> - TheSilkMiner - Mon Apr 25 14:29:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/37d2646d606fff205bf517ba6f14acb9b16cde6b\" rel=\"nofollow\">Workaround IntelliJ Idea 2022.1 bug</a> - TheSilkMiner - Wed Apr 13 09:50:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7850440280b09003874866830a3388c9e1f5aed\" rel=\"nofollow\">Fix loading on Fabric</a> - TheSilkMiner - Wed Apr 13 09:50:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/759c32363b55e174c904be19bab6de0e7debf775\" rel=\"nofollow\">Update to 1.18.2</a> - TheSilkMiner - Mon Apr 11 10:14:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/775a1f97d3758f7b49f9d2eec338822389ba9897\" rel=\"nofollow\">Set up workspace for 1.18 port</a> - TheSilkMiner - Tue Jan 11 20:40:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8060c7f8dd2880484d83a4f5e4587ea904b2a452\" rel=\"nofollow\">add support for setting if a block is transparent</a> - Jared - Sat Jan 1 14:55:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b077acd9d25ca052154e0c2164b5b3c9f7ab6f75\" rel=\"nofollow\">Add support for custom glass blocks</a> - Jared - Sat Jan 1 13:57:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3d625d34b3729e6f8da56e26464348d90e5f708c\" rel=\"nofollow\">update CrT to resolve issues</a> - youyihj - Fri Dec 3 17:26:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec2966793dc560da59d86139482cd08f56a1143\" rel=\"nofollow\">don\'t export deprecated class</a> - youyihj - Fri Dec 3 17:21:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dc525a391e28172cd312eea577aa86b1ec38787f\" rel=\"nofollow\">expanding ItemGroup</a> - youyihj - Mon Sep 27 12:52:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ef7f54d4c398a22fd31f9f44c14566733bfe86f\" rel=\"nofollow\">item group support</a> - youyihj - Tue Aug 24 14:01:00 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0+11支持游戏: 1.18.2类型:FabricBeta下载次数: 77ContentTweaker-forge-1.18.2-1.0.0+11ContentTweaker-forge-1.18.2-1.0.0+11.jar下载1.0.0+11#Beta<h3>Current version: 1.0.0+11</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a703826f8b79f6fabb100ec4893063d76cf65865\" rel=\"nofollow\">Fix TrundleFS provider not being found</a> - TheSilkMiner - Sun Aug 7 13:44:54 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e26bdd1d01150ded212717bb6198616dd1fcd327\" rel=\"nofollow\">Fix error being wiped in case of file system creation failure</a> - TheSilkMiner - Sun Aug 7 13:12:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9bca1310f2d42cd8cda1d15d2f16f6f9741b8e06\" rel=\"nofollow\">Fix Gradle not including half of the mod</a> - TheSilkMiner - Wed Aug 3 19:12:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7b7ffdb418ba20486e55a4de799342703e93cd55\" rel=\"nofollow\">Fix refmap not generating properly</a> - TheSilkMiner - Wed Aug 3 13:56:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/60d2b9eb849400a9a0d679b72572953057cd644a\" rel=\"nofollow\">post the curse link in the webhook</a> - Jared - Tue Aug 2 03:19:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5eec8254cc94d88cc752e3eabeb4133d954f85dd\" rel=\"nofollow\">temporarily disable auto docs</a> - Jared - Tue Aug 2 03:16:23 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6c6929ef998388f597860f5e4ddaf993850a9bb7\" rel=\"nofollow\">use correct project names</a> - Jared - Tue Aug 2 03:07:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f36f464b0a64e6687d4adef78b5e3e668e74e98c\" rel=\"nofollow\">use the correct version when uploading to CF</a> - Jared - Tue Aug 2 02:57:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee0a78187a6bba013153e3a57c9dad86a0e71eb6\" rel=\"nofollow\">stop using kotlin in buildSrc</a> - Jared - Tue Aug 2 02:47:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a8ef2f218cefd84a531616fd8679146c729c7cd\" rel=\"nofollow\">Hopefully fix build</a> - Jared - Tue Aug 2 02:38:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/25f05ea16b22538c91696e2a502dc2dba52f1b56\" rel=\"nofollow\">fix small example issue</a> - Jared - Mon Aug 1 19:35:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39fbe88d4e8da2aa5379958add468a7104659099\" rel=\"nofollow\">Finish set of example scripts</a> - TheSilkMiner - Mon Aug 1 17:09:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b283f398a8ee8af87d85d80a5b7ff2f51ce2d6f0\" rel=\"nofollow\">Clarify why people would want to specify a name</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d36fc137d13090008fd1c9af2fb9289b29455eb8\" rel=\"nofollow\">Fix a couple of typos</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/afd824566df41519c1c5fa67bff08960ab8af70a\" rel=\"nofollow\">Fix NPE in TierSortingStruct</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2f609e0ce810765e327a22091342ecc0353ad96e\" rel=\"nofollow\">Fix tab references using the wrong ID</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5746e13ff91b0ddab5a6a6fb80dd151845cf338f\" rel=\"nofollow\">Fix nutrition checking the wrong value</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6d3d603481ee71f9e330cb2a4a0908daa36572c\" rel=\"nofollow\">Provide no block item warning in base class</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01ae1aaa47bc0e39aa752caa96ff93cf64f2166d\" rel=\"nofollow\">Mention where users can find help for resources</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5810514132bc87b00e54ce4b64a2b36691b7c0dc\" rel=\"nofollow\">Mention that the resource bracket is also retained</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1df96d6a240c59b7a81069dc0a7da3fdd94c9fb2\" rel=\"nofollow\">Fix Java being stupid in TrundleFS</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cbd35950f2f8c1f7458e87df615468932194c92e\" rel=\"nofollow\">fix some typos</a> - Jared - Fri Jul 29 18:46:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1e2962b3ddc305952a4e9467a77de81412d704fd\" rel=\"nofollow\">Add first set of vanilla content examples</a> - TheSilkMiner - Fri Jul 29 17:57:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8824f7547e0f33cbb9d67d28a4a0ef1a40df9786\" rel=\"nofollow\">Account for no food properties on items</a> - TheSilkMiner - Fri Jul 29 17:56:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4aa0ded41dc06a683fd0c3f403c8a28bfba5bae2\" rel=\"nofollow\">Fix some naming</a> - TheSilkMiner - Mon Jul 25 13:56:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/990e1928448112a071257e15ddbcd0e4c6d54319\" rel=\"nofollow\">Add first set of tutorial scripts</a> - TheSilkMiner - Mon Jul 25 13:53:34 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/06b05d2a80750a8239d77094e80e9f6513b03936\" rel=\"nofollow\">Follow conventions for factory methods</a> - TheSilkMiner - Mon Jul 25 13:53:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0632fa0cde334ec4289c6239a0ea928ec08236d1\" rel=\"nofollow\">Fix sorting being done in stupid ways, thanks Mojang</a> - TheSilkMiner - Mon Jul 25 13:48:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d026a50fd5a19d89320f95993ae8b7878d1e81b6\" rel=\"nofollow\">Allow references to reference everything</a> - TheSilkMiner - Mon Jul 25 13:47:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5985eee6106e0786e68db1fbd44aa111636c79d5\" rel=\"nofollow\">Allow marking of publishes as release or beta</a> - TheSilkMiner - Fri Jul 22 21:15:11 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/efa0a297bfcc27c98c32f70029123313e48825a0\" rel=\"nofollow\">Fix broken lighting on items</a> - TheSilkMiner - Fri Jul 22 21:10:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24a4dc2c3f2ed770d26b47323996c1c6fc6a8c8b\" rel=\"nofollow\">Rework Fabric registration to be on-time</a> - TheSilkMiner - Fri Jul 22 21:06:43 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/564cc4829e729d3fc6dbd2c44b4cfa0105f34997\" rel=\"nofollow\">Update Jenkinsfile</a> - Jared - Fri Jul 22 16:27:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f3231521fb6b854ce53f0c0d504ca2131cf0140b\" rel=\"nofollow\">Goodbye JEI, welcome REI</a> - TheSilkMiner - Fri Jul 22 15:11:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2027f634d6131244763e81cea105a45f8ebd2e18\" rel=\"nofollow\">Properly compile to ensure refmaps generate</a> - TheSilkMiner - Fri Jul 22 15:10:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44df4b302b23f250753759bca56b6e9401a9d79b\" rel=\"nofollow\">Properly implement resource loading on Fabric</a> - TheSilkMiner - Fri Jul 22 15:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1a32dc05211f59bdab4672b1eadc62a2a35da987\" rel=\"nofollow\">Make sure registration for CoT runs last</a> - TheSilkMiner - Fri Jul 22 15:08:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cf0391d11367d3adf8717fc4f5cd7882b9d45cb7\" rel=\"nofollow\">Do not override cloning requests in items</a> - TheSilkMiner - Thu Jul 21 14:49:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4450d8ca7b7ae07b3beac170374763f8c8513a86\" rel=\"nofollow\">Add possibility of dumping all resources to the file system</a> - TheSilkMiner - Thu Jul 21 14:37:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ecc9510164915240af101bd9a428a67fb60d47fa\" rel=\"nofollow\">Make API for BlockBuilder\'s empty loot table frendlier</a> - TheSilkMiner - Thu Jul 21 14:37:41 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e46bc8dda7ec1687a5f8f7886306d8ed4474a9ba\" rel=\"nofollow\">Fix various Mixin bits</a> - TheSilkMiner - Thu Jul 21 14:37:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3c1a5e7cd9416c734f40db1192d37cdba393f0d7\" rel=\"nofollow\">Fix version being specified wrongly in manifest</a> - TheSilkMiner - Thu Jul 21 14:36:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/901839a6acc09e87a689f507513b12598b20e7dc\" rel=\"nofollow\">Make it run again</a> - TheSilkMiner - Wed Jun 22 12:25:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02bbca3c5a055b7cd89664c3e905f198d81ebea4\" rel=\"nofollow\">Make it compile again</a> - TheSilkMiner - Wed Jun 22 12:18:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d7528451533e508f1c0a4b62f117743492d51adb\" rel=\"nofollow\">Set up multi-project and multi-sourceset Gradle configuration</a> - TheSilkMiner - Tue Jun 21 15:25:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/323320d14231573e4c564e0fbe349d4fa431067c\" rel=\"nofollow\">Remove unneeded beps</a> - TheSilkMiner - Tue Jun 21 12:09:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39eae6d7238e1bfd153db30765c12c622fc4eceb\" rel=\"nofollow\">Well, that\'s done</a> - TheSilkMiner - Tue Jun 21 12:08:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1b130fa5c3b2ad39e32d6bcecb60d03b14842a31\" rel=\"nofollow\">Remove staged action support as it is now unneeded</a> - TheSilkMiner - Tue Jun 21 12:07:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/536ef239e6c43a921f3f20d9a3bb66e003ccbf14\" rel=\"nofollow\">Rework entire API to use standalone object types and references</a> - TheSilkMiner - Tue Jun 21 12:07:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee080cc302951d1d3faa4e5966293e5936eb8089\" rel=\"nofollow\">Provide helper for automatic resolver-based dumping</a> - TheSilkMiner - Tue Jun 21 12:00:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92a0cf954da9161c59782a94e8d99ac8708a9e42\" rel=\"nofollow\">Move references to resolvers</a> - TheSilkMiner - Tue Jun 21 11:57:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ef48874e73c850c096d1438dbfeab43872592b6\" rel=\"nofollow\">Properly pass-through event</a> - TheSilkMiner - Tue Jun 21 11:56:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e3114e59932eff85308680f106d03c0a44c17ee1\" rel=\"nofollow\">Allow querying of block properties</a> - TheSilkMiner - Tue Jun 21 11:54:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2ce273c405930affdc872c2307b4bbcde03bede\" rel=\"nofollow\">Rework GameRegistry system to be more registry-like</a> - TheSilkMiner - Tue Jun 21 11:54:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c3b08fa6effe334b42a51ba886d1f02af89eec9\" rel=\"nofollow\">I think I can do this</a> - TheSilkMiner - Tue Jun 21 11:50:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a984d3e6c63abaddf84defb54568372a942108c6\" rel=\"nofollow\">Rework object resolvers into registry resolvers</a> - TheSilkMiner - Tue Jun 21 11:50:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78b676bee077fd124afcbc6b89c865c3d6887c7a\" rel=\"nofollow\">Move object types to API</a> - TheSilkMiner - Tue Jun 21 11:45:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eaf0268fc40b8ec83a7b06be01bf5698aefa548d\" rel=\"nofollow\">Add a more detailed toString output for holders</a> - TheSilkMiner - Mon Jun 20 15:13:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af0af3a2087964fccbcc3f120971d05e043e6368\" rel=\"nofollow\">Move from reflection to method handles in OFM</a> - TheSilkMiner - Mon Jun 20 12:10:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55ce6b9fae6c312612f9995c32cdd36f2936d043\" rel=\"nofollow\">Begin API rework to allow non-registry-backed object types</a> - TheSilkMiner - Sat Jun 18 16:35:54 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/154cd19a9dd252410946dcb1103a9f51fb7d85e5\" rel=\"nofollow\">Collapse metafactories into single classes</a> - TheSilkMiner - Sat Jun 18 15:47:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1933cc8ef0d2db08f8877e032e2185e74e9b9ce6\" rel=\"nofollow\">Remove \'Unknown\' as it makes no sense</a> - TheSilkMiner - Sat Jun 18 15:39:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6e947e97887b6be6e401af6ad675fae193e030d0\" rel=\"nofollow\">Fix wrong handling of paths in Runtime Pack</a> - TheSilkMiner - Sat Jun 18 15:28:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c1228596ccb10280adde9a6bc9f4421cb496701\" rel=\"nofollow\">Add possibility of custom tool creation</a> - TheSilkMiner - Sat Jun 18 15:28:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1777de35c9998628b3d73a24813b223244e13f5\" rel=\"nofollow\">Add block builders</a> - TheSilkMiner - Sat Jun 18 15:27:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12c56d61f6ee0ec2131ea99be6cb4e44f80009f9\" rel=\"nofollow\">Add registry for all sound types</a> - TheSilkMiner - Sat Jun 18 15:25:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5ce58ff4daac2e0b8d47b19436ce9e44410e7887\" rel=\"nofollow\">Remove item bracket dump as unused</a> - TheSilkMiner - Sat Jun 18 15:22:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91b845ffb519ac67da0dc8e2e80e2f8c24ecb30d\" rel=\"nofollow\">Add missed actions and natives</a> - TheSilkMiner - Sat Jun 18 15:21:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85e781ba70a071959b9d56351f21984324fd8c6e\" rel=\"nofollow\">Add sound type support</a> - TheSilkMiner - Sat Jun 18 15:20:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8b3238c892b8fe934ae15f97a73ae25a528512fa\" rel=\"nofollow\">Add Material support</a> - TheSilkMiner - Sat Jun 18 15:19:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a0eaba56e2a022eef064843101cbb1ecf5a6aeee\" rel=\"nofollow\">Add material color support</a> - TheSilkMiner - Sat Jun 18 15:18:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78c4471aa78edadf74c78afd62df4f524591b743\" rel=\"nofollow\">Prevent access of properties from ZenCode</a> - TheSilkMiner - Sat Jun 18 15:14:57 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b6372da287161f37fbe6f09a1c6e53094f40f7be\" rel=\"nofollow\">Allow no-dumper custom brackets</a> - TheSilkMiner - Sat Jun 18 15:14:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e714eaeabfe2cdf848a8f597bae117213d33ed45\" rel=\"nofollow\">Add resource bracket expression</a> - TheSilkMiner - Sat Jun 18 15:12:53 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f80319ae33e659559b9633ded0d0247515d8418d\" rel=\"nofollow\">Add additional logging for better debugging</a> - TheSilkMiner - Sat Jun 18 15:11:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5ad22c67127b12d93ce785a52212f62f52916b1\" rel=\"nofollow\">Move Tier Registry to API</a> - TheSilkMiner - Sat Jun 18 15:11:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4531925d26321d549d5be6adb1c68fbbcac498f9\" rel=\"nofollow\">Add sound event support</a> - TheSilkMiner - Sat Jun 4 15:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d62f2bdac669f8534d3e37dfc7106c3f35e2c2fd\" rel=\"nofollow\">Rework tab and tier creation to be delayed</a> - TheSilkMiner - Tue May 31 15:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/443d10a7f27367fae8f104fbcd8f6c20b1ca2c4f\" rel=\"nofollow\">Add complete tool set</a> - TheSilkMiner - Mon May 30 14:49:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fc35cf3a58a2151454fb1854d7210673b1ffabc1\" rel=\"nofollow\">Fully implement pickaxe textures</a> - TheSilkMiner - Sun May 29 12:46:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889cc1bf69ffd6c27739d615129631455fed07a6\" rel=\"nofollow\">[WIP/Not Working] Add framework to add custom tools</a> - TheSilkMiner - Sat May 28 15:02:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e4781d52f9518c1e848be6946531effc7901939a\" rel=\"nofollow\">Implement <code><tooltype></code> bracket handler on both loaders</a> - TheSilkMiner - Sat May 28 15:01:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889b2a4a85b31e800059367eabceb52fcb26f2bc\" rel=\"nofollow\">Provide better conventional name</a> - TheSilkMiner - Sat May 28 14:59:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa84b3a249d223b66e1ecdddeb6861468040f335\" rel=\"nofollow\">Fix optionals being untyped</a> - TheSilkMiner - Sat May 28 14:59:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c6a453357b51506cef4880fd45dd08940144137\" rel=\"nofollow\">Provide better default names</a> - TheSilkMiner - Sat May 28 14:58:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98ef974f66118ab10e428d5c23be775de1463cc5\" rel=\"nofollow\">Show CoT plugins in CT log for better diagnosis</a> - TheSilkMiner - Sat May 28 14:57:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa447303425087564ab998c57d8d6dad21708056\" rel=\"nofollow\">Add translations</a> - TheSilkMiner - Fri May 27 16:42:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a15a24e5614de7a21a88f4cf9966c7580cc4693\" rel=\"nofollow\">Fix Trundle DS resolving paths from root instead of parent</a> - TheSilkMiner - Fri May 27 16:41:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52b9523f1ed118ed27ac518bf4876cd70dd3bae7\" rel=\"nofollow\">Add command to dump generated resources to log</a> - TheSilkMiner - Fri May 27 16:41:04 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d1ebd355586e1194a65431859d00453e673af80\" rel=\"nofollow\">Fix Trundle Path not properly resolving <code>/</code></a> - TheSilkMiner - Fri May 27 16:40:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8821bb7afb74953774d16396e76c96614e9f458a\" rel=\"nofollow\">Refactor item builders</a> - TheSilkMiner - Fri May 27 15:33:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db63b41a53734dd3b338f586f7f1a7972dffa7dc\" rel=\"nofollow\">Expose Tiers, for future tool builder</a> - TheSilkMiner - Fri May 27 15:31:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/48978bef317ae2b28696535a212b98e9bbc6838f\" rel=\"nofollow\">Change missing textures</a> - TheSilkMiner - Wed May 25 13:37:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7c47f986fd69b40bce31e509a9e362d7501792a4\" rel=\"nofollow\">Add basic item texture template</a> - TheSilkMiner - Tue May 24 21:17:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/03787bd9afa75ad9dfb09a08d0b1d43897abe1c8\" rel=\"nofollow\">Generate language entry for creative tab</a> - TheSilkMiner - Tue May 24 21:16:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ec4abd519d0b076b2119590e46908fbf6f91a099\" rel=\"nofollow\">Rework templates not to require a helper</a> - TheSilkMiner - Tue May 24 21:15:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2625365c43c6ee50855d47219936f7eb833843\" rel=\"nofollow\">Add template factory to help with template provisioning</a> - TheSilkMiner - Mon May 23 21:26:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/722484125f33bc7310ea26f669a7a070792e5f5e\" rel=\"nofollow\">Convert registration to actions</a> - TheSilkMiner - Mon May 23 21:25:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01d5838879794f1c77ee718d65c4eeb7c3df9c47\" rel=\"nofollow\">Add providers for common elements</a> - TheSilkMiner - Mon May 23 17:13:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b9ad959118cd2686620273b4ec9f5951e23ac977\" rel=\"nofollow\">Fix providing a resource causing FS finalization</a> - TheSilkMiner - Mon May 23 17:03:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db0581ef1518f960f727aea6fd133671bd77094\" rel=\"nofollow\">Follow PECS for resource serializers</a> - TheSilkMiner - Mon May 23 13:33:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d8031dc9b860c9571025db4287b5c5711a70168d\" rel=\"nofollow\">Allow providing of alterable resources</a> - TheSilkMiner - Mon May 23 12:03:25 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e91d6681ff230ac2174bcda25a75837e5d0ec6af\" rel=\"nofollow\">Add first rendition of item builders</a> - TheSilkMiner - Sat May 21 16:09:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9efb8754b6ca1263b3aed83c820cce35f19f4f88\" rel=\"nofollow\">Provide ability to reference item properties</a> - TheSilkMiner - Sat May 21 16:09:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7340ffe590181018a7dd596b7a9f8d1c4e79d8bb\" rel=\"nofollow\">Add forgotten natives</a> - TheSilkMiner - Sat May 21 16:09:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dfb8968c08ae7cc9b0af9899c50b396d9b37f83b\" rel=\"nofollow\">Add custom creative tab API</a> - TheSilkMiner - Sat May 21 16:09:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1fa8618cad8a71598ef8361901ebba25f62ff98b\" rel=\"nofollow\">Add ability to reference and create items</a> - TheSilkMiner - Sat May 21 16:07:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2cd356b4251123f26706ef2082b1d84bb2403be\" rel=\"nofollow\">Fix trying to write inside non-existent directories</a> - TheSilkMiner - Sat May 21 16:03:36 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e4a3777ed6ae2e4bd59f23bd85c21b2b9e958dc\" rel=\"nofollow\">Fix resolution and relativization when in root or empty context</a> - TheSilkMiner - Sat May 21 16:03:14 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a8c8436d994f63177cdb9d9a46af0783ed20f8b9\" rel=\"nofollow\">Fix subpath implementing [begin, end] logic</a> - TheSilkMiner - Sat May 21 16:01:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/34073baf41f971254f3c742e13f2b6b89ede0294\" rel=\"nofollow\">Fix eliding of root marker in root paths</a> - TheSilkMiner - Sat May 21 16:00:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db17b54efc22d241a6b3a539dddc4f9144f8794d\" rel=\"nofollow\">Provide identifier for all ContentTweaker actions</a> - TheSilkMiner - Sat May 21 15:59:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0594a154df5fc3319838c54d7f73c3e98fc34d98\" rel=\"nofollow\">Fix duplicates due to incorrect Gradle configuration</a> - TheSilkMiner - Sat May 21 15:58:46 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ef51045b6890d17a8310e4de6497b463cd411300\" rel=\"nofollow\">Provide factory method to create object holders</a> - TheSilkMiner - Sat May 21 15:57:45 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b7c902a388ced41b35099e41e7bb21f2051b9929\" rel=\"nofollow\">Fix crash when attempting to resolve root path</a> - TheSilkMiner - Sat May 21 15:57:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dcba2b1a1e5b647f946023c682ebce7ce93fed36\" rel=\"nofollow\">Cache reference lookups</a> - TheSilkMiner - Sat May 21 15:56:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3aa57137ada6f9babac137fbb362fae692d2e709\" rel=\"nofollow\">Avoid repeated creation of useless heavy objects</a> - TheSilkMiner - Sat May 21 15:55:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e9c1844e894957503f086edec3e37d586aff8cf0\" rel=\"nofollow\">Fix channel being set to append mode when not asked to</a> - TheSilkMiner - Sat May 21 15:54:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cdbc2321639e2c7d3ce89f87cd60194933cb6892\" rel=\"nofollow\">Minor alterations to object types string conversion</a> - TheSilkMiner - Sat May 21 15:54:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb9b9b2cc287d4e5ada6fce56c87364bdea3a3e\" rel=\"nofollow\">Set Javadoc to generate with UTF-8 encoding</a> - TheSilkMiner - Sat May 21 15:53:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d063d1c6d79c81ab73fa244c45ddc9aaa57d44ee\" rel=\"nofollow\">Account for attempting to create abstract classes</a> - TheSilkMiner - Sat May 21 15:53:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/733d6dbea0c6bc261e4c382f4a31b31855cb9d78\" rel=\"nofollow\">Provide more descriptive name for pack</a> - TheSilkMiner - Sat May 21 15:52:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7228df52f2a89133a532da6f5085bc44c486da8\" rel=\"nofollow\">Load repositories on Forge</a> - TheSilkMiner - Wed May 18 11:49:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/17997775caeb1fdc12115df716df260700b127c8\" rel=\"nofollow\">Add user-level pack repository source</a> - TheSilkMiner - Wed May 18 11:49:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8fa40f8bc554ce3d1a7afe2633c54fb28724c50b\" rel=\"nofollow\">Leverage game-provided pack version</a> - TheSilkMiner - Wed May 18 11:48:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/83bd675285f13a6ae753fe2d05f852f2e8c459c5\" rel=\"nofollow\">Provide game directory access</a> - TheSilkMiner - Wed May 18 11:47:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0d621ec14040df0f990d89c1cb6200dd5a061020\" rel=\"nofollow\">Provide utility to create instances from generics</a> - TheSilkMiner - Tue May 17 14:27:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a68dad09c4a4e48cb3eaca49ad27c4de423ad9c1\" rel=\"nofollow\">Rework resource API to build file system directly</a> - TheSilkMiner - Tue May 17 12:30:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4333bcba481c6b2b7c9000f8f4a9bd7c82dc9a16\" rel=\"nofollow\">Provide first draft of resource API</a> - TheSilkMiner - Mon May 16 21:04:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d37b7417975fd3ead4e303c51b4488702a7f7fd7\" rel=\"nofollow\">Implement reference to unknown</a> - TheSilkMiner - Fri May 6 23:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eb7e85347ebc7a737bcb4eaf85c61163b627d91d\" rel=\"nofollow\">Split Unknown and UnknownFactory for upcoming reference</a> - TheSilkMiner - Fri May 6 23:09:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa5dd3d6660ddd55c8b38f792fde908fa5d005e2\" rel=\"nofollow\">Avoid warnings with GameData on registration</a> - TheSilkMiner - Fri May 6 23:08:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9be56d4e46687d36b6b1aff558ef9a45ab03a0c8\" rel=\"nofollow\">Implement Reference factories for additional support</a> - TheSilkMiner - Fri May 6 23:08:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e548408b813f5e4e8d10a1898e3ea94e0710ec8\" rel=\"nofollow\">Move zen constants to API</a> - TheSilkMiner - Fri May 6 23:04:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/76e2fc25e200553f32d10e97414988bd17f9a455\" rel=\"nofollow\">Rework ObjectType to allow Unknown and be easier</a> - TheSilkMiner - Wed May 4 12:44:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/322191898b8e53e1d30f0ed9d50a023c5f6c59eb\" rel=\"nofollow\">Rename slightly methods to be more in-line</a> - TheSilkMiner - Tue May 3 13:41:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cabfb53e4370d64acb967cd6eb10ee51619ba97d\" rel=\"nofollow\">Remove registry validation in Factory BEP</a> - TheSilkMiner - Tue May 3 13:27:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ae219428ec5d61afce93afff8d7c791c702e75fd\" rel=\"nofollow\">Move ReferenceExpression to API for more usage</a> - TheSilkMiner - Tue May 3 13:16:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6adffa22fae7795071593c7c68e1023139b0a3ea\" rel=\"nofollow\">Allow more type-specific references in RMF</a> - TheSilkMiner - Tue May 3 11:45:00 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/70b9adcea53f57120fdb9b6bd62c61b8e561a9f0\" rel=\"nofollow\">Move metafactories into rt package</a> - TheSilkMiner - Tue May 3 11:17:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c257f21b96e771334ca1080b925419c4170d2151\" rel=\"nofollow\">Add WIP Reference bracket handler</a> - TheSilkMiner - Tue May 3 11:11:35 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52c4bb945ae2030ba4889580cf9b728e47a26328\" rel=\"nofollow\">Add initial implementation for content registration</a> - TheSilkMiner - Tue May 3 11:10:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23ad6de86f91df51d7864c927dbc5abb8213c129\" rel=\"nofollow\">Move helper functions to BracketHelper</a> - TheSilkMiner - Tue May 3 11:06:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2ab08c31e8c8d91f69a0f2066b86d2a32e0c1666\" rel=\"nofollow\">Fix Unknown being registered on the wrong loader</a> - TheSilkMiner - Tue May 3 11:04:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af61d42bc1d66d297bced786f9b80ab0f8b81f47\" rel=\"nofollow\">Allow CoT plugins to register custom brackets</a> - TheSilkMiner - Tue May 3 11:03:32 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c886b42e760f73e088696bfec90238f3b2f4f8e5\" rel=\"nofollow\">Use InstantiationUtil</a> - TheSilkMiner - Tue Apr 26 11:20:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/94c6a64af038a48f1db7650914fbbb006fcf443f\" rel=\"nofollow\">Move to CurseForgeGradle</a> - TheSilkMiner - Tue Apr 26 11:19:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee1012a7282021f81497347a7347887f0c71ea81\" rel=\"nofollow\">Add missed dumping for factories</a> - TheSilkMiner - Mon Apr 25 14:33:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23387ee22d66ea3eada7b2b27e20f39226a13493\" rel=\"nofollow\">Skeleton for 1.18 ContentTweaker</a> - TheSilkMiner - Mon Apr 25 14:29:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/37d2646d606fff205bf517ba6f14acb9b16cde6b\" rel=\"nofollow\">Workaround IntelliJ Idea 2022.1 bug</a> - TheSilkMiner - Wed Apr 13 09:50:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7850440280b09003874866830a3388c9e1f5aed\" rel=\"nofollow\">Fix loading on Fabric</a> - TheSilkMiner - Wed Apr 13 09:50:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/759c32363b55e174c904be19bab6de0e7debf775\" rel=\"nofollow\">Update to 1.18.2</a> - TheSilkMiner - Mon Apr 11 10:14:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/775a1f97d3758f7b49f9d2eec338822389ba9897\" rel=\"nofollow\">Set up workspace for 1.18 port</a> - TheSilkMiner - Tue Jan 11 20:40:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8060c7f8dd2880484d83a4f5e4587ea904b2a452\" rel=\"nofollow\">add support for setting if a block is transparent</a> - Jared - Sat Jan 1 14:55:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b077acd9d25ca052154e0c2164b5b3c9f7ab6f75\" rel=\"nofollow\">Add support for custom glass blocks</a> - Jared - Sat Jan 1 13:57:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3d625d34b3729e6f8da56e26464348d90e5f708c\" rel=\"nofollow\">update CrT to resolve issues</a> - youyihj - Fri Dec 3 17:26:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec2966793dc560da59d86139482cd08f56a1143\" rel=\"nofollow\">don\'t export deprecated class</a> - youyihj - Fri Dec 3 17:21:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dc525a391e28172cd312eea577aa86b1ec38787f\" rel=\"nofollow\">expanding ItemGroup</a> - youyihj - Mon Sep 27 12:52:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ef7f54d4c398a22fd31f9f44c14566733bfe86f\" rel=\"nofollow\">item group support</a> - youyihj - Tue Aug 24 14:01:00 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0+11支持游戏: 1.18.2类型:ForgeBeta下载次数: 140ContentTweaker-fabric-1.18.2-1.0.0+10ContentTweaker-fabric-1.18.2-1.0.0+10.jar下载1.0.0+10#Beta<h3>Current version: 1.0.0+10</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e26bdd1d01150ded212717bb6198616dd1fcd327\" rel=\"nofollow\">Fix error being wiped in case of file system creation failure</a> - TheSilkMiner - Sun Aug 7 13:12:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9bca1310f2d42cd8cda1d15d2f16f6f9741b8e06\" rel=\"nofollow\">Fix Gradle not including half of the mod</a> - TheSilkMiner - Wed Aug 3 19:12:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7b7ffdb418ba20486e55a4de799342703e93cd55\" rel=\"nofollow\">Fix refmap not generating properly</a> - TheSilkMiner - Wed Aug 3 13:56:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/60d2b9eb849400a9a0d679b72572953057cd644a\" rel=\"nofollow\">post the curse link in the webhook</a> - Jared - Tue Aug 2 03:19:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5eec8254cc94d88cc752e3eabeb4133d954f85dd\" rel=\"nofollow\">temporarily disable auto docs</a> - Jared - Tue Aug 2 03:16:23 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6c6929ef998388f597860f5e4ddaf993850a9bb7\" rel=\"nofollow\">use correct project names</a> - Jared - Tue Aug 2 03:07:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f36f464b0a64e6687d4adef78b5e3e668e74e98c\" rel=\"nofollow\">use the correct version when uploading to CF</a> - Jared - Tue Aug 2 02:57:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee0a78187a6bba013153e3a57c9dad86a0e71eb6\" rel=\"nofollow\">stop using kotlin in buildSrc</a> - Jared - Tue Aug 2 02:47:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a8ef2f218cefd84a531616fd8679146c729c7cd\" rel=\"nofollow\">Hopefully fix build</a> - Jared - Tue Aug 2 02:38:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/25f05ea16b22538c91696e2a502dc2dba52f1b56\" rel=\"nofollow\">fix small example issue</a> - Jared - Mon Aug 1 19:35:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39fbe88d4e8da2aa5379958add468a7104659099\" rel=\"nofollow\">Finish set of example scripts</a> - TheSilkMiner - Mon Aug 1 17:09:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b283f398a8ee8af87d85d80a5b7ff2f51ce2d6f0\" rel=\"nofollow\">Clarify why people would want to specify a name</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d36fc137d13090008fd1c9af2fb9289b29455eb8\" rel=\"nofollow\">Fix a couple of typos</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/afd824566df41519c1c5fa67bff08960ab8af70a\" rel=\"nofollow\">Fix NPE in TierSortingStruct</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2f609e0ce810765e327a22091342ecc0353ad96e\" rel=\"nofollow\">Fix tab references using the wrong ID</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5746e13ff91b0ddab5a6a6fb80dd151845cf338f\" rel=\"nofollow\">Fix nutrition checking the wrong value</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6d3d603481ee71f9e330cb2a4a0908daa36572c\" rel=\"nofollow\">Provide no block item warning in base class</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01ae1aaa47bc0e39aa752caa96ff93cf64f2166d\" rel=\"nofollow\">Mention where users can find help for resources</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5810514132bc87b00e54ce4b64a2b36691b7c0dc\" rel=\"nofollow\">Mention that the resource bracket is also retained</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1df96d6a240c59b7a81069dc0a7da3fdd94c9fb2\" rel=\"nofollow\">Fix Java being stupid in TrundleFS</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cbd35950f2f8c1f7458e87df615468932194c92e\" rel=\"nofollow\">fix some typos</a> - Jared - Fri Jul 29 18:46:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1e2962b3ddc305952a4e9467a77de81412d704fd\" rel=\"nofollow\">Add first set of vanilla content examples</a> - TheSilkMiner - Fri Jul 29 17:57:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8824f7547e0f33cbb9d67d28a4a0ef1a40df9786\" rel=\"nofollow\">Account for no food properties on items</a> - TheSilkMiner - Fri Jul 29 17:56:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4aa0ded41dc06a683fd0c3f403c8a28bfba5bae2\" rel=\"nofollow\">Fix some naming</a> - TheSilkMiner - Mon Jul 25 13:56:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/990e1928448112a071257e15ddbcd0e4c6d54319\" rel=\"nofollow\">Add first set of tutorial scripts</a> - TheSilkMiner - Mon Jul 25 13:53:34 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/06b05d2a80750a8239d77094e80e9f6513b03936\" rel=\"nofollow\">Follow conventions for factory methods</a> - TheSilkMiner - Mon Jul 25 13:53:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0632fa0cde334ec4289c6239a0ea928ec08236d1\" rel=\"nofollow\">Fix sorting being done in stupid ways, thanks Mojang</a> - TheSilkMiner - Mon Jul 25 13:48:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d026a50fd5a19d89320f95993ae8b7878d1e81b6\" rel=\"nofollow\">Allow references to reference everything</a> - TheSilkMiner - Mon Jul 25 13:47:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5985eee6106e0786e68db1fbd44aa111636c79d5\" rel=\"nofollow\">Allow marking of publishes as release or beta</a> - TheSilkMiner - Fri Jul 22 21:15:11 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/efa0a297bfcc27c98c32f70029123313e48825a0\" rel=\"nofollow\">Fix broken lighting on items</a> - TheSilkMiner - Fri Jul 22 21:10:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24a4dc2c3f2ed770d26b47323996c1c6fc6a8c8b\" rel=\"nofollow\">Rework Fabric registration to be on-time</a> - TheSilkMiner - Fri Jul 22 21:06:43 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/564cc4829e729d3fc6dbd2c44b4cfa0105f34997\" rel=\"nofollow\">Update Jenkinsfile</a> - Jared - Fri Jul 22 16:27:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f3231521fb6b854ce53f0c0d504ca2131cf0140b\" rel=\"nofollow\">Goodbye JEI, welcome REI</a> - TheSilkMiner - Fri Jul 22 15:11:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2027f634d6131244763e81cea105a45f8ebd2e18\" rel=\"nofollow\">Properly compile to ensure refmaps generate</a> - TheSilkMiner - Fri Jul 22 15:10:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44df4b302b23f250753759bca56b6e9401a9d79b\" rel=\"nofollow\">Properly implement resource loading on Fabric</a> - TheSilkMiner - Fri Jul 22 15:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1a32dc05211f59bdab4672b1eadc62a2a35da987\" rel=\"nofollow\">Make sure registration for CoT runs last</a> - TheSilkMiner - Fri Jul 22 15:08:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cf0391d11367d3adf8717fc4f5cd7882b9d45cb7\" rel=\"nofollow\">Do not override cloning requests in items</a> - TheSilkMiner - Thu Jul 21 14:49:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4450d8ca7b7ae07b3beac170374763f8c8513a86\" rel=\"nofollow\">Add possibility of dumping all resources to the file system</a> - TheSilkMiner - Thu Jul 21 14:37:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ecc9510164915240af101bd9a428a67fb60d47fa\" rel=\"nofollow\">Make API for BlockBuilder\'s empty loot table frendlier</a> - TheSilkMiner - Thu Jul 21 14:37:41 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e46bc8dda7ec1687a5f8f7886306d8ed4474a9ba\" rel=\"nofollow\">Fix various Mixin bits</a> - TheSilkMiner - Thu Jul 21 14:37:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3c1a5e7cd9416c734f40db1192d37cdba393f0d7\" rel=\"nofollow\">Fix version being specified wrongly in manifest</a> - TheSilkMiner - Thu Jul 21 14:36:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/901839a6acc09e87a689f507513b12598b20e7dc\" rel=\"nofollow\">Make it run again</a> - TheSilkMiner - Wed Jun 22 12:25:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02bbca3c5a055b7cd89664c3e905f198d81ebea4\" rel=\"nofollow\">Make it compile again</a> - TheSilkMiner - Wed Jun 22 12:18:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d7528451533e508f1c0a4b62f117743492d51adb\" rel=\"nofollow\">Set up multi-project and multi-sourceset Gradle configuration</a> - TheSilkMiner - Tue Jun 21 15:25:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/323320d14231573e4c564e0fbe349d4fa431067c\" rel=\"nofollow\">Remove unneeded beps</a> - TheSilkMiner - Tue Jun 21 12:09:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39eae6d7238e1bfd153db30765c12c622fc4eceb\" rel=\"nofollow\">Well, that\'s done</a> - TheSilkMiner - Tue Jun 21 12:08:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1b130fa5c3b2ad39e32d6bcecb60d03b14842a31\" rel=\"nofollow\">Remove staged action support as it is now unneeded</a> - TheSilkMiner - Tue Jun 21 12:07:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/536ef239e6c43a921f3f20d9a3bb66e003ccbf14\" rel=\"nofollow\">Rework entire API to use standalone object types and references</a> - TheSilkMiner - Tue Jun 21 12:07:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee080cc302951d1d3faa4e5966293e5936eb8089\" rel=\"nofollow\">Provide helper for automatic resolver-based dumping</a> - TheSilkMiner - Tue Jun 21 12:00:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92a0cf954da9161c59782a94e8d99ac8708a9e42\" rel=\"nofollow\">Move references to resolvers</a> - TheSilkMiner - Tue Jun 21 11:57:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ef48874e73c850c096d1438dbfeab43872592b6\" rel=\"nofollow\">Properly pass-through event</a> - TheSilkMiner - Tue Jun 21 11:56:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e3114e59932eff85308680f106d03c0a44c17ee1\" rel=\"nofollow\">Allow querying of block properties</a> - TheSilkMiner - Tue Jun 21 11:54:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2ce273c405930affdc872c2307b4bbcde03bede\" rel=\"nofollow\">Rework GameRegistry system to be more registry-like</a> - TheSilkMiner - Tue Jun 21 11:54:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c3b08fa6effe334b42a51ba886d1f02af89eec9\" rel=\"nofollow\">I think I can do this</a> - TheSilkMiner - Tue Jun 21 11:50:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a984d3e6c63abaddf84defb54568372a942108c6\" rel=\"nofollow\">Rework object resolvers into registry resolvers</a> - TheSilkMiner - Tue Jun 21 11:50:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78b676bee077fd124afcbc6b89c865c3d6887c7a\" rel=\"nofollow\">Move object types to API</a> - TheSilkMiner - Tue Jun 21 11:45:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eaf0268fc40b8ec83a7b06be01bf5698aefa548d\" rel=\"nofollow\">Add a more detailed toString output for holders</a> - TheSilkMiner - Mon Jun 20 15:13:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af0af3a2087964fccbcc3f120971d05e043e6368\" rel=\"nofollow\">Move from reflection to method handles in OFM</a> - TheSilkMiner - Mon Jun 20 12:10:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55ce6b9fae6c312612f9995c32cdd36f2936d043\" rel=\"nofollow\">Begin API rework to allow non-registry-backed object types</a> - TheSilkMiner - Sat Jun 18 16:35:54 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/154cd19a9dd252410946dcb1103a9f51fb7d85e5\" rel=\"nofollow\">Collapse metafactories into single classes</a> - TheSilkMiner - Sat Jun 18 15:47:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1933cc8ef0d2db08f8877e032e2185e74e9b9ce6\" rel=\"nofollow\">Remove \'Unknown\' as it makes no sense</a> - TheSilkMiner - Sat Jun 18 15:39:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6e947e97887b6be6e401af6ad675fae193e030d0\" rel=\"nofollow\">Fix wrong handling of paths in Runtime Pack</a> - TheSilkMiner - Sat Jun 18 15:28:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c1228596ccb10280adde9a6bc9f4421cb496701\" rel=\"nofollow\">Add possibility of custom tool creation</a> - TheSilkMiner - Sat Jun 18 15:28:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1777de35c9998628b3d73a24813b223244e13f5\" rel=\"nofollow\">Add block builders</a> - TheSilkMiner - Sat Jun 18 15:27:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12c56d61f6ee0ec2131ea99be6cb4e44f80009f9\" rel=\"nofollow\">Add registry for all sound types</a> - TheSilkMiner - Sat Jun 18 15:25:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5ce58ff4daac2e0b8d47b19436ce9e44410e7887\" rel=\"nofollow\">Remove item bracket dump as unused</a> - TheSilkMiner - Sat Jun 18 15:22:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91b845ffb519ac67da0dc8e2e80e2f8c24ecb30d\" rel=\"nofollow\">Add missed actions and natives</a> - TheSilkMiner - Sat Jun 18 15:21:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85e781ba70a071959b9d56351f21984324fd8c6e\" rel=\"nofollow\">Add sound type support</a> - TheSilkMiner - Sat Jun 18 15:20:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8b3238c892b8fe934ae15f97a73ae25a528512fa\" rel=\"nofollow\">Add Material support</a> - TheSilkMiner - Sat Jun 18 15:19:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a0eaba56e2a022eef064843101cbb1ecf5a6aeee\" rel=\"nofollow\">Add material color support</a> - TheSilkMiner - Sat Jun 18 15:18:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78c4471aa78edadf74c78afd62df4f524591b743\" rel=\"nofollow\">Prevent access of properties from ZenCode</a> - TheSilkMiner - Sat Jun 18 15:14:57 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b6372da287161f37fbe6f09a1c6e53094f40f7be\" rel=\"nofollow\">Allow no-dumper custom brackets</a> - TheSilkMiner - Sat Jun 18 15:14:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e714eaeabfe2cdf848a8f597bae117213d33ed45\" rel=\"nofollow\">Add resource bracket expression</a> - TheSilkMiner - Sat Jun 18 15:12:53 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f80319ae33e659559b9633ded0d0247515d8418d\" rel=\"nofollow\">Add additional logging for better debugging</a> - TheSilkMiner - Sat Jun 18 15:11:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5ad22c67127b12d93ce785a52212f62f52916b1\" rel=\"nofollow\">Move Tier Registry to API</a> - TheSilkMiner - Sat Jun 18 15:11:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4531925d26321d549d5be6adb1c68fbbcac498f9\" rel=\"nofollow\">Add sound event support</a> - TheSilkMiner - Sat Jun 4 15:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d62f2bdac669f8534d3e37dfc7106c3f35e2c2fd\" rel=\"nofollow\">Rework tab and tier creation to be delayed</a> - TheSilkMiner - Tue May 31 15:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/443d10a7f27367fae8f104fbcd8f6c20b1ca2c4f\" rel=\"nofollow\">Add complete tool set</a> - TheSilkMiner - Mon May 30 14:49:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fc35cf3a58a2151454fb1854d7210673b1ffabc1\" rel=\"nofollow\">Fully implement pickaxe textures</a> - TheSilkMiner - Sun May 29 12:46:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889cc1bf69ffd6c27739d615129631455fed07a6\" rel=\"nofollow\">[WIP/Not Working] Add framework to add custom tools</a> - TheSilkMiner - Sat May 28 15:02:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e4781d52f9518c1e848be6946531effc7901939a\" rel=\"nofollow\">Implement <code><tooltype></code> bracket handler on both loaders</a> - TheSilkMiner - Sat May 28 15:01:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889b2a4a85b31e800059367eabceb52fcb26f2bc\" rel=\"nofollow\">Provide better conventional name</a> - TheSilkMiner - Sat May 28 14:59:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa84b3a249d223b66e1ecdddeb6861468040f335\" rel=\"nofollow\">Fix optionals being untyped</a> - TheSilkMiner - Sat May 28 14:59:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c6a453357b51506cef4880fd45dd08940144137\" rel=\"nofollow\">Provide better default names</a> - TheSilkMiner - Sat May 28 14:58:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98ef974f66118ab10e428d5c23be775de1463cc5\" rel=\"nofollow\">Show CoT plugins in CT log for better diagnosis</a> - TheSilkMiner - Sat May 28 14:57:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa447303425087564ab998c57d8d6dad21708056\" rel=\"nofollow\">Add translations</a> - TheSilkMiner - Fri May 27 16:42:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a15a24e5614de7a21a88f4cf9966c7580cc4693\" rel=\"nofollow\">Fix Trundle DS resolving paths from root instead of parent</a> - TheSilkMiner - Fri May 27 16:41:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52b9523f1ed118ed27ac518bf4876cd70dd3bae7\" rel=\"nofollow\">Add command to dump generated resources to log</a> - TheSilkMiner - Fri May 27 16:41:04 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d1ebd355586e1194a65431859d00453e673af80\" rel=\"nofollow\">Fix Trundle Path not properly resolving <code>/</code></a> - TheSilkMiner - Fri May 27 16:40:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8821bb7afb74953774d16396e76c96614e9f458a\" rel=\"nofollow\">Refactor item builders</a> - TheSilkMiner - Fri May 27 15:33:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db63b41a53734dd3b338f586f7f1a7972dffa7dc\" rel=\"nofollow\">Expose Tiers, for future tool builder</a> - TheSilkMiner - Fri May 27 15:31:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/48978bef317ae2b28696535a212b98e9bbc6838f\" rel=\"nofollow\">Change missing textures</a> - TheSilkMiner - Wed May 25 13:37:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7c47f986fd69b40bce31e509a9e362d7501792a4\" rel=\"nofollow\">Add basic item texture template</a> - TheSilkMiner - Tue May 24 21:17:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/03787bd9afa75ad9dfb09a08d0b1d43897abe1c8\" rel=\"nofollow\">Generate language entry for creative tab</a> - TheSilkMiner - Tue May 24 21:16:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ec4abd519d0b076b2119590e46908fbf6f91a099\" rel=\"nofollow\">Rework templates not to require a helper</a> - TheSilkMiner - Tue May 24 21:15:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2625365c43c6ee50855d47219936f7eb833843\" rel=\"nofollow\">Add template factory to help with template provisioning</a> - TheSilkMiner - Mon May 23 21:26:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/722484125f33bc7310ea26f669a7a070792e5f5e\" rel=\"nofollow\">Convert registration to actions</a> - TheSilkMiner - Mon May 23 21:25:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01d5838879794f1c77ee718d65c4eeb7c3df9c47\" rel=\"nofollow\">Add providers for common elements</a> - TheSilkMiner - Mon May 23 17:13:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b9ad959118cd2686620273b4ec9f5951e23ac977\" rel=\"nofollow\">Fix providing a resource causing FS finalization</a> - TheSilkMiner - Mon May 23 17:03:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db0581ef1518f960f727aea6fd133671bd77094\" rel=\"nofollow\">Follow PECS for resource serializers</a> - TheSilkMiner - Mon May 23 13:33:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d8031dc9b860c9571025db4287b5c5711a70168d\" rel=\"nofollow\">Allow providing of alterable resources</a> - TheSilkMiner - Mon May 23 12:03:25 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e91d6681ff230ac2174bcda25a75837e5d0ec6af\" rel=\"nofollow\">Add first rendition of item builders</a> - TheSilkMiner - Sat May 21 16:09:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9efb8754b6ca1263b3aed83c820cce35f19f4f88\" rel=\"nofollow\">Provide ability to reference item properties</a> - TheSilkMiner - Sat May 21 16:09:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7340ffe590181018a7dd596b7a9f8d1c4e79d8bb\" rel=\"nofollow\">Add forgotten natives</a> - TheSilkMiner - Sat May 21 16:09:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dfb8968c08ae7cc9b0af9899c50b396d9b37f83b\" rel=\"nofollow\">Add custom creative tab API</a> - TheSilkMiner - Sat May 21 16:09:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1fa8618cad8a71598ef8361901ebba25f62ff98b\" rel=\"nofollow\">Add ability to reference and create items</a> - TheSilkMiner - Sat May 21 16:07:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2cd356b4251123f26706ef2082b1d84bb2403be\" rel=\"nofollow\">Fix trying to write inside non-existent directories</a> - TheSilkMiner - Sat May 21 16:03:36 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e4a3777ed6ae2e4bd59f23bd85c21b2b9e958dc\" rel=\"nofollow\">Fix resolution and relativization when in root or empty context</a> - TheSilkMiner - Sat May 21 16:03:14 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a8c8436d994f63177cdb9d9a46af0783ed20f8b9\" rel=\"nofollow\">Fix subpath implementing [begin, end] logic</a> - TheSilkMiner - Sat May 21 16:01:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/34073baf41f971254f3c742e13f2b6b89ede0294\" rel=\"nofollow\">Fix eliding of root marker in root paths</a> - TheSilkMiner - Sat May 21 16:00:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db17b54efc22d241a6b3a539dddc4f9144f8794d\" rel=\"nofollow\">Provide identifier for all ContentTweaker actions</a> - TheSilkMiner - Sat May 21 15:59:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0594a154df5fc3319838c54d7f73c3e98fc34d98\" rel=\"nofollow\">Fix duplicates due to incorrect Gradle configuration</a> - TheSilkMiner - Sat May 21 15:58:46 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ef51045b6890d17a8310e4de6497b463cd411300\" rel=\"nofollow\">Provide factory method to create object holders</a> - TheSilkMiner - Sat May 21 15:57:45 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b7c902a388ced41b35099e41e7bb21f2051b9929\" rel=\"nofollow\">Fix crash when attempting to resolve root path</a> - TheSilkMiner - Sat May 21 15:57:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dcba2b1a1e5b647f946023c682ebce7ce93fed36\" rel=\"nofollow\">Cache reference lookups</a> - TheSilkMiner - Sat May 21 15:56:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3aa57137ada6f9babac137fbb362fae692d2e709\" rel=\"nofollow\">Avoid repeated creation of useless heavy objects</a> - TheSilkMiner - Sat May 21 15:55:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e9c1844e894957503f086edec3e37d586aff8cf0\" rel=\"nofollow\">Fix channel being set to append mode when not asked to</a> - TheSilkMiner - Sat May 21 15:54:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cdbc2321639e2c7d3ce89f87cd60194933cb6892\" rel=\"nofollow\">Minor alterations to object types string conversion</a> - TheSilkMiner - Sat May 21 15:54:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb9b9b2cc287d4e5ada6fce56c87364bdea3a3e\" rel=\"nofollow\">Set Javadoc to generate with UTF-8 encoding</a> - TheSilkMiner - Sat May 21 15:53:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d063d1c6d79c81ab73fa244c45ddc9aaa57d44ee\" rel=\"nofollow\">Account for attempting to create abstract classes</a> - TheSilkMiner - Sat May 21 15:53:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/733d6dbea0c6bc261e4c382f4a31b31855cb9d78\" rel=\"nofollow\">Provide more descriptive name for pack</a> - TheSilkMiner - Sat May 21 15:52:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7228df52f2a89133a532da6f5085bc44c486da8\" rel=\"nofollow\">Load repositories on Forge</a> - TheSilkMiner - Wed May 18 11:49:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/17997775caeb1fdc12115df716df260700b127c8\" rel=\"nofollow\">Add user-level pack repository source</a> - TheSilkMiner - Wed May 18 11:49:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8fa40f8bc554ce3d1a7afe2633c54fb28724c50b\" rel=\"nofollow\">Leverage game-provided pack version</a> - TheSilkMiner - Wed May 18 11:48:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/83bd675285f13a6ae753fe2d05f852f2e8c459c5\" rel=\"nofollow\">Provide game directory access</a> - TheSilkMiner - Wed May 18 11:47:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0d621ec14040df0f990d89c1cb6200dd5a061020\" rel=\"nofollow\">Provide utility to create instances from generics</a> - TheSilkMiner - Tue May 17 14:27:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a68dad09c4a4e48cb3eaca49ad27c4de423ad9c1\" rel=\"nofollow\">Rework resource API to build file system directly</a> - TheSilkMiner - Tue May 17 12:30:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4333bcba481c6b2b7c9000f8f4a9bd7c82dc9a16\" rel=\"nofollow\">Provide first draft of resource API</a> - TheSilkMiner - Mon May 16 21:04:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d37b7417975fd3ead4e303c51b4488702a7f7fd7\" rel=\"nofollow\">Implement reference to unknown</a> - TheSilkMiner - Fri May 6 23:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eb7e85347ebc7a737bcb4eaf85c61163b627d91d\" rel=\"nofollow\">Split Unknown and UnknownFactory for upcoming reference</a> - TheSilkMiner - Fri May 6 23:09:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa5dd3d6660ddd55c8b38f792fde908fa5d005e2\" rel=\"nofollow\">Avoid warnings with GameData on registration</a> - TheSilkMiner - Fri May 6 23:08:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9be56d4e46687d36b6b1aff558ef9a45ab03a0c8\" rel=\"nofollow\">Implement Reference factories for additional support</a> - TheSilkMiner - Fri May 6 23:08:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e548408b813f5e4e8d10a1898e3ea94e0710ec8\" rel=\"nofollow\">Move zen constants to API</a> - TheSilkMiner - Fri May 6 23:04:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/76e2fc25e200553f32d10e97414988bd17f9a455\" rel=\"nofollow\">Rework ObjectType to allow Unknown and be easier</a> - TheSilkMiner - Wed May 4 12:44:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/322191898b8e53e1d30f0ed9d50a023c5f6c59eb\" rel=\"nofollow\">Rename slightly methods to be more in-line</a> - TheSilkMiner - Tue May 3 13:41:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cabfb53e4370d64acb967cd6eb10ee51619ba97d\" rel=\"nofollow\">Remove registry validation in Factory BEP</a> - TheSilkMiner - Tue May 3 13:27:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ae219428ec5d61afce93afff8d7c791c702e75fd\" rel=\"nofollow\">Move ReferenceExpression to API for more usage</a> - TheSilkMiner - Tue May 3 13:16:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6adffa22fae7795071593c7c68e1023139b0a3ea\" rel=\"nofollow\">Allow more type-specific references in RMF</a> - TheSilkMiner - Tue May 3 11:45:00 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/70b9adcea53f57120fdb9b6bd62c61b8e561a9f0\" rel=\"nofollow\">Move metafactories into rt package</a> - TheSilkMiner - Tue May 3 11:17:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c257f21b96e771334ca1080b925419c4170d2151\" rel=\"nofollow\">Add WIP Reference bracket handler</a> - TheSilkMiner - Tue May 3 11:11:35 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52c4bb945ae2030ba4889580cf9b728e47a26328\" rel=\"nofollow\">Add initial implementation for content registration</a> - TheSilkMiner - Tue May 3 11:10:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23ad6de86f91df51d7864c927dbc5abb8213c129\" rel=\"nofollow\">Move helper functions to BracketHelper</a> - TheSilkMiner - Tue May 3 11:06:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2ab08c31e8c8d91f69a0f2066b86d2a32e0c1666\" rel=\"nofollow\">Fix Unknown being registered on the wrong loader</a> - TheSilkMiner - Tue May 3 11:04:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af61d42bc1d66d297bced786f9b80ab0f8b81f47\" rel=\"nofollow\">Allow CoT plugins to register custom brackets</a> - TheSilkMiner - Tue May 3 11:03:32 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c886b42e760f73e088696bfec90238f3b2f4f8e5\" rel=\"nofollow\">Use InstantiationUtil</a> - TheSilkMiner - Tue Apr 26 11:20:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/94c6a64af038a48f1db7650914fbbb006fcf443f\" rel=\"nofollow\">Move to CurseForgeGradle</a> - TheSilkMiner - Tue Apr 26 11:19:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee1012a7282021f81497347a7347887f0c71ea81\" rel=\"nofollow\">Add missed dumping for factories</a> - TheSilkMiner - Mon Apr 25 14:33:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23387ee22d66ea3eada7b2b27e20f39226a13493\" rel=\"nofollow\">Skeleton for 1.18 ContentTweaker</a> - TheSilkMiner - Mon Apr 25 14:29:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/37d2646d606fff205bf517ba6f14acb9b16cde6b\" rel=\"nofollow\">Workaround IntelliJ Idea 2022.1 bug</a> - TheSilkMiner - Wed Apr 13 09:50:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7850440280b09003874866830a3388c9e1f5aed\" rel=\"nofollow\">Fix loading on Fabric</a> - TheSilkMiner - Wed Apr 13 09:50:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/759c32363b55e174c904be19bab6de0e7debf775\" rel=\"nofollow\">Update to 1.18.2</a> - TheSilkMiner - Mon Apr 11 10:14:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/775a1f97d3758f7b49f9d2eec338822389ba9897\" rel=\"nofollow\">Set up workspace for 1.18 port</a> - TheSilkMiner - Tue Jan 11 20:40:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8060c7f8dd2880484d83a4f5e4587ea904b2a452\" rel=\"nofollow\">add support for setting if a block is transparent</a> - Jared - Sat Jan 1 14:55:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b077acd9d25ca052154e0c2164b5b3c9f7ab6f75\" rel=\"nofollow\">Add support for custom glass blocks</a> - Jared - Sat Jan 1 13:57:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3d625d34b3729e6f8da56e26464348d90e5f708c\" rel=\"nofollow\">update CrT to resolve issues</a> - youyihj - Fri Dec 3 17:26:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec2966793dc560da59d86139482cd08f56a1143\" rel=\"nofollow\">don\'t export deprecated class</a> - youyihj - Fri Dec 3 17:21:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dc525a391e28172cd312eea577aa86b1ec38787f\" rel=\"nofollow\">expanding ItemGroup</a> - youyihj - Mon Sep 27 12:52:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ef7f54d4c398a22fd31f9f44c14566733bfe86f\" rel=\"nofollow\">item group support</a> - youyihj - Tue Aug 24 14:01:00 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0+10支持游戏: 1.18.2类型:FabricBeta下载次数: 69ContentTweaker-forge-1.18.2-1.0.0+10ContentTweaker-forge-1.18.2-1.0.0+10.jar下载1.0.0+10#Beta<h3>Current version: 1.0.0+10</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e26bdd1d01150ded212717bb6198616dd1fcd327\" rel=\"nofollow\">Fix error being wiped in case of file system creation failure</a> - TheSilkMiner - Sun Aug 7 13:12:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9bca1310f2d42cd8cda1d15d2f16f6f9741b8e06\" rel=\"nofollow\">Fix Gradle not including half of the mod</a> - TheSilkMiner - Wed Aug 3 19:12:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7b7ffdb418ba20486e55a4de799342703e93cd55\" rel=\"nofollow\">Fix refmap not generating properly</a> - TheSilkMiner - Wed Aug 3 13:56:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/60d2b9eb849400a9a0d679b72572953057cd644a\" rel=\"nofollow\">post the curse link in the webhook</a> - Jared - Tue Aug 2 03:19:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5eec8254cc94d88cc752e3eabeb4133d954f85dd\" rel=\"nofollow\">temporarily disable auto docs</a> - Jared - Tue Aug 2 03:16:23 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6c6929ef998388f597860f5e4ddaf993850a9bb7\" rel=\"nofollow\">use correct project names</a> - Jared - Tue Aug 2 03:07:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f36f464b0a64e6687d4adef78b5e3e668e74e98c\" rel=\"nofollow\">use the correct version when uploading to CF</a> - Jared - Tue Aug 2 02:57:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee0a78187a6bba013153e3a57c9dad86a0e71eb6\" rel=\"nofollow\">stop using kotlin in buildSrc</a> - Jared - Tue Aug 2 02:47:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a8ef2f218cefd84a531616fd8679146c729c7cd\" rel=\"nofollow\">Hopefully fix build</a> - Jared - Tue Aug 2 02:38:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/25f05ea16b22538c91696e2a502dc2dba52f1b56\" rel=\"nofollow\">fix small example issue</a> - Jared - Mon Aug 1 19:35:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39fbe88d4e8da2aa5379958add468a7104659099\" rel=\"nofollow\">Finish set of example scripts</a> - TheSilkMiner - Mon Aug 1 17:09:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b283f398a8ee8af87d85d80a5b7ff2f51ce2d6f0\" rel=\"nofollow\">Clarify why people would want to specify a name</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d36fc137d13090008fd1c9af2fb9289b29455eb8\" rel=\"nofollow\">Fix a couple of typos</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/afd824566df41519c1c5fa67bff08960ab8af70a\" rel=\"nofollow\">Fix NPE in TierSortingStruct</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2f609e0ce810765e327a22091342ecc0353ad96e\" rel=\"nofollow\">Fix tab references using the wrong ID</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5746e13ff91b0ddab5a6a6fb80dd151845cf338f\" rel=\"nofollow\">Fix nutrition checking the wrong value</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6d3d603481ee71f9e330cb2a4a0908daa36572c\" rel=\"nofollow\">Provide no block item warning in base class</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01ae1aaa47bc0e39aa752caa96ff93cf64f2166d\" rel=\"nofollow\">Mention where users can find help for resources</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5810514132bc87b00e54ce4b64a2b36691b7c0dc\" rel=\"nofollow\">Mention that the resource bracket is also retained</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1df96d6a240c59b7a81069dc0a7da3fdd94c9fb2\" rel=\"nofollow\">Fix Java being stupid in TrundleFS</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cbd35950f2f8c1f7458e87df615468932194c92e\" rel=\"nofollow\">fix some typos</a> - Jared - Fri Jul 29 18:46:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1e2962b3ddc305952a4e9467a77de81412d704fd\" rel=\"nofollow\">Add first set of vanilla content examples</a> - TheSilkMiner - Fri Jul 29 17:57:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8824f7547e0f33cbb9d67d28a4a0ef1a40df9786\" rel=\"nofollow\">Account for no food properties on items</a> - TheSilkMiner - Fri Jul 29 17:56:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4aa0ded41dc06a683fd0c3f403c8a28bfba5bae2\" rel=\"nofollow\">Fix some naming</a> - TheSilkMiner - Mon Jul 25 13:56:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/990e1928448112a071257e15ddbcd0e4c6d54319\" rel=\"nofollow\">Add first set of tutorial scripts</a> - TheSilkMiner - Mon Jul 25 13:53:34 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/06b05d2a80750a8239d77094e80e9f6513b03936\" rel=\"nofollow\">Follow conventions for factory methods</a> - TheSilkMiner - Mon Jul 25 13:53:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0632fa0cde334ec4289c6239a0ea928ec08236d1\" rel=\"nofollow\">Fix sorting being done in stupid ways, thanks Mojang</a> - TheSilkMiner - Mon Jul 25 13:48:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d026a50fd5a19d89320f95993ae8b7878d1e81b6\" rel=\"nofollow\">Allow references to reference everything</a> - TheSilkMiner - Mon Jul 25 13:47:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5985eee6106e0786e68db1fbd44aa111636c79d5\" rel=\"nofollow\">Allow marking of publishes as release or beta</a> - TheSilkMiner - Fri Jul 22 21:15:11 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/efa0a297bfcc27c98c32f70029123313e48825a0\" rel=\"nofollow\">Fix broken lighting on items</a> - TheSilkMiner - Fri Jul 22 21:10:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24a4dc2c3f2ed770d26b47323996c1c6fc6a8c8b\" rel=\"nofollow\">Rework Fabric registration to be on-time</a> - TheSilkMiner - Fri Jul 22 21:06:43 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/564cc4829e729d3fc6dbd2c44b4cfa0105f34997\" rel=\"nofollow\">Update Jenkinsfile</a> - Jared - Fri Jul 22 16:27:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f3231521fb6b854ce53f0c0d504ca2131cf0140b\" rel=\"nofollow\">Goodbye JEI, welcome REI</a> - TheSilkMiner - Fri Jul 22 15:11:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2027f634d6131244763e81cea105a45f8ebd2e18\" rel=\"nofollow\">Properly compile to ensure refmaps generate</a> - TheSilkMiner - Fri Jul 22 15:10:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44df4b302b23f250753759bca56b6e9401a9d79b\" rel=\"nofollow\">Properly implement resource loading on Fabric</a> - TheSilkMiner - Fri Jul 22 15:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1a32dc05211f59bdab4672b1eadc62a2a35da987\" rel=\"nofollow\">Make sure registration for CoT runs last</a> - TheSilkMiner - Fri Jul 22 15:08:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cf0391d11367d3adf8717fc4f5cd7882b9d45cb7\" rel=\"nofollow\">Do not override cloning requests in items</a> - TheSilkMiner - Thu Jul 21 14:49:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4450d8ca7b7ae07b3beac170374763f8c8513a86\" rel=\"nofollow\">Add possibility of dumping all resources to the file system</a> - TheSilkMiner - Thu Jul 21 14:37:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ecc9510164915240af101bd9a428a67fb60d47fa\" rel=\"nofollow\">Make API for BlockBuilder\'s empty loot table frendlier</a> - TheSilkMiner - Thu Jul 21 14:37:41 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e46bc8dda7ec1687a5f8f7886306d8ed4474a9ba\" rel=\"nofollow\">Fix various Mixin bits</a> - TheSilkMiner - Thu Jul 21 14:37:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3c1a5e7cd9416c734f40db1192d37cdba393f0d7\" rel=\"nofollow\">Fix version being specified wrongly in manifest</a> - TheSilkMiner - Thu Jul 21 14:36:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/901839a6acc09e87a689f507513b12598b20e7dc\" rel=\"nofollow\">Make it run again</a> - TheSilkMiner - Wed Jun 22 12:25:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02bbca3c5a055b7cd89664c3e905f198d81ebea4\" rel=\"nofollow\">Make it compile again</a> - TheSilkMiner - Wed Jun 22 12:18:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d7528451533e508f1c0a4b62f117743492d51adb\" rel=\"nofollow\">Set up multi-project and multi-sourceset Gradle configuration</a> - TheSilkMiner - Tue Jun 21 15:25:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/323320d14231573e4c564e0fbe349d4fa431067c\" rel=\"nofollow\">Remove unneeded beps</a> - TheSilkMiner - Tue Jun 21 12:09:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39eae6d7238e1bfd153db30765c12c622fc4eceb\" rel=\"nofollow\">Well, that\'s done</a> - TheSilkMiner - Tue Jun 21 12:08:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1b130fa5c3b2ad39e32d6bcecb60d03b14842a31\" rel=\"nofollow\">Remove staged action support as it is now unneeded</a> - TheSilkMiner - Tue Jun 21 12:07:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/536ef239e6c43a921f3f20d9a3bb66e003ccbf14\" rel=\"nofollow\">Rework entire API to use standalone object types and references</a> - TheSilkMiner - Tue Jun 21 12:07:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee080cc302951d1d3faa4e5966293e5936eb8089\" rel=\"nofollow\">Provide helper for automatic resolver-based dumping</a> - TheSilkMiner - Tue Jun 21 12:00:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92a0cf954da9161c59782a94e8d99ac8708a9e42\" rel=\"nofollow\">Move references to resolvers</a> - TheSilkMiner - Tue Jun 21 11:57:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ef48874e73c850c096d1438dbfeab43872592b6\" rel=\"nofollow\">Properly pass-through event</a> - TheSilkMiner - Tue Jun 21 11:56:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e3114e59932eff85308680f106d03c0a44c17ee1\" rel=\"nofollow\">Allow querying of block properties</a> - TheSilkMiner - Tue Jun 21 11:54:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2ce273c405930affdc872c2307b4bbcde03bede\" rel=\"nofollow\">Rework GameRegistry system to be more registry-like</a> - TheSilkMiner - Tue Jun 21 11:54:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c3b08fa6effe334b42a51ba886d1f02af89eec9\" rel=\"nofollow\">I think I can do this</a> - TheSilkMiner - Tue Jun 21 11:50:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a984d3e6c63abaddf84defb54568372a942108c6\" rel=\"nofollow\">Rework object resolvers into registry resolvers</a> - TheSilkMiner - Tue Jun 21 11:50:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78b676bee077fd124afcbc6b89c865c3d6887c7a\" rel=\"nofollow\">Move object types to API</a> - TheSilkMiner - Tue Jun 21 11:45:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eaf0268fc40b8ec83a7b06be01bf5698aefa548d\" rel=\"nofollow\">Add a more detailed toString output for holders</a> - TheSilkMiner - Mon Jun 20 15:13:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af0af3a2087964fccbcc3f120971d05e043e6368\" rel=\"nofollow\">Move from reflection to method handles in OFM</a> - TheSilkMiner - Mon Jun 20 12:10:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55ce6b9fae6c312612f9995c32cdd36f2936d043\" rel=\"nofollow\">Begin API rework to allow non-registry-backed object types</a> - TheSilkMiner - Sat Jun 18 16:35:54 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/154cd19a9dd252410946dcb1103a9f51fb7d85e5\" rel=\"nofollow\">Collapse metafactories into single classes</a> - TheSilkMiner - Sat Jun 18 15:47:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1933cc8ef0d2db08f8877e032e2185e74e9b9ce6\" rel=\"nofollow\">Remove \'Unknown\' as it makes no sense</a> - TheSilkMiner - Sat Jun 18 15:39:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6e947e97887b6be6e401af6ad675fae193e030d0\" rel=\"nofollow\">Fix wrong handling of paths in Runtime Pack</a> - TheSilkMiner - Sat Jun 18 15:28:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c1228596ccb10280adde9a6bc9f4421cb496701\" rel=\"nofollow\">Add possibility of custom tool creation</a> - TheSilkMiner - Sat Jun 18 15:28:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1777de35c9998628b3d73a24813b223244e13f5\" rel=\"nofollow\">Add block builders</a> - TheSilkMiner - Sat Jun 18 15:27:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12c56d61f6ee0ec2131ea99be6cb4e44f80009f9\" rel=\"nofollow\">Add registry for all sound types</a> - TheSilkMiner - Sat Jun 18 15:25:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5ce58ff4daac2e0b8d47b19436ce9e44410e7887\" rel=\"nofollow\">Remove item bracket dump as unused</a> - TheSilkMiner - Sat Jun 18 15:22:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91b845ffb519ac67da0dc8e2e80e2f8c24ecb30d\" rel=\"nofollow\">Add missed actions and natives</a> - TheSilkMiner - Sat Jun 18 15:21:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85e781ba70a071959b9d56351f21984324fd8c6e\" rel=\"nofollow\">Add sound type support</a> - TheSilkMiner - Sat Jun 18 15:20:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8b3238c892b8fe934ae15f97a73ae25a528512fa\" rel=\"nofollow\">Add Material support</a> - TheSilkMiner - Sat Jun 18 15:19:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a0eaba56e2a022eef064843101cbb1ecf5a6aeee\" rel=\"nofollow\">Add material color support</a> - TheSilkMiner - Sat Jun 18 15:18:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78c4471aa78edadf74c78afd62df4f524591b743\" rel=\"nofollow\">Prevent access of properties from ZenCode</a> - TheSilkMiner - Sat Jun 18 15:14:57 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b6372da287161f37fbe6f09a1c6e53094f40f7be\" rel=\"nofollow\">Allow no-dumper custom brackets</a> - TheSilkMiner - Sat Jun 18 15:14:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e714eaeabfe2cdf848a8f597bae117213d33ed45\" rel=\"nofollow\">Add resource bracket expression</a> - TheSilkMiner - Sat Jun 18 15:12:53 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f80319ae33e659559b9633ded0d0247515d8418d\" rel=\"nofollow\">Add additional logging for better debugging</a> - TheSilkMiner - Sat Jun 18 15:11:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5ad22c67127b12d93ce785a52212f62f52916b1\" rel=\"nofollow\">Move Tier Registry to API</a> - TheSilkMiner - Sat Jun 18 15:11:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4531925d26321d549d5be6adb1c68fbbcac498f9\" rel=\"nofollow\">Add sound event support</a> - TheSilkMiner - Sat Jun 4 15:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d62f2bdac669f8534d3e37dfc7106c3f35e2c2fd\" rel=\"nofollow\">Rework tab and tier creation to be delayed</a> - TheSilkMiner - Tue May 31 15:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/443d10a7f27367fae8f104fbcd8f6c20b1ca2c4f\" rel=\"nofollow\">Add complete tool set</a> - TheSilkMiner - Mon May 30 14:49:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fc35cf3a58a2151454fb1854d7210673b1ffabc1\" rel=\"nofollow\">Fully implement pickaxe textures</a> - TheSilkMiner - Sun May 29 12:46:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889cc1bf69ffd6c27739d615129631455fed07a6\" rel=\"nofollow\">[WIP/Not Working] Add framework to add custom tools</a> - TheSilkMiner - Sat May 28 15:02:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e4781d52f9518c1e848be6946531effc7901939a\" rel=\"nofollow\">Implement <code><tooltype></code> bracket handler on both loaders</a> - TheSilkMiner - Sat May 28 15:01:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889b2a4a85b31e800059367eabceb52fcb26f2bc\" rel=\"nofollow\">Provide better conventional name</a> - TheSilkMiner - Sat May 28 14:59:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa84b3a249d223b66e1ecdddeb6861468040f335\" rel=\"nofollow\">Fix optionals being untyped</a> - TheSilkMiner - Sat May 28 14:59:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c6a453357b51506cef4880fd45dd08940144137\" rel=\"nofollow\">Provide better default names</a> - TheSilkMiner - Sat May 28 14:58:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98ef974f66118ab10e428d5c23be775de1463cc5\" rel=\"nofollow\">Show CoT plugins in CT log for better diagnosis</a> - TheSilkMiner - Sat May 28 14:57:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa447303425087564ab998c57d8d6dad21708056\" rel=\"nofollow\">Add translations</a> - TheSilkMiner - Fri May 27 16:42:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a15a24e5614de7a21a88f4cf9966c7580cc4693\" rel=\"nofollow\">Fix Trundle DS resolving paths from root instead of parent</a> - TheSilkMiner - Fri May 27 16:41:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52b9523f1ed118ed27ac518bf4876cd70dd3bae7\" rel=\"nofollow\">Add command to dump generated resources to log</a> - TheSilkMiner - Fri May 27 16:41:04 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d1ebd355586e1194a65431859d00453e673af80\" rel=\"nofollow\">Fix Trundle Path not properly resolving <code>/</code></a> - TheSilkMiner - Fri May 27 16:40:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8821bb7afb74953774d16396e76c96614e9f458a\" rel=\"nofollow\">Refactor item builders</a> - TheSilkMiner - Fri May 27 15:33:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db63b41a53734dd3b338f586f7f1a7972dffa7dc\" rel=\"nofollow\">Expose Tiers, for future tool builder</a> - TheSilkMiner - Fri May 27 15:31:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/48978bef317ae2b28696535a212b98e9bbc6838f\" rel=\"nofollow\">Change missing textures</a> - TheSilkMiner - Wed May 25 13:37:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7c47f986fd69b40bce31e509a9e362d7501792a4\" rel=\"nofollow\">Add basic item texture template</a> - TheSilkMiner - Tue May 24 21:17:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/03787bd9afa75ad9dfb09a08d0b1d43897abe1c8\" rel=\"nofollow\">Generate language entry for creative tab</a> - TheSilkMiner - Tue May 24 21:16:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ec4abd519d0b076b2119590e46908fbf6f91a099\" rel=\"nofollow\">Rework templates not to require a helper</a> - TheSilkMiner - Tue May 24 21:15:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2625365c43c6ee50855d47219936f7eb833843\" rel=\"nofollow\">Add template factory to help with template provisioning</a> - TheSilkMiner - Mon May 23 21:26:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/722484125f33bc7310ea26f669a7a070792e5f5e\" rel=\"nofollow\">Convert registration to actions</a> - TheSilkMiner - Mon May 23 21:25:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01d5838879794f1c77ee718d65c4eeb7c3df9c47\" rel=\"nofollow\">Add providers for common elements</a> - TheSilkMiner - Mon May 23 17:13:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b9ad959118cd2686620273b4ec9f5951e23ac977\" rel=\"nofollow\">Fix providing a resource causing FS finalization</a> - TheSilkMiner - Mon May 23 17:03:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db0581ef1518f960f727aea6fd133671bd77094\" rel=\"nofollow\">Follow PECS for resource serializers</a> - TheSilkMiner - Mon May 23 13:33:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d8031dc9b860c9571025db4287b5c5711a70168d\" rel=\"nofollow\">Allow providing of alterable resources</a> - TheSilkMiner - Mon May 23 12:03:25 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e91d6681ff230ac2174bcda25a75837e5d0ec6af\" rel=\"nofollow\">Add first rendition of item builders</a> - TheSilkMiner - Sat May 21 16:09:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9efb8754b6ca1263b3aed83c820cce35f19f4f88\" rel=\"nofollow\">Provide ability to reference item properties</a> - TheSilkMiner - Sat May 21 16:09:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7340ffe590181018a7dd596b7a9f8d1c4e79d8bb\" rel=\"nofollow\">Add forgotten natives</a> - TheSilkMiner - Sat May 21 16:09:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dfb8968c08ae7cc9b0af9899c50b396d9b37f83b\" rel=\"nofollow\">Add custom creative tab API</a> - TheSilkMiner - Sat May 21 16:09:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1fa8618cad8a71598ef8361901ebba25f62ff98b\" rel=\"nofollow\">Add ability to reference and create items</a> - TheSilkMiner - Sat May 21 16:07:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2cd356b4251123f26706ef2082b1d84bb2403be\" rel=\"nofollow\">Fix trying to write inside non-existent directories</a> - TheSilkMiner - Sat May 21 16:03:36 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e4a3777ed6ae2e4bd59f23bd85c21b2b9e958dc\" rel=\"nofollow\">Fix resolution and relativization when in root or empty context</a> - TheSilkMiner - Sat May 21 16:03:14 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a8c8436d994f63177cdb9d9a46af0783ed20f8b9\" rel=\"nofollow\">Fix subpath implementing [begin, end] logic</a> - TheSilkMiner - Sat May 21 16:01:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/34073baf41f971254f3c742e13f2b6b89ede0294\" rel=\"nofollow\">Fix eliding of root marker in root paths</a> - TheSilkMiner - Sat May 21 16:00:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db17b54efc22d241a6b3a539dddc4f9144f8794d\" rel=\"nofollow\">Provide identifier for all ContentTweaker actions</a> - TheSilkMiner - Sat May 21 15:59:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0594a154df5fc3319838c54d7f73c3e98fc34d98\" rel=\"nofollow\">Fix duplicates due to incorrect Gradle configuration</a> - TheSilkMiner - Sat May 21 15:58:46 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ef51045b6890d17a8310e4de6497b463cd411300\" rel=\"nofollow\">Provide factory method to create object holders</a> - TheSilkMiner - Sat May 21 15:57:45 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b7c902a388ced41b35099e41e7bb21f2051b9929\" rel=\"nofollow\">Fix crash when attempting to resolve root path</a> - TheSilkMiner - Sat May 21 15:57:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dcba2b1a1e5b647f946023c682ebce7ce93fed36\" rel=\"nofollow\">Cache reference lookups</a> - TheSilkMiner - Sat May 21 15:56:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3aa57137ada6f9babac137fbb362fae692d2e709\" rel=\"nofollow\">Avoid repeated creation of useless heavy objects</a> - TheSilkMiner - Sat May 21 15:55:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e9c1844e894957503f086edec3e37d586aff8cf0\" rel=\"nofollow\">Fix channel being set to append mode when not asked to</a> - TheSilkMiner - Sat May 21 15:54:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cdbc2321639e2c7d3ce89f87cd60194933cb6892\" rel=\"nofollow\">Minor alterations to object types string conversion</a> - TheSilkMiner - Sat May 21 15:54:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb9b9b2cc287d4e5ada6fce56c87364bdea3a3e\" rel=\"nofollow\">Set Javadoc to generate with UTF-8 encoding</a> - TheSilkMiner - Sat May 21 15:53:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d063d1c6d79c81ab73fa244c45ddc9aaa57d44ee\" rel=\"nofollow\">Account for attempting to create abstract classes</a> - TheSilkMiner - Sat May 21 15:53:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/733d6dbea0c6bc261e4c382f4a31b31855cb9d78\" rel=\"nofollow\">Provide more descriptive name for pack</a> - TheSilkMiner - Sat May 21 15:52:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7228df52f2a89133a532da6f5085bc44c486da8\" rel=\"nofollow\">Load repositories on Forge</a> - TheSilkMiner - Wed May 18 11:49:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/17997775caeb1fdc12115df716df260700b127c8\" rel=\"nofollow\">Add user-level pack repository source</a> - TheSilkMiner - Wed May 18 11:49:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8fa40f8bc554ce3d1a7afe2633c54fb28724c50b\" rel=\"nofollow\">Leverage game-provided pack version</a> - TheSilkMiner - Wed May 18 11:48:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/83bd675285f13a6ae753fe2d05f852f2e8c459c5\" rel=\"nofollow\">Provide game directory access</a> - TheSilkMiner - Wed May 18 11:47:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0d621ec14040df0f990d89c1cb6200dd5a061020\" rel=\"nofollow\">Provide utility to create instances from generics</a> - TheSilkMiner - Tue May 17 14:27:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a68dad09c4a4e48cb3eaca49ad27c4de423ad9c1\" rel=\"nofollow\">Rework resource API to build file system directly</a> - TheSilkMiner - Tue May 17 12:30:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4333bcba481c6b2b7c9000f8f4a9bd7c82dc9a16\" rel=\"nofollow\">Provide first draft of resource API</a> - TheSilkMiner - Mon May 16 21:04:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d37b7417975fd3ead4e303c51b4488702a7f7fd7\" rel=\"nofollow\">Implement reference to unknown</a> - TheSilkMiner - Fri May 6 23:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eb7e85347ebc7a737bcb4eaf85c61163b627d91d\" rel=\"nofollow\">Split Unknown and UnknownFactory for upcoming reference</a> - TheSilkMiner - Fri May 6 23:09:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa5dd3d6660ddd55c8b38f792fde908fa5d005e2\" rel=\"nofollow\">Avoid warnings with GameData on registration</a> - TheSilkMiner - Fri May 6 23:08:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9be56d4e46687d36b6b1aff558ef9a45ab03a0c8\" rel=\"nofollow\">Implement Reference factories for additional support</a> - TheSilkMiner - Fri May 6 23:08:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e548408b813f5e4e8d10a1898e3ea94e0710ec8\" rel=\"nofollow\">Move zen constants to API</a> - TheSilkMiner - Fri May 6 23:04:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/76e2fc25e200553f32d10e97414988bd17f9a455\" rel=\"nofollow\">Rework ObjectType to allow Unknown and be easier</a> - TheSilkMiner - Wed May 4 12:44:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/322191898b8e53e1d30f0ed9d50a023c5f6c59eb\" rel=\"nofollow\">Rename slightly methods to be more in-line</a> - TheSilkMiner - Tue May 3 13:41:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cabfb53e4370d64acb967cd6eb10ee51619ba97d\" rel=\"nofollow\">Remove registry validation in Factory BEP</a> - TheSilkMiner - Tue May 3 13:27:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ae219428ec5d61afce93afff8d7c791c702e75fd\" rel=\"nofollow\">Move ReferenceExpression to API for more usage</a> - TheSilkMiner - Tue May 3 13:16:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6adffa22fae7795071593c7c68e1023139b0a3ea\" rel=\"nofollow\">Allow more type-specific references in RMF</a> - TheSilkMiner - Tue May 3 11:45:00 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/70b9adcea53f57120fdb9b6bd62c61b8e561a9f0\" rel=\"nofollow\">Move metafactories into rt package</a> - TheSilkMiner - Tue May 3 11:17:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c257f21b96e771334ca1080b925419c4170d2151\" rel=\"nofollow\">Add WIP Reference bracket handler</a> - TheSilkMiner - Tue May 3 11:11:35 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52c4bb945ae2030ba4889580cf9b728e47a26328\" rel=\"nofollow\">Add initial implementation for content registration</a> - TheSilkMiner - Tue May 3 11:10:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23ad6de86f91df51d7864c927dbc5abb8213c129\" rel=\"nofollow\">Move helper functions to BracketHelper</a> - TheSilkMiner - Tue May 3 11:06:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2ab08c31e8c8d91f69a0f2066b86d2a32e0c1666\" rel=\"nofollow\">Fix Unknown being registered on the wrong loader</a> - TheSilkMiner - Tue May 3 11:04:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af61d42bc1d66d297bced786f9b80ab0f8b81f47\" rel=\"nofollow\">Allow CoT plugins to register custom brackets</a> - TheSilkMiner - Tue May 3 11:03:32 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c886b42e760f73e088696bfec90238f3b2f4f8e5\" rel=\"nofollow\">Use InstantiationUtil</a> - TheSilkMiner - Tue Apr 26 11:20:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/94c6a64af038a48f1db7650914fbbb006fcf443f\" rel=\"nofollow\">Move to CurseForgeGradle</a> - TheSilkMiner - Tue Apr 26 11:19:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee1012a7282021f81497347a7347887f0c71ea81\" rel=\"nofollow\">Add missed dumping for factories</a> - TheSilkMiner - Mon Apr 25 14:33:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23387ee22d66ea3eada7b2b27e20f39226a13493\" rel=\"nofollow\">Skeleton for 1.18 ContentTweaker</a> - TheSilkMiner - Mon Apr 25 14:29:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/37d2646d606fff205bf517ba6f14acb9b16cde6b\" rel=\"nofollow\">Workaround IntelliJ Idea 2022.1 bug</a> - TheSilkMiner - Wed Apr 13 09:50:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7850440280b09003874866830a3388c9e1f5aed\" rel=\"nofollow\">Fix loading on Fabric</a> - TheSilkMiner - Wed Apr 13 09:50:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/759c32363b55e174c904be19bab6de0e7debf775\" rel=\"nofollow\">Update to 1.18.2</a> - TheSilkMiner - Mon Apr 11 10:14:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/775a1f97d3758f7b49f9d2eec338822389ba9897\" rel=\"nofollow\">Set up workspace for 1.18 port</a> - TheSilkMiner - Tue Jan 11 20:40:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8060c7f8dd2880484d83a4f5e4587ea904b2a452\" rel=\"nofollow\">add support for setting if a block is transparent</a> - Jared - Sat Jan 1 14:55:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b077acd9d25ca052154e0c2164b5b3c9f7ab6f75\" rel=\"nofollow\">Add support for custom glass blocks</a> - Jared - Sat Jan 1 13:57:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3d625d34b3729e6f8da56e26464348d90e5f708c\" rel=\"nofollow\">update CrT to resolve issues</a> - youyihj - Fri Dec 3 17:26:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec2966793dc560da59d86139482cd08f56a1143\" rel=\"nofollow\">don\'t export deprecated class</a> - youyihj - Fri Dec 3 17:21:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dc525a391e28172cd312eea577aa86b1ec38787f\" rel=\"nofollow\">expanding ItemGroup</a> - youyihj - Mon Sep 27 12:52:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ef7f54d4c398a22fd31f9f44c14566733bfe86f\" rel=\"nofollow\">item group support</a> - youyihj - Tue Aug 24 14:01:00 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0+10支持游戏: 1.18.2类型:ForgeBeta下载次数: 70ContentTweaker-fabric-1.18.2-1.0.0+9ContentTweaker-fabric-1.18.2-1.0.0+9.jar下载1.0.0+9#Beta<h3>Current version: 1.0.0+9</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9bca1310f2d42cd8cda1d15d2f16f6f9741b8e06\" rel=\"nofollow\">Fix Gradle not including half of the mod</a> - TheSilkMiner - Wed Aug 3 19:12:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7b7ffdb418ba20486e55a4de799342703e93cd55\" rel=\"nofollow\">Fix refmap not generating properly</a> - TheSilkMiner - Wed Aug 3 13:56:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/60d2b9eb849400a9a0d679b72572953057cd644a\" rel=\"nofollow\">post the curse link in the webhook</a> - Jared - Tue Aug 2 03:19:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5eec8254cc94d88cc752e3eabeb4133d954f85dd\" rel=\"nofollow\">temporarily disable auto docs</a> - Jared - Tue Aug 2 03:16:23 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6c6929ef998388f597860f5e4ddaf993850a9bb7\" rel=\"nofollow\">use correct project names</a> - Jared - Tue Aug 2 03:07:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f36f464b0a64e6687d4adef78b5e3e668e74e98c\" rel=\"nofollow\">use the correct version when uploading to CF</a> - Jared - Tue Aug 2 02:57:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee0a78187a6bba013153e3a57c9dad86a0e71eb6\" rel=\"nofollow\">stop using kotlin in buildSrc</a> - Jared - Tue Aug 2 02:47:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a8ef2f218cefd84a531616fd8679146c729c7cd\" rel=\"nofollow\">Hopefully fix build</a> - Jared - Tue Aug 2 02:38:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/25f05ea16b22538c91696e2a502dc2dba52f1b56\" rel=\"nofollow\">fix small example issue</a> - Jared - Mon Aug 1 19:35:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39fbe88d4e8da2aa5379958add468a7104659099\" rel=\"nofollow\">Finish set of example scripts</a> - TheSilkMiner - Mon Aug 1 17:09:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b283f398a8ee8af87d85d80a5b7ff2f51ce2d6f0\" rel=\"nofollow\">Clarify why people would want to specify a name</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d36fc137d13090008fd1c9af2fb9289b29455eb8\" rel=\"nofollow\">Fix a couple of typos</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/afd824566df41519c1c5fa67bff08960ab8af70a\" rel=\"nofollow\">Fix NPE in TierSortingStruct</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2f609e0ce810765e327a22091342ecc0353ad96e\" rel=\"nofollow\">Fix tab references using the wrong ID</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5746e13ff91b0ddab5a6a6fb80dd151845cf338f\" rel=\"nofollow\">Fix nutrition checking the wrong value</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6d3d603481ee71f9e330cb2a4a0908daa36572c\" rel=\"nofollow\">Provide no block item warning in base class</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01ae1aaa47bc0e39aa752caa96ff93cf64f2166d\" rel=\"nofollow\">Mention where users can find help for resources</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5810514132bc87b00e54ce4b64a2b36691b7c0dc\" rel=\"nofollow\">Mention that the resource bracket is also retained</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1df96d6a240c59b7a81069dc0a7da3fdd94c9fb2\" rel=\"nofollow\">Fix Java being stupid in TrundleFS</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cbd35950f2f8c1f7458e87df615468932194c92e\" rel=\"nofollow\">fix some typos</a> - Jared - Fri Jul 29 18:46:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1e2962b3ddc305952a4e9467a77de81412d704fd\" rel=\"nofollow\">Add first set of vanilla content examples</a> - TheSilkMiner - Fri Jul 29 17:57:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8824f7547e0f33cbb9d67d28a4a0ef1a40df9786\" rel=\"nofollow\">Account for no food properties on items</a> - TheSilkMiner - Fri Jul 29 17:56:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4aa0ded41dc06a683fd0c3f403c8a28bfba5bae2\" rel=\"nofollow\">Fix some naming</a> - TheSilkMiner - Mon Jul 25 13:56:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/990e1928448112a071257e15ddbcd0e4c6d54319\" rel=\"nofollow\">Add first set of tutorial scripts</a> - TheSilkMiner - Mon Jul 25 13:53:34 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/06b05d2a80750a8239d77094e80e9f6513b03936\" rel=\"nofollow\">Follow conventions for factory methods</a> - TheSilkMiner - Mon Jul 25 13:53:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0632fa0cde334ec4289c6239a0ea928ec08236d1\" rel=\"nofollow\">Fix sorting being done in stupid ways, thanks Mojang</a> - TheSilkMiner - Mon Jul 25 13:48:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d026a50fd5a19d89320f95993ae8b7878d1e81b6\" rel=\"nofollow\">Allow references to reference everything</a> - TheSilkMiner - Mon Jul 25 13:47:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5985eee6106e0786e68db1fbd44aa111636c79d5\" rel=\"nofollow\">Allow marking of publishes as release or beta</a> - TheSilkMiner - Fri Jul 22 21:15:11 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/efa0a297bfcc27c98c32f70029123313e48825a0\" rel=\"nofollow\">Fix broken lighting on items</a> - TheSilkMiner - Fri Jul 22 21:10:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24a4dc2c3f2ed770d26b47323996c1c6fc6a8c8b\" rel=\"nofollow\">Rework Fabric registration to be on-time</a> - TheSilkMiner - Fri Jul 22 21:06:43 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/564cc4829e729d3fc6dbd2c44b4cfa0105f34997\" rel=\"nofollow\">Update Jenkinsfile</a> - Jared - Fri Jul 22 16:27:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f3231521fb6b854ce53f0c0d504ca2131cf0140b\" rel=\"nofollow\">Goodbye JEI, welcome REI</a> - TheSilkMiner - Fri Jul 22 15:11:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2027f634d6131244763e81cea105a45f8ebd2e18\" rel=\"nofollow\">Properly compile to ensure refmaps generate</a> - TheSilkMiner - Fri Jul 22 15:10:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44df4b302b23f250753759bca56b6e9401a9d79b\" rel=\"nofollow\">Properly implement resource loading on Fabric</a> - TheSilkMiner - Fri Jul 22 15:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1a32dc05211f59bdab4672b1eadc62a2a35da987\" rel=\"nofollow\">Make sure registration for CoT runs last</a> - TheSilkMiner - Fri Jul 22 15:08:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cf0391d11367d3adf8717fc4f5cd7882b9d45cb7\" rel=\"nofollow\">Do not override cloning requests in items</a> - TheSilkMiner - Thu Jul 21 14:49:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4450d8ca7b7ae07b3beac170374763f8c8513a86\" rel=\"nofollow\">Add possibility of dumping all resources to the file system</a> - TheSilkMiner - Thu Jul 21 14:37:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ecc9510164915240af101bd9a428a67fb60d47fa\" rel=\"nofollow\">Make API for BlockBuilder\'s empty loot table frendlier</a> - TheSilkMiner - Thu Jul 21 14:37:41 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e46bc8dda7ec1687a5f8f7886306d8ed4474a9ba\" rel=\"nofollow\">Fix various Mixin bits</a> - TheSilkMiner - Thu Jul 21 14:37:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3c1a5e7cd9416c734f40db1192d37cdba393f0d7\" rel=\"nofollow\">Fix version being specified wrongly in manifest</a> - TheSilkMiner - Thu Jul 21 14:36:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/901839a6acc09e87a689f507513b12598b20e7dc\" rel=\"nofollow\">Make it run again</a> - TheSilkMiner - Wed Jun 22 12:25:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02bbca3c5a055b7cd89664c3e905f198d81ebea4\" rel=\"nofollow\">Make it compile again</a> - TheSilkMiner - Wed Jun 22 12:18:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d7528451533e508f1c0a4b62f117743492d51adb\" rel=\"nofollow\">Set up multi-project and multi-sourceset Gradle configuration</a> - TheSilkMiner - Tue Jun 21 15:25:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/323320d14231573e4c564e0fbe349d4fa431067c\" rel=\"nofollow\">Remove unneeded beps</a> - TheSilkMiner - Tue Jun 21 12:09:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39eae6d7238e1bfd153db30765c12c622fc4eceb\" rel=\"nofollow\">Well, that\'s done</a> - TheSilkMiner - Tue Jun 21 12:08:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1b130fa5c3b2ad39e32d6bcecb60d03b14842a31\" rel=\"nofollow\">Remove staged action support as it is now unneeded</a> - TheSilkMiner - Tue Jun 21 12:07:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/536ef239e6c43a921f3f20d9a3bb66e003ccbf14\" rel=\"nofollow\">Rework entire API to use standalone object types and references</a> - TheSilkMiner - Tue Jun 21 12:07:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee080cc302951d1d3faa4e5966293e5936eb8089\" rel=\"nofollow\">Provide helper for automatic resolver-based dumping</a> - TheSilkMiner - Tue Jun 21 12:00:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92a0cf954da9161c59782a94e8d99ac8708a9e42\" rel=\"nofollow\">Move references to resolvers</a> - TheSilkMiner - Tue Jun 21 11:57:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ef48874e73c850c096d1438dbfeab43872592b6\" rel=\"nofollow\">Properly pass-through event</a> - TheSilkMiner - Tue Jun 21 11:56:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e3114e59932eff85308680f106d03c0a44c17ee1\" rel=\"nofollow\">Allow querying of block properties</a> - TheSilkMiner - Tue Jun 21 11:54:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2ce273c405930affdc872c2307b4bbcde03bede\" rel=\"nofollow\">Rework GameRegistry system to be more registry-like</a> - TheSilkMiner - Tue Jun 21 11:54:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c3b08fa6effe334b42a51ba886d1f02af89eec9\" rel=\"nofollow\">I think I can do this</a> - TheSilkMiner - Tue Jun 21 11:50:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a984d3e6c63abaddf84defb54568372a942108c6\" rel=\"nofollow\">Rework object resolvers into registry resolvers</a> - TheSilkMiner - Tue Jun 21 11:50:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78b676bee077fd124afcbc6b89c865c3d6887c7a\" rel=\"nofollow\">Move object types to API</a> - TheSilkMiner - Tue Jun 21 11:45:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eaf0268fc40b8ec83a7b06be01bf5698aefa548d\" rel=\"nofollow\">Add a more detailed toString output for holders</a> - TheSilkMiner - Mon Jun 20 15:13:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af0af3a2087964fccbcc3f120971d05e043e6368\" rel=\"nofollow\">Move from reflection to method handles in OFM</a> - TheSilkMiner - Mon Jun 20 12:10:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55ce6b9fae6c312612f9995c32cdd36f2936d043\" rel=\"nofollow\">Begin API rework to allow non-registry-backed object types</a> - TheSilkMiner - Sat Jun 18 16:35:54 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/154cd19a9dd252410946dcb1103a9f51fb7d85e5\" rel=\"nofollow\">Collapse metafactories into single classes</a> - TheSilkMiner - Sat Jun 18 15:47:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1933cc8ef0d2db08f8877e032e2185e74e9b9ce6\" rel=\"nofollow\">Remove \'Unknown\' as it makes no sense</a> - TheSilkMiner - Sat Jun 18 15:39:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6e947e97887b6be6e401af6ad675fae193e030d0\" rel=\"nofollow\">Fix wrong handling of paths in Runtime Pack</a> - TheSilkMiner - Sat Jun 18 15:28:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c1228596ccb10280adde9a6bc9f4421cb496701\" rel=\"nofollow\">Add possibility of custom tool creation</a> - TheSilkMiner - Sat Jun 18 15:28:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1777de35c9998628b3d73a24813b223244e13f5\" rel=\"nofollow\">Add block builders</a> - TheSilkMiner - Sat Jun 18 15:27:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12c56d61f6ee0ec2131ea99be6cb4e44f80009f9\" rel=\"nofollow\">Add registry for all sound types</a> - TheSilkMiner - Sat Jun 18 15:25:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5ce58ff4daac2e0b8d47b19436ce9e44410e7887\" rel=\"nofollow\">Remove item bracket dump as unused</a> - TheSilkMiner - Sat Jun 18 15:22:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91b845ffb519ac67da0dc8e2e80e2f8c24ecb30d\" rel=\"nofollow\">Add missed actions and natives</a> - TheSilkMiner - Sat Jun 18 15:21:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85e781ba70a071959b9d56351f21984324fd8c6e\" rel=\"nofollow\">Add sound type support</a> - TheSilkMiner - Sat Jun 18 15:20:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8b3238c892b8fe934ae15f97a73ae25a528512fa\" rel=\"nofollow\">Add Material support</a> - TheSilkMiner - Sat Jun 18 15:19:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a0eaba56e2a022eef064843101cbb1ecf5a6aeee\" rel=\"nofollow\">Add material color support</a> - TheSilkMiner - Sat Jun 18 15:18:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78c4471aa78edadf74c78afd62df4f524591b743\" rel=\"nofollow\">Prevent access of properties from ZenCode</a> - TheSilkMiner - Sat Jun 18 15:14:57 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b6372da287161f37fbe6f09a1c6e53094f40f7be\" rel=\"nofollow\">Allow no-dumper custom brackets</a> - TheSilkMiner - Sat Jun 18 15:14:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e714eaeabfe2cdf848a8f597bae117213d33ed45\" rel=\"nofollow\">Add resource bracket expression</a> - TheSilkMiner - Sat Jun 18 15:12:53 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f80319ae33e659559b9633ded0d0247515d8418d\" rel=\"nofollow\">Add additional logging for better debugging</a> - TheSilkMiner - Sat Jun 18 15:11:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5ad22c67127b12d93ce785a52212f62f52916b1\" rel=\"nofollow\">Move Tier Registry to API</a> - TheSilkMiner - Sat Jun 18 15:11:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4531925d26321d549d5be6adb1c68fbbcac498f9\" rel=\"nofollow\">Add sound event support</a> - TheSilkMiner - Sat Jun 4 15:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d62f2bdac669f8534d3e37dfc7106c3f35e2c2fd\" rel=\"nofollow\">Rework tab and tier creation to be delayed</a> - TheSilkMiner - Tue May 31 15:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/443d10a7f27367fae8f104fbcd8f6c20b1ca2c4f\" rel=\"nofollow\">Add complete tool set</a> - TheSilkMiner - Mon May 30 14:49:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fc35cf3a58a2151454fb1854d7210673b1ffabc1\" rel=\"nofollow\">Fully implement pickaxe textures</a> - TheSilkMiner - Sun May 29 12:46:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889cc1bf69ffd6c27739d615129631455fed07a6\" rel=\"nofollow\">[WIP/Not Working] Add framework to add custom tools</a> - TheSilkMiner - Sat May 28 15:02:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e4781d52f9518c1e848be6946531effc7901939a\" rel=\"nofollow\">Implement <code><tooltype></code> bracket handler on both loaders</a> - TheSilkMiner - Sat May 28 15:01:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889b2a4a85b31e800059367eabceb52fcb26f2bc\" rel=\"nofollow\">Provide better conventional name</a> - TheSilkMiner - Sat May 28 14:59:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa84b3a249d223b66e1ecdddeb6861468040f335\" rel=\"nofollow\">Fix optionals being untyped</a> - TheSilkMiner - Sat May 28 14:59:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c6a453357b51506cef4880fd45dd08940144137\" rel=\"nofollow\">Provide better default names</a> - TheSilkMiner - Sat May 28 14:58:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98ef974f66118ab10e428d5c23be775de1463cc5\" rel=\"nofollow\">Show CoT plugins in CT log for better diagnosis</a> - TheSilkMiner - Sat May 28 14:57:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa447303425087564ab998c57d8d6dad21708056\" rel=\"nofollow\">Add translations</a> - TheSilkMiner - Fri May 27 16:42:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a15a24e5614de7a21a88f4cf9966c7580cc4693\" rel=\"nofollow\">Fix Trundle DS resolving paths from root instead of parent</a> - TheSilkMiner - Fri May 27 16:41:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52b9523f1ed118ed27ac518bf4876cd70dd3bae7\" rel=\"nofollow\">Add command to dump generated resources to log</a> - TheSilkMiner - Fri May 27 16:41:04 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d1ebd355586e1194a65431859d00453e673af80\" rel=\"nofollow\">Fix Trundle Path not properly resolving <code>/</code></a> - TheSilkMiner - Fri May 27 16:40:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8821bb7afb74953774d16396e76c96614e9f458a\" rel=\"nofollow\">Refactor item builders</a> - TheSilkMiner - Fri May 27 15:33:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db63b41a53734dd3b338f586f7f1a7972dffa7dc\" rel=\"nofollow\">Expose Tiers, for future tool builder</a> - TheSilkMiner - Fri May 27 15:31:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/48978bef317ae2b28696535a212b98e9bbc6838f\" rel=\"nofollow\">Change missing textures</a> - TheSilkMiner - Wed May 25 13:37:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7c47f986fd69b40bce31e509a9e362d7501792a4\" rel=\"nofollow\">Add basic item texture template</a> - TheSilkMiner - Tue May 24 21:17:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/03787bd9afa75ad9dfb09a08d0b1d43897abe1c8\" rel=\"nofollow\">Generate language entry for creative tab</a> - TheSilkMiner - Tue May 24 21:16:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ec4abd519d0b076b2119590e46908fbf6f91a099\" rel=\"nofollow\">Rework templates not to require a helper</a> - TheSilkMiner - Tue May 24 21:15:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2625365c43c6ee50855d47219936f7eb833843\" rel=\"nofollow\">Add template factory to help with template provisioning</a> - TheSilkMiner - Mon May 23 21:26:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/722484125f33bc7310ea26f669a7a070792e5f5e\" rel=\"nofollow\">Convert registration to actions</a> - TheSilkMiner - Mon May 23 21:25:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01d5838879794f1c77ee718d65c4eeb7c3df9c47\" rel=\"nofollow\">Add providers for common elements</a> - TheSilkMiner - Mon May 23 17:13:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b9ad959118cd2686620273b4ec9f5951e23ac977\" rel=\"nofollow\">Fix providing a resource causing FS finalization</a> - TheSilkMiner - Mon May 23 17:03:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db0581ef1518f960f727aea6fd133671bd77094\" rel=\"nofollow\">Follow PECS for resource serializers</a> - TheSilkMiner - Mon May 23 13:33:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d8031dc9b860c9571025db4287b5c5711a70168d\" rel=\"nofollow\">Allow providing of alterable resources</a> - TheSilkMiner - Mon May 23 12:03:25 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e91d6681ff230ac2174bcda25a75837e5d0ec6af\" rel=\"nofollow\">Add first rendition of item builders</a> - TheSilkMiner - Sat May 21 16:09:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9efb8754b6ca1263b3aed83c820cce35f19f4f88\" rel=\"nofollow\">Provide ability to reference item properties</a> - TheSilkMiner - Sat May 21 16:09:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7340ffe590181018a7dd596b7a9f8d1c4e79d8bb\" rel=\"nofollow\">Add forgotten natives</a> - TheSilkMiner - Sat May 21 16:09:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dfb8968c08ae7cc9b0af9899c50b396d9b37f83b\" rel=\"nofollow\">Add custom creative tab API</a> - TheSilkMiner - Sat May 21 16:09:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1fa8618cad8a71598ef8361901ebba25f62ff98b\" rel=\"nofollow\">Add ability to reference and create items</a> - TheSilkMiner - Sat May 21 16:07:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2cd356b4251123f26706ef2082b1d84bb2403be\" rel=\"nofollow\">Fix trying to write inside non-existent directories</a> - TheSilkMiner - Sat May 21 16:03:36 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e4a3777ed6ae2e4bd59f23bd85c21b2b9e958dc\" rel=\"nofollow\">Fix resolution and relativization when in root or empty context</a> - TheSilkMiner - Sat May 21 16:03:14 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a8c8436d994f63177cdb9d9a46af0783ed20f8b9\" rel=\"nofollow\">Fix subpath implementing [begin, end] logic</a> - TheSilkMiner - Sat May 21 16:01:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/34073baf41f971254f3c742e13f2b6b89ede0294\" rel=\"nofollow\">Fix eliding of root marker in root paths</a> - TheSilkMiner - Sat May 21 16:00:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db17b54efc22d241a6b3a539dddc4f9144f8794d\" rel=\"nofollow\">Provide identifier for all ContentTweaker actions</a> - TheSilkMiner - Sat May 21 15:59:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0594a154df5fc3319838c54d7f73c3e98fc34d98\" rel=\"nofollow\">Fix duplicates due to incorrect Gradle configuration</a> - TheSilkMiner - Sat May 21 15:58:46 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ef51045b6890d17a8310e4de6497b463cd411300\" rel=\"nofollow\">Provide factory method to create object holders</a> - TheSilkMiner - Sat May 21 15:57:45 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b7c902a388ced41b35099e41e7bb21f2051b9929\" rel=\"nofollow\">Fix crash when attempting to resolve root path</a> - TheSilkMiner - Sat May 21 15:57:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dcba2b1a1e5b647f946023c682ebce7ce93fed36\" rel=\"nofollow\">Cache reference lookups</a> - TheSilkMiner - Sat May 21 15:56:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3aa57137ada6f9babac137fbb362fae692d2e709\" rel=\"nofollow\">Avoid repeated creation of useless heavy objects</a> - TheSilkMiner - Sat May 21 15:55:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e9c1844e894957503f086edec3e37d586aff8cf0\" rel=\"nofollow\">Fix channel being set to append mode when not asked to</a> - TheSilkMiner - Sat May 21 15:54:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cdbc2321639e2c7d3ce89f87cd60194933cb6892\" rel=\"nofollow\">Minor alterations to object types string conversion</a> - TheSilkMiner - Sat May 21 15:54:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb9b9b2cc287d4e5ada6fce56c87364bdea3a3e\" rel=\"nofollow\">Set Javadoc to generate with UTF-8 encoding</a> - TheSilkMiner - Sat May 21 15:53:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d063d1c6d79c81ab73fa244c45ddc9aaa57d44ee\" rel=\"nofollow\">Account for attempting to create abstract classes</a> - TheSilkMiner - Sat May 21 15:53:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/733d6dbea0c6bc261e4c382f4a31b31855cb9d78\" rel=\"nofollow\">Provide more descriptive name for pack</a> - TheSilkMiner - Sat May 21 15:52:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7228df52f2a89133a532da6f5085bc44c486da8\" rel=\"nofollow\">Load repositories on Forge</a> - TheSilkMiner - Wed May 18 11:49:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/17997775caeb1fdc12115df716df260700b127c8\" rel=\"nofollow\">Add user-level pack repository source</a> - TheSilkMiner - Wed May 18 11:49:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8fa40f8bc554ce3d1a7afe2633c54fb28724c50b\" rel=\"nofollow\">Leverage game-provided pack version</a> - TheSilkMiner - Wed May 18 11:48:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/83bd675285f13a6ae753fe2d05f852f2e8c459c5\" rel=\"nofollow\">Provide game directory access</a> - TheSilkMiner - Wed May 18 11:47:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0d621ec14040df0f990d89c1cb6200dd5a061020\" rel=\"nofollow\">Provide utility to create instances from generics</a> - TheSilkMiner - Tue May 17 14:27:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a68dad09c4a4e48cb3eaca49ad27c4de423ad9c1\" rel=\"nofollow\">Rework resource API to build file system directly</a> - TheSilkMiner - Tue May 17 12:30:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4333bcba481c6b2b7c9000f8f4a9bd7c82dc9a16\" rel=\"nofollow\">Provide first draft of resource API</a> - TheSilkMiner - Mon May 16 21:04:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d37b7417975fd3ead4e303c51b4488702a7f7fd7\" rel=\"nofollow\">Implement reference to unknown</a> - TheSilkMiner - Fri May 6 23:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eb7e85347ebc7a737bcb4eaf85c61163b627d91d\" rel=\"nofollow\">Split Unknown and UnknownFactory for upcoming reference</a> - TheSilkMiner - Fri May 6 23:09:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa5dd3d6660ddd55c8b38f792fde908fa5d005e2\" rel=\"nofollow\">Avoid warnings with GameData on registration</a> - TheSilkMiner - Fri May 6 23:08:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9be56d4e46687d36b6b1aff558ef9a45ab03a0c8\" rel=\"nofollow\">Implement Reference factories for additional support</a> - TheSilkMiner - Fri May 6 23:08:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e548408b813f5e4e8d10a1898e3ea94e0710ec8\" rel=\"nofollow\">Move zen constants to API</a> - TheSilkMiner - Fri May 6 23:04:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/76e2fc25e200553f32d10e97414988bd17f9a455\" rel=\"nofollow\">Rework ObjectType to allow Unknown and be easier</a> - TheSilkMiner - Wed May 4 12:44:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/322191898b8e53e1d30f0ed9d50a023c5f6c59eb\" rel=\"nofollow\">Rename slightly methods to be more in-line</a> - TheSilkMiner - Tue May 3 13:41:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cabfb53e4370d64acb967cd6eb10ee51619ba97d\" rel=\"nofollow\">Remove registry validation in Factory BEP</a> - TheSilkMiner - Tue May 3 13:27:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ae219428ec5d61afce93afff8d7c791c702e75fd\" rel=\"nofollow\">Move ReferenceExpression to API for more usage</a> - TheSilkMiner - Tue May 3 13:16:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6adffa22fae7795071593c7c68e1023139b0a3ea\" rel=\"nofollow\">Allow more type-specific references in RMF</a> - TheSilkMiner - Tue May 3 11:45:00 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/70b9adcea53f57120fdb9b6bd62c61b8e561a9f0\" rel=\"nofollow\">Move metafactories into rt package</a> - TheSilkMiner - Tue May 3 11:17:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c257f21b96e771334ca1080b925419c4170d2151\" rel=\"nofollow\">Add WIP Reference bracket handler</a> - TheSilkMiner - Tue May 3 11:11:35 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52c4bb945ae2030ba4889580cf9b728e47a26328\" rel=\"nofollow\">Add initial implementation for content registration</a> - TheSilkMiner - Tue May 3 11:10:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23ad6de86f91df51d7864c927dbc5abb8213c129\" rel=\"nofollow\">Move helper functions to BracketHelper</a> - TheSilkMiner - Tue May 3 11:06:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2ab08c31e8c8d91f69a0f2066b86d2a32e0c1666\" rel=\"nofollow\">Fix Unknown being registered on the wrong loader</a> - TheSilkMiner - Tue May 3 11:04:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af61d42bc1d66d297bced786f9b80ab0f8b81f47\" rel=\"nofollow\">Allow CoT plugins to register custom brackets</a> - TheSilkMiner - Tue May 3 11:03:32 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c886b42e760f73e088696bfec90238f3b2f4f8e5\" rel=\"nofollow\">Use InstantiationUtil</a> - TheSilkMiner - Tue Apr 26 11:20:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/94c6a64af038a48f1db7650914fbbb006fcf443f\" rel=\"nofollow\">Move to CurseForgeGradle</a> - TheSilkMiner - Tue Apr 26 11:19:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee1012a7282021f81497347a7347887f0c71ea81\" rel=\"nofollow\">Add missed dumping for factories</a> - TheSilkMiner - Mon Apr 25 14:33:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23387ee22d66ea3eada7b2b27e20f39226a13493\" rel=\"nofollow\">Skeleton for 1.18 ContentTweaker</a> - TheSilkMiner - Mon Apr 25 14:29:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/37d2646d606fff205bf517ba6f14acb9b16cde6b\" rel=\"nofollow\">Workaround IntelliJ Idea 2022.1 bug</a> - TheSilkMiner - Wed Apr 13 09:50:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7850440280b09003874866830a3388c9e1f5aed\" rel=\"nofollow\">Fix loading on Fabric</a> - TheSilkMiner - Wed Apr 13 09:50:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/759c32363b55e174c904be19bab6de0e7debf775\" rel=\"nofollow\">Update to 1.18.2</a> - TheSilkMiner - Mon Apr 11 10:14:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/775a1f97d3758f7b49f9d2eec338822389ba9897\" rel=\"nofollow\">Set up workspace for 1.18 port</a> - TheSilkMiner - Tue Jan 11 20:40:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8060c7f8dd2880484d83a4f5e4587ea904b2a452\" rel=\"nofollow\">add support for setting if a block is transparent</a> - Jared - Sat Jan 1 14:55:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b077acd9d25ca052154e0c2164b5b3c9f7ab6f75\" rel=\"nofollow\">Add support for custom glass blocks</a> - Jared - Sat Jan 1 13:57:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3d625d34b3729e6f8da56e26464348d90e5f708c\" rel=\"nofollow\">update CrT to resolve issues</a> - youyihj - Fri Dec 3 17:26:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec2966793dc560da59d86139482cd08f56a1143\" rel=\"nofollow\">don\'t export deprecated class</a> - youyihj - Fri Dec 3 17:21:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dc525a391e28172cd312eea577aa86b1ec38787f\" rel=\"nofollow\">expanding ItemGroup</a> - youyihj - Mon Sep 27 12:52:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ef7f54d4c398a22fd31f9f44c14566733bfe86f\" rel=\"nofollow\">item group support</a> - youyihj - Tue Aug 24 14:01:00 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0+9支持游戏: 1.18.2类型:FabricBeta下载次数: 69ContentTweaker-forge-1.18.2-1.0.0+9ContentTweaker-forge-1.18.2-1.0.0+9.jar下载1.0.0+9#Beta<h3>Current version: 1.0.0+9</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9bca1310f2d42cd8cda1d15d2f16f6f9741b8e06\" rel=\"nofollow\">Fix Gradle not including half of the mod</a> - TheSilkMiner - Wed Aug 3 19:12:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7b7ffdb418ba20486e55a4de799342703e93cd55\" rel=\"nofollow\">Fix refmap not generating properly</a> - TheSilkMiner - Wed Aug 3 13:56:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/60d2b9eb849400a9a0d679b72572953057cd644a\" rel=\"nofollow\">post the curse link in the webhook</a> - Jared - Tue Aug 2 03:19:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5eec8254cc94d88cc752e3eabeb4133d954f85dd\" rel=\"nofollow\">temporarily disable auto docs</a> - Jared - Tue Aug 2 03:16:23 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6c6929ef998388f597860f5e4ddaf993850a9bb7\" rel=\"nofollow\">use correct project names</a> - Jared - Tue Aug 2 03:07:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f36f464b0a64e6687d4adef78b5e3e668e74e98c\" rel=\"nofollow\">use the correct version when uploading to CF</a> - Jared - Tue Aug 2 02:57:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee0a78187a6bba013153e3a57c9dad86a0e71eb6\" rel=\"nofollow\">stop using kotlin in buildSrc</a> - Jared - Tue Aug 2 02:47:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a8ef2f218cefd84a531616fd8679146c729c7cd\" rel=\"nofollow\">Hopefully fix build</a> - Jared - Tue Aug 2 02:38:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/25f05ea16b22538c91696e2a502dc2dba52f1b56\" rel=\"nofollow\">fix small example issue</a> - Jared - Mon Aug 1 19:35:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39fbe88d4e8da2aa5379958add468a7104659099\" rel=\"nofollow\">Finish set of example scripts</a> - TheSilkMiner - Mon Aug 1 17:09:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b283f398a8ee8af87d85d80a5b7ff2f51ce2d6f0\" rel=\"nofollow\">Clarify why people would want to specify a name</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d36fc137d13090008fd1c9af2fb9289b29455eb8\" rel=\"nofollow\">Fix a couple of typos</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/afd824566df41519c1c5fa67bff08960ab8af70a\" rel=\"nofollow\">Fix NPE in TierSortingStruct</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2f609e0ce810765e327a22091342ecc0353ad96e\" rel=\"nofollow\">Fix tab references using the wrong ID</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5746e13ff91b0ddab5a6a6fb80dd151845cf338f\" rel=\"nofollow\">Fix nutrition checking the wrong value</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6d3d603481ee71f9e330cb2a4a0908daa36572c\" rel=\"nofollow\">Provide no block item warning in base class</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01ae1aaa47bc0e39aa752caa96ff93cf64f2166d\" rel=\"nofollow\">Mention where users can find help for resources</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5810514132bc87b00e54ce4b64a2b36691b7c0dc\" rel=\"nofollow\">Mention that the resource bracket is also retained</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1df96d6a240c59b7a81069dc0a7da3fdd94c9fb2\" rel=\"nofollow\">Fix Java being stupid in TrundleFS</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cbd35950f2f8c1f7458e87df615468932194c92e\" rel=\"nofollow\">fix some typos</a> - Jared - Fri Jul 29 18:46:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1e2962b3ddc305952a4e9467a77de81412d704fd\" rel=\"nofollow\">Add first set of vanilla content examples</a> - TheSilkMiner - Fri Jul 29 17:57:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8824f7547e0f33cbb9d67d28a4a0ef1a40df9786\" rel=\"nofollow\">Account for no food properties on items</a> - TheSilkMiner - Fri Jul 29 17:56:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4aa0ded41dc06a683fd0c3f403c8a28bfba5bae2\" rel=\"nofollow\">Fix some naming</a> - TheSilkMiner - Mon Jul 25 13:56:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/990e1928448112a071257e15ddbcd0e4c6d54319\" rel=\"nofollow\">Add first set of tutorial scripts</a> - TheSilkMiner - Mon Jul 25 13:53:34 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/06b05d2a80750a8239d77094e80e9f6513b03936\" rel=\"nofollow\">Follow conventions for factory methods</a> - TheSilkMiner - Mon Jul 25 13:53:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0632fa0cde334ec4289c6239a0ea928ec08236d1\" rel=\"nofollow\">Fix sorting being done in stupid ways, thanks Mojang</a> - TheSilkMiner - Mon Jul 25 13:48:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d026a50fd5a19d89320f95993ae8b7878d1e81b6\" rel=\"nofollow\">Allow references to reference everything</a> - TheSilkMiner - Mon Jul 25 13:47:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5985eee6106e0786e68db1fbd44aa111636c79d5\" rel=\"nofollow\">Allow marking of publishes as release or beta</a> - TheSilkMiner - Fri Jul 22 21:15:11 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/efa0a297bfcc27c98c32f70029123313e48825a0\" rel=\"nofollow\">Fix broken lighting on items</a> - TheSilkMiner - Fri Jul 22 21:10:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24a4dc2c3f2ed770d26b47323996c1c6fc6a8c8b\" rel=\"nofollow\">Rework Fabric registration to be on-time</a> - TheSilkMiner - Fri Jul 22 21:06:43 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/564cc4829e729d3fc6dbd2c44b4cfa0105f34997\" rel=\"nofollow\">Update Jenkinsfile</a> - Jared - Fri Jul 22 16:27:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f3231521fb6b854ce53f0c0d504ca2131cf0140b\" rel=\"nofollow\">Goodbye JEI, welcome REI</a> - TheSilkMiner - Fri Jul 22 15:11:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2027f634d6131244763e81cea105a45f8ebd2e18\" rel=\"nofollow\">Properly compile to ensure refmaps generate</a> - TheSilkMiner - Fri Jul 22 15:10:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44df4b302b23f250753759bca56b6e9401a9d79b\" rel=\"nofollow\">Properly implement resource loading on Fabric</a> - TheSilkMiner - Fri Jul 22 15:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1a32dc05211f59bdab4672b1eadc62a2a35da987\" rel=\"nofollow\">Make sure registration for CoT runs last</a> - TheSilkMiner - Fri Jul 22 15:08:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cf0391d11367d3adf8717fc4f5cd7882b9d45cb7\" rel=\"nofollow\">Do not override cloning requests in items</a> - TheSilkMiner - Thu Jul 21 14:49:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4450d8ca7b7ae07b3beac170374763f8c8513a86\" rel=\"nofollow\">Add possibility of dumping all resources to the file system</a> - TheSilkMiner - Thu Jul 21 14:37:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ecc9510164915240af101bd9a428a67fb60d47fa\" rel=\"nofollow\">Make API for BlockBuilder\'s empty loot table frendlier</a> - TheSilkMiner - Thu Jul 21 14:37:41 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e46bc8dda7ec1687a5f8f7886306d8ed4474a9ba\" rel=\"nofollow\">Fix various Mixin bits</a> - TheSilkMiner - Thu Jul 21 14:37:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3c1a5e7cd9416c734f40db1192d37cdba393f0d7\" rel=\"nofollow\">Fix version being specified wrongly in manifest</a> - TheSilkMiner - Thu Jul 21 14:36:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/901839a6acc09e87a689f507513b12598b20e7dc\" rel=\"nofollow\">Make it run again</a> - TheSilkMiner - Wed Jun 22 12:25:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02bbca3c5a055b7cd89664c3e905f198d81ebea4\" rel=\"nofollow\">Make it compile again</a> - TheSilkMiner - Wed Jun 22 12:18:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d7528451533e508f1c0a4b62f117743492d51adb\" rel=\"nofollow\">Set up multi-project and multi-sourceset Gradle configuration</a> - TheSilkMiner - Tue Jun 21 15:25:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/323320d14231573e4c564e0fbe349d4fa431067c\" rel=\"nofollow\">Remove unneeded beps</a> - TheSilkMiner - Tue Jun 21 12:09:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39eae6d7238e1bfd153db30765c12c622fc4eceb\" rel=\"nofollow\">Well, that\'s done</a> - TheSilkMiner - Tue Jun 21 12:08:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1b130fa5c3b2ad39e32d6bcecb60d03b14842a31\" rel=\"nofollow\">Remove staged action support as it is now unneeded</a> - TheSilkMiner - Tue Jun 21 12:07:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/536ef239e6c43a921f3f20d9a3bb66e003ccbf14\" rel=\"nofollow\">Rework entire API to use standalone object types and references</a> - TheSilkMiner - Tue Jun 21 12:07:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee080cc302951d1d3faa4e5966293e5936eb8089\" rel=\"nofollow\">Provide helper for automatic resolver-based dumping</a> - TheSilkMiner - Tue Jun 21 12:00:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92a0cf954da9161c59782a94e8d99ac8708a9e42\" rel=\"nofollow\">Move references to resolvers</a> - TheSilkMiner - Tue Jun 21 11:57:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ef48874e73c850c096d1438dbfeab43872592b6\" rel=\"nofollow\">Properly pass-through event</a> - TheSilkMiner - Tue Jun 21 11:56:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e3114e59932eff85308680f106d03c0a44c17ee1\" rel=\"nofollow\">Allow querying of block properties</a> - TheSilkMiner - Tue Jun 21 11:54:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2ce273c405930affdc872c2307b4bbcde03bede\" rel=\"nofollow\">Rework GameRegistry system to be more registry-like</a> - TheSilkMiner - Tue Jun 21 11:54:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c3b08fa6effe334b42a51ba886d1f02af89eec9\" rel=\"nofollow\">I think I can do this</a> - TheSilkMiner - Tue Jun 21 11:50:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a984d3e6c63abaddf84defb54568372a942108c6\" rel=\"nofollow\">Rework object resolvers into registry resolvers</a> - TheSilkMiner - Tue Jun 21 11:50:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78b676bee077fd124afcbc6b89c865c3d6887c7a\" rel=\"nofollow\">Move object types to API</a> - TheSilkMiner - Tue Jun 21 11:45:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eaf0268fc40b8ec83a7b06be01bf5698aefa548d\" rel=\"nofollow\">Add a more detailed toString output for holders</a> - TheSilkMiner - Mon Jun 20 15:13:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af0af3a2087964fccbcc3f120971d05e043e6368\" rel=\"nofollow\">Move from reflection to method handles in OFM</a> - TheSilkMiner - Mon Jun 20 12:10:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55ce6b9fae6c312612f9995c32cdd36f2936d043\" rel=\"nofollow\">Begin API rework to allow non-registry-backed object types</a> - TheSilkMiner - Sat Jun 18 16:35:54 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/154cd19a9dd252410946dcb1103a9f51fb7d85e5\" rel=\"nofollow\">Collapse metafactories into single classes</a> - TheSilkMiner - Sat Jun 18 15:47:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1933cc8ef0d2db08f8877e032e2185e74e9b9ce6\" rel=\"nofollow\">Remove \'Unknown\' as it makes no sense</a> - TheSilkMiner - Sat Jun 18 15:39:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6e947e97887b6be6e401af6ad675fae193e030d0\" rel=\"nofollow\">Fix wrong handling of paths in Runtime Pack</a> - TheSilkMiner - Sat Jun 18 15:28:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c1228596ccb10280adde9a6bc9f4421cb496701\" rel=\"nofollow\">Add possibility of custom tool creation</a> - TheSilkMiner - Sat Jun 18 15:28:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1777de35c9998628b3d73a24813b223244e13f5\" rel=\"nofollow\">Add block builders</a> - TheSilkMiner - Sat Jun 18 15:27:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12c56d61f6ee0ec2131ea99be6cb4e44f80009f9\" rel=\"nofollow\">Add registry for all sound types</a> - TheSilkMiner - Sat Jun 18 15:25:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5ce58ff4daac2e0b8d47b19436ce9e44410e7887\" rel=\"nofollow\">Remove item bracket dump as unused</a> - TheSilkMiner - Sat Jun 18 15:22:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91b845ffb519ac67da0dc8e2e80e2f8c24ecb30d\" rel=\"nofollow\">Add missed actions and natives</a> - TheSilkMiner - Sat Jun 18 15:21:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85e781ba70a071959b9d56351f21984324fd8c6e\" rel=\"nofollow\">Add sound type support</a> - TheSilkMiner - Sat Jun 18 15:20:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8b3238c892b8fe934ae15f97a73ae25a528512fa\" rel=\"nofollow\">Add Material support</a> - TheSilkMiner - Sat Jun 18 15:19:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a0eaba56e2a022eef064843101cbb1ecf5a6aeee\" rel=\"nofollow\">Add material color support</a> - TheSilkMiner - Sat Jun 18 15:18:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78c4471aa78edadf74c78afd62df4f524591b743\" rel=\"nofollow\">Prevent access of properties from ZenCode</a> - TheSilkMiner - Sat Jun 18 15:14:57 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b6372da287161f37fbe6f09a1c6e53094f40f7be\" rel=\"nofollow\">Allow no-dumper custom brackets</a> - TheSilkMiner - Sat Jun 18 15:14:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e714eaeabfe2cdf848a8f597bae117213d33ed45\" rel=\"nofollow\">Add resource bracket expression</a> - TheSilkMiner - Sat Jun 18 15:12:53 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f80319ae33e659559b9633ded0d0247515d8418d\" rel=\"nofollow\">Add additional logging for better debugging</a> - TheSilkMiner - Sat Jun 18 15:11:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5ad22c67127b12d93ce785a52212f62f52916b1\" rel=\"nofollow\">Move Tier Registry to API</a> - TheSilkMiner - Sat Jun 18 15:11:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4531925d26321d549d5be6adb1c68fbbcac498f9\" rel=\"nofollow\">Add sound event support</a> - TheSilkMiner - Sat Jun 4 15:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d62f2bdac669f8534d3e37dfc7106c3f35e2c2fd\" rel=\"nofollow\">Rework tab and tier creation to be delayed</a> - TheSilkMiner - Tue May 31 15:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/443d10a7f27367fae8f104fbcd8f6c20b1ca2c4f\" rel=\"nofollow\">Add complete tool set</a> - TheSilkMiner - Mon May 30 14:49:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fc35cf3a58a2151454fb1854d7210673b1ffabc1\" rel=\"nofollow\">Fully implement pickaxe textures</a> - TheSilkMiner - Sun May 29 12:46:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889cc1bf69ffd6c27739d615129631455fed07a6\" rel=\"nofollow\">[WIP/Not Working] Add framework to add custom tools</a> - TheSilkMiner - Sat May 28 15:02:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e4781d52f9518c1e848be6946531effc7901939a\" rel=\"nofollow\">Implement <code><tooltype></code> bracket handler on both loaders</a> - TheSilkMiner - Sat May 28 15:01:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889b2a4a85b31e800059367eabceb52fcb26f2bc\" rel=\"nofollow\">Provide better conventional name</a> - TheSilkMiner - Sat May 28 14:59:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa84b3a249d223b66e1ecdddeb6861468040f335\" rel=\"nofollow\">Fix optionals being untyped</a> - TheSilkMiner - Sat May 28 14:59:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c6a453357b51506cef4880fd45dd08940144137\" rel=\"nofollow\">Provide better default names</a> - TheSilkMiner - Sat May 28 14:58:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98ef974f66118ab10e428d5c23be775de1463cc5\" rel=\"nofollow\">Show CoT plugins in CT log for better diagnosis</a> - TheSilkMiner - Sat May 28 14:57:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa447303425087564ab998c57d8d6dad21708056\" rel=\"nofollow\">Add translations</a> - TheSilkMiner - Fri May 27 16:42:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a15a24e5614de7a21a88f4cf9966c7580cc4693\" rel=\"nofollow\">Fix Trundle DS resolving paths from root instead of parent</a> - TheSilkMiner - Fri May 27 16:41:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52b9523f1ed118ed27ac518bf4876cd70dd3bae7\" rel=\"nofollow\">Add command to dump generated resources to log</a> - TheSilkMiner - Fri May 27 16:41:04 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d1ebd355586e1194a65431859d00453e673af80\" rel=\"nofollow\">Fix Trundle Path not properly resolving <code>/</code></a> - TheSilkMiner - Fri May 27 16:40:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8821bb7afb74953774d16396e76c96614e9f458a\" rel=\"nofollow\">Refactor item builders</a> - TheSilkMiner - Fri May 27 15:33:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db63b41a53734dd3b338f586f7f1a7972dffa7dc\" rel=\"nofollow\">Expose Tiers, for future tool builder</a> - TheSilkMiner - Fri May 27 15:31:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/48978bef317ae2b28696535a212b98e9bbc6838f\" rel=\"nofollow\">Change missing textures</a> - TheSilkMiner - Wed May 25 13:37:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7c47f986fd69b40bce31e509a9e362d7501792a4\" rel=\"nofollow\">Add basic item texture template</a> - TheSilkMiner - Tue May 24 21:17:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/03787bd9afa75ad9dfb09a08d0b1d43897abe1c8\" rel=\"nofollow\">Generate language entry for creative tab</a> - TheSilkMiner - Tue May 24 21:16:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ec4abd519d0b076b2119590e46908fbf6f91a099\" rel=\"nofollow\">Rework templates not to require a helper</a> - TheSilkMiner - Tue May 24 21:15:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2625365c43c6ee50855d47219936f7eb833843\" rel=\"nofollow\">Add template factory to help with template provisioning</a> - TheSilkMiner - Mon May 23 21:26:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/722484125f33bc7310ea26f669a7a070792e5f5e\" rel=\"nofollow\">Convert registration to actions</a> - TheSilkMiner - Mon May 23 21:25:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01d5838879794f1c77ee718d65c4eeb7c3df9c47\" rel=\"nofollow\">Add providers for common elements</a> - TheSilkMiner - Mon May 23 17:13:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b9ad959118cd2686620273b4ec9f5951e23ac977\" rel=\"nofollow\">Fix providing a resource causing FS finalization</a> - TheSilkMiner - Mon May 23 17:03:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db0581ef1518f960f727aea6fd133671bd77094\" rel=\"nofollow\">Follow PECS for resource serializers</a> - TheSilkMiner - Mon May 23 13:33:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d8031dc9b860c9571025db4287b5c5711a70168d\" rel=\"nofollow\">Allow providing of alterable resources</a> - TheSilkMiner - Mon May 23 12:03:25 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e91d6681ff230ac2174bcda25a75837e5d0ec6af\" rel=\"nofollow\">Add first rendition of item builders</a> - TheSilkMiner - Sat May 21 16:09:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9efb8754b6ca1263b3aed83c820cce35f19f4f88\" rel=\"nofollow\">Provide ability to reference item properties</a> - TheSilkMiner - Sat May 21 16:09:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7340ffe590181018a7dd596b7a9f8d1c4e79d8bb\" rel=\"nofollow\">Add forgotten natives</a> - TheSilkMiner - Sat May 21 16:09:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dfb8968c08ae7cc9b0af9899c50b396d9b37f83b\" rel=\"nofollow\">Add custom creative tab API</a> - TheSilkMiner - Sat May 21 16:09:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1fa8618cad8a71598ef8361901ebba25f62ff98b\" rel=\"nofollow\">Add ability to reference and create items</a> - TheSilkMiner - Sat May 21 16:07:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2cd356b4251123f26706ef2082b1d84bb2403be\" rel=\"nofollow\">Fix trying to write inside non-existent directories</a> - TheSilkMiner - Sat May 21 16:03:36 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e4a3777ed6ae2e4bd59f23bd85c21b2b9e958dc\" rel=\"nofollow\">Fix resolution and relativization when in root or empty context</a> - TheSilkMiner - Sat May 21 16:03:14 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a8c8436d994f63177cdb9d9a46af0783ed20f8b9\" rel=\"nofollow\">Fix subpath implementing [begin, end] logic</a> - TheSilkMiner - Sat May 21 16:01:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/34073baf41f971254f3c742e13f2b6b89ede0294\" rel=\"nofollow\">Fix eliding of root marker in root paths</a> - TheSilkMiner - Sat May 21 16:00:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db17b54efc22d241a6b3a539dddc4f9144f8794d\" rel=\"nofollow\">Provide identifier for all ContentTweaker actions</a> - TheSilkMiner - Sat May 21 15:59:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0594a154df5fc3319838c54d7f73c3e98fc34d98\" rel=\"nofollow\">Fix duplicates due to incorrect Gradle configuration</a> - TheSilkMiner - Sat May 21 15:58:46 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ef51045b6890d17a8310e4de6497b463cd411300\" rel=\"nofollow\">Provide factory method to create object holders</a> - TheSilkMiner - Sat May 21 15:57:45 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b7c902a388ced41b35099e41e7bb21f2051b9929\" rel=\"nofollow\">Fix crash when attempting to resolve root path</a> - TheSilkMiner - Sat May 21 15:57:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dcba2b1a1e5b647f946023c682ebce7ce93fed36\" rel=\"nofollow\">Cache reference lookups</a> - TheSilkMiner - Sat May 21 15:56:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3aa57137ada6f9babac137fbb362fae692d2e709\" rel=\"nofollow\">Avoid repeated creation of useless heavy objects</a> - TheSilkMiner - Sat May 21 15:55:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e9c1844e894957503f086edec3e37d586aff8cf0\" rel=\"nofollow\">Fix channel being set to append mode when not asked to</a> - TheSilkMiner - Sat May 21 15:54:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cdbc2321639e2c7d3ce89f87cd60194933cb6892\" rel=\"nofollow\">Minor alterations to object types string conversion</a> - TheSilkMiner - Sat May 21 15:54:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb9b9b2cc287d4e5ada6fce56c87364bdea3a3e\" rel=\"nofollow\">Set Javadoc to generate with UTF-8 encoding</a> - TheSilkMiner - Sat May 21 15:53:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d063d1c6d79c81ab73fa244c45ddc9aaa57d44ee\" rel=\"nofollow\">Account for attempting to create abstract classes</a> - TheSilkMiner - Sat May 21 15:53:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/733d6dbea0c6bc261e4c382f4a31b31855cb9d78\" rel=\"nofollow\">Provide more descriptive name for pack</a> - TheSilkMiner - Sat May 21 15:52:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7228df52f2a89133a532da6f5085bc44c486da8\" rel=\"nofollow\">Load repositories on Forge</a> - TheSilkMiner - Wed May 18 11:49:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/17997775caeb1fdc12115df716df260700b127c8\" rel=\"nofollow\">Add user-level pack repository source</a> - TheSilkMiner - Wed May 18 11:49:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8fa40f8bc554ce3d1a7afe2633c54fb28724c50b\" rel=\"nofollow\">Leverage game-provided pack version</a> - TheSilkMiner - Wed May 18 11:48:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/83bd675285f13a6ae753fe2d05f852f2e8c459c5\" rel=\"nofollow\">Provide game directory access</a> - TheSilkMiner - Wed May 18 11:47:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0d621ec14040df0f990d89c1cb6200dd5a061020\" rel=\"nofollow\">Provide utility to create instances from generics</a> - TheSilkMiner - Tue May 17 14:27:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a68dad09c4a4e48cb3eaca49ad27c4de423ad9c1\" rel=\"nofollow\">Rework resource API to build file system directly</a> - TheSilkMiner - Tue May 17 12:30:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4333bcba481c6b2b7c9000f8f4a9bd7c82dc9a16\" rel=\"nofollow\">Provide first draft of resource API</a> - TheSilkMiner - Mon May 16 21:04:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d37b7417975fd3ead4e303c51b4488702a7f7fd7\" rel=\"nofollow\">Implement reference to unknown</a> - TheSilkMiner - Fri May 6 23:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eb7e85347ebc7a737bcb4eaf85c61163b627d91d\" rel=\"nofollow\">Split Unknown and UnknownFactory for upcoming reference</a> - TheSilkMiner - Fri May 6 23:09:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa5dd3d6660ddd55c8b38f792fde908fa5d005e2\" rel=\"nofollow\">Avoid warnings with GameData on registration</a> - TheSilkMiner - Fri May 6 23:08:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9be56d4e46687d36b6b1aff558ef9a45ab03a0c8\" rel=\"nofollow\">Implement Reference factories for additional support</a> - TheSilkMiner - Fri May 6 23:08:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e548408b813f5e4e8d10a1898e3ea94e0710ec8\" rel=\"nofollow\">Move zen constants to API</a> - TheSilkMiner - Fri May 6 23:04:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/76e2fc25e200553f32d10e97414988bd17f9a455\" rel=\"nofollow\">Rework ObjectType to allow Unknown and be easier</a> - TheSilkMiner - Wed May 4 12:44:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/322191898b8e53e1d30f0ed9d50a023c5f6c59eb\" rel=\"nofollow\">Rename slightly methods to be more in-line</a> - TheSilkMiner - Tue May 3 13:41:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cabfb53e4370d64acb967cd6eb10ee51619ba97d\" rel=\"nofollow\">Remove registry validation in Factory BEP</a> - TheSilkMiner - Tue May 3 13:27:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ae219428ec5d61afce93afff8d7c791c702e75fd\" rel=\"nofollow\">Move ReferenceExpression to API for more usage</a> - TheSilkMiner - Tue May 3 13:16:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6adffa22fae7795071593c7c68e1023139b0a3ea\" rel=\"nofollow\">Allow more type-specific references in RMF</a> - TheSilkMiner - Tue May 3 11:45:00 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/70b9adcea53f57120fdb9b6bd62c61b8e561a9f0\" rel=\"nofollow\">Move metafactories into rt package</a> - TheSilkMiner - Tue May 3 11:17:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c257f21b96e771334ca1080b925419c4170d2151\" rel=\"nofollow\">Add WIP Reference bracket handler</a> - TheSilkMiner - Tue May 3 11:11:35 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52c4bb945ae2030ba4889580cf9b728e47a26328\" rel=\"nofollow\">Add initial implementation for content registration</a> - TheSilkMiner - Tue May 3 11:10:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23ad6de86f91df51d7864c927dbc5abb8213c129\" rel=\"nofollow\">Move helper functions to BracketHelper</a> - TheSilkMiner - Tue May 3 11:06:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2ab08c31e8c8d91f69a0f2066b86d2a32e0c1666\" rel=\"nofollow\">Fix Unknown being registered on the wrong loader</a> - TheSilkMiner - Tue May 3 11:04:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af61d42bc1d66d297bced786f9b80ab0f8b81f47\" rel=\"nofollow\">Allow CoT plugins to register custom brackets</a> - TheSilkMiner - Tue May 3 11:03:32 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c886b42e760f73e088696bfec90238f3b2f4f8e5\" rel=\"nofollow\">Use InstantiationUtil</a> - TheSilkMiner - Tue Apr 26 11:20:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/94c6a64af038a48f1db7650914fbbb006fcf443f\" rel=\"nofollow\">Move to CurseForgeGradle</a> - TheSilkMiner - Tue Apr 26 11:19:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee1012a7282021f81497347a7347887f0c71ea81\" rel=\"nofollow\">Add missed dumping for factories</a> - TheSilkMiner - Mon Apr 25 14:33:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23387ee22d66ea3eada7b2b27e20f39226a13493\" rel=\"nofollow\">Skeleton for 1.18 ContentTweaker</a> - TheSilkMiner - Mon Apr 25 14:29:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/37d2646d606fff205bf517ba6f14acb9b16cde6b\" rel=\"nofollow\">Workaround IntelliJ Idea 2022.1 bug</a> - TheSilkMiner - Wed Apr 13 09:50:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7850440280b09003874866830a3388c9e1f5aed\" rel=\"nofollow\">Fix loading on Fabric</a> - TheSilkMiner - Wed Apr 13 09:50:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/759c32363b55e174c904be19bab6de0e7debf775\" rel=\"nofollow\">Update to 1.18.2</a> - TheSilkMiner - Mon Apr 11 10:14:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/775a1f97d3758f7b49f9d2eec338822389ba9897\" rel=\"nofollow\">Set up workspace for 1.18 port</a> - TheSilkMiner - Tue Jan 11 20:40:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8060c7f8dd2880484d83a4f5e4587ea904b2a452\" rel=\"nofollow\">add support for setting if a block is transparent</a> - Jared - Sat Jan 1 14:55:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b077acd9d25ca052154e0c2164b5b3c9f7ab6f75\" rel=\"nofollow\">Add support for custom glass blocks</a> - Jared - Sat Jan 1 13:57:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3d625d34b3729e6f8da56e26464348d90e5f708c\" rel=\"nofollow\">update CrT to resolve issues</a> - youyihj - Fri Dec 3 17:26:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec2966793dc560da59d86139482cd08f56a1143\" rel=\"nofollow\">don\'t export deprecated class</a> - youyihj - Fri Dec 3 17:21:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dc525a391e28172cd312eea577aa86b1ec38787f\" rel=\"nofollow\">expanding ItemGroup</a> - youyihj - Mon Sep 27 12:52:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ef7f54d4c398a22fd31f9f44c14566733bfe86f\" rel=\"nofollow\">item group support</a> - youyihj - Tue Aug 24 14:01:00 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0+9支持游戏: 1.18.2类型:ForgeBeta下载次数: 70ContentTweaker-fabric-1.18.2-1.0.0+8ContentTweaker-fabric-1.18.2-1.0.0+8.jar下载1.0.0+8#Beta<h3>Current version: 1.0.0+8</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7b7ffdb418ba20486e55a4de799342703e93cd55\" rel=\"nofollow\">Fix refmap not generating properly</a> - TheSilkMiner - Wed Aug 3 13:56:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/60d2b9eb849400a9a0d679b72572953057cd644a\" rel=\"nofollow\">post the curse link in the webhook</a> - Jared - Tue Aug 2 03:19:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5eec8254cc94d88cc752e3eabeb4133d954f85dd\" rel=\"nofollow\">temporarily disable auto docs</a> - Jared - Tue Aug 2 03:16:23 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6c6929ef998388f597860f5e4ddaf993850a9bb7\" rel=\"nofollow\">use correct project names</a> - Jared - Tue Aug 2 03:07:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f36f464b0a64e6687d4adef78b5e3e668e74e98c\" rel=\"nofollow\">use the correct version when uploading to CF</a> - Jared - Tue Aug 2 02:57:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee0a78187a6bba013153e3a57c9dad86a0e71eb6\" rel=\"nofollow\">stop using kotlin in buildSrc</a> - Jared - Tue Aug 2 02:47:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a8ef2f218cefd84a531616fd8679146c729c7cd\" rel=\"nofollow\">Hopefully fix build</a> - Jared - Tue Aug 2 02:38:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/25f05ea16b22538c91696e2a502dc2dba52f1b56\" rel=\"nofollow\">fix small example issue</a> - Jared - Mon Aug 1 19:35:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39fbe88d4e8da2aa5379958add468a7104659099\" rel=\"nofollow\">Finish set of example scripts</a> - TheSilkMiner - Mon Aug 1 17:09:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b283f398a8ee8af87d85d80a5b7ff2f51ce2d6f0\" rel=\"nofollow\">Clarify why people would want to specify a name</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d36fc137d13090008fd1c9af2fb9289b29455eb8\" rel=\"nofollow\">Fix a couple of typos</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/afd824566df41519c1c5fa67bff08960ab8af70a\" rel=\"nofollow\">Fix NPE in TierSortingStruct</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2f609e0ce810765e327a22091342ecc0353ad96e\" rel=\"nofollow\">Fix tab references using the wrong ID</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5746e13ff91b0ddab5a6a6fb80dd151845cf338f\" rel=\"nofollow\">Fix nutrition checking the wrong value</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6d3d603481ee71f9e330cb2a4a0908daa36572c\" rel=\"nofollow\">Provide no block item warning in base class</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01ae1aaa47bc0e39aa752caa96ff93cf64f2166d\" rel=\"nofollow\">Mention where users can find help for resources</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5810514132bc87b00e54ce4b64a2b36691b7c0dc\" rel=\"nofollow\">Mention that the resource bracket is also retained</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1df96d6a240c59b7a81069dc0a7da3fdd94c9fb2\" rel=\"nofollow\">Fix Java being stupid in TrundleFS</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cbd35950f2f8c1f7458e87df615468932194c92e\" rel=\"nofollow\">fix some typos</a> - Jared - Fri Jul 29 18:46:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1e2962b3ddc305952a4e9467a77de81412d704fd\" rel=\"nofollow\">Add first set of vanilla content examples</a> - TheSilkMiner - Fri Jul 29 17:57:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8824f7547e0f33cbb9d67d28a4a0ef1a40df9786\" rel=\"nofollow\">Account for no food properties on items</a> - TheSilkMiner - Fri Jul 29 17:56:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4aa0ded41dc06a683fd0c3f403c8a28bfba5bae2\" rel=\"nofollow\">Fix some naming</a> - TheSilkMiner - Mon Jul 25 13:56:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/990e1928448112a071257e15ddbcd0e4c6d54319\" rel=\"nofollow\">Add first set of tutorial scripts</a> - TheSilkMiner - Mon Jul 25 13:53:34 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/06b05d2a80750a8239d77094e80e9f6513b03936\" rel=\"nofollow\">Follow conventions for factory methods</a> - TheSilkMiner - Mon Jul 25 13:53:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0632fa0cde334ec4289c6239a0ea928ec08236d1\" rel=\"nofollow\">Fix sorting being done in stupid ways, thanks Mojang</a> - TheSilkMiner - Mon Jul 25 13:48:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d026a50fd5a19d89320f95993ae8b7878d1e81b6\" rel=\"nofollow\">Allow references to reference everything</a> - TheSilkMiner - Mon Jul 25 13:47:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5985eee6106e0786e68db1fbd44aa111636c79d5\" rel=\"nofollow\">Allow marking of publishes as release or beta</a> - TheSilkMiner - Fri Jul 22 21:15:11 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/efa0a297bfcc27c98c32f70029123313e48825a0\" rel=\"nofollow\">Fix broken lighting on items</a> - TheSilkMiner - Fri Jul 22 21:10:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24a4dc2c3f2ed770d26b47323996c1c6fc6a8c8b\" rel=\"nofollow\">Rework Fabric registration to be on-time</a> - TheSilkMiner - Fri Jul 22 21:06:43 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/564cc4829e729d3fc6dbd2c44b4cfa0105f34997\" rel=\"nofollow\">Update Jenkinsfile</a> - Jared - Fri Jul 22 16:27:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f3231521fb6b854ce53f0c0d504ca2131cf0140b\" rel=\"nofollow\">Goodbye JEI, welcome REI</a> - TheSilkMiner - Fri Jul 22 15:11:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2027f634d6131244763e81cea105a45f8ebd2e18\" rel=\"nofollow\">Properly compile to ensure refmaps generate</a> - TheSilkMiner - Fri Jul 22 15:10:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44df4b302b23f250753759bca56b6e9401a9d79b\" rel=\"nofollow\">Properly implement resource loading on Fabric</a> - TheSilkMiner - Fri Jul 22 15:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1a32dc05211f59bdab4672b1eadc62a2a35da987\" rel=\"nofollow\">Make sure registration for CoT runs last</a> - TheSilkMiner - Fri Jul 22 15:08:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cf0391d11367d3adf8717fc4f5cd7882b9d45cb7\" rel=\"nofollow\">Do not override cloning requests in items</a> - TheSilkMiner - Thu Jul 21 14:49:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4450d8ca7b7ae07b3beac170374763f8c8513a86\" rel=\"nofollow\">Add possibility of dumping all resources to the file system</a> - TheSilkMiner - Thu Jul 21 14:37:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ecc9510164915240af101bd9a428a67fb60d47fa\" rel=\"nofollow\">Make API for BlockBuilder\'s empty loot table frendlier</a> - TheSilkMiner - Thu Jul 21 14:37:41 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e46bc8dda7ec1687a5f8f7886306d8ed4474a9ba\" rel=\"nofollow\">Fix various Mixin bits</a> - TheSilkMiner - Thu Jul 21 14:37:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3c1a5e7cd9416c734f40db1192d37cdba393f0d7\" rel=\"nofollow\">Fix version being specified wrongly in manifest</a> - TheSilkMiner - Thu Jul 21 14:36:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/901839a6acc09e87a689f507513b12598b20e7dc\" rel=\"nofollow\">Make it run again</a> - TheSilkMiner - Wed Jun 22 12:25:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02bbca3c5a055b7cd89664c3e905f198d81ebea4\" rel=\"nofollow\">Make it compile again</a> - TheSilkMiner - Wed Jun 22 12:18:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d7528451533e508f1c0a4b62f117743492d51adb\" rel=\"nofollow\">Set up multi-project and multi-sourceset Gradle configuration</a> - TheSilkMiner - Tue Jun 21 15:25:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/323320d14231573e4c564e0fbe349d4fa431067c\" rel=\"nofollow\">Remove unneeded beps</a> - TheSilkMiner - Tue Jun 21 12:09:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39eae6d7238e1bfd153db30765c12c622fc4eceb\" rel=\"nofollow\">Well, that\'s done</a> - TheSilkMiner - Tue Jun 21 12:08:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1b130fa5c3b2ad39e32d6bcecb60d03b14842a31\" rel=\"nofollow\">Remove staged action support as it is now unneeded</a> - TheSilkMiner - Tue Jun 21 12:07:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/536ef239e6c43a921f3f20d9a3bb66e003ccbf14\" rel=\"nofollow\">Rework entire API to use standalone object types and references</a> - TheSilkMiner - Tue Jun 21 12:07:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee080cc302951d1d3faa4e5966293e5936eb8089\" rel=\"nofollow\">Provide helper for automatic resolver-based dumping</a> - TheSilkMiner - Tue Jun 21 12:00:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92a0cf954da9161c59782a94e8d99ac8708a9e42\" rel=\"nofollow\">Move references to resolvers</a> - TheSilkMiner - Tue Jun 21 11:57:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ef48874e73c850c096d1438dbfeab43872592b6\" rel=\"nofollow\">Properly pass-through event</a> - TheSilkMiner - Tue Jun 21 11:56:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e3114e59932eff85308680f106d03c0a44c17ee1\" rel=\"nofollow\">Allow querying of block properties</a> - TheSilkMiner - Tue Jun 21 11:54:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2ce273c405930affdc872c2307b4bbcde03bede\" rel=\"nofollow\">Rework GameRegistry system to be more registry-like</a> - TheSilkMiner - Tue Jun 21 11:54:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c3b08fa6effe334b42a51ba886d1f02af89eec9\" rel=\"nofollow\">I think I can do this</a> - TheSilkMiner - Tue Jun 21 11:50:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a984d3e6c63abaddf84defb54568372a942108c6\" rel=\"nofollow\">Rework object resolvers into registry resolvers</a> - TheSilkMiner - Tue Jun 21 11:50:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78b676bee077fd124afcbc6b89c865c3d6887c7a\" rel=\"nofollow\">Move object types to API</a> - TheSilkMiner - Tue Jun 21 11:45:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eaf0268fc40b8ec83a7b06be01bf5698aefa548d\" rel=\"nofollow\">Add a more detailed toString output for holders</a> - TheSilkMiner - Mon Jun 20 15:13:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af0af3a2087964fccbcc3f120971d05e043e6368\" rel=\"nofollow\">Move from reflection to method handles in OFM</a> - TheSilkMiner - Mon Jun 20 12:10:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55ce6b9fae6c312612f9995c32cdd36f2936d043\" rel=\"nofollow\">Begin API rework to allow non-registry-backed object types</a> - TheSilkMiner - Sat Jun 18 16:35:54 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/154cd19a9dd252410946dcb1103a9f51fb7d85e5\" rel=\"nofollow\">Collapse metafactories into single classes</a> - TheSilkMiner - Sat Jun 18 15:47:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1933cc8ef0d2db08f8877e032e2185e74e9b9ce6\" rel=\"nofollow\">Remove \'Unknown\' as it makes no sense</a> - TheSilkMiner - Sat Jun 18 15:39:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6e947e97887b6be6e401af6ad675fae193e030d0\" rel=\"nofollow\">Fix wrong handling of paths in Runtime Pack</a> - TheSilkMiner - Sat Jun 18 15:28:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c1228596ccb10280adde9a6bc9f4421cb496701\" rel=\"nofollow\">Add possibility of custom tool creation</a> - TheSilkMiner - Sat Jun 18 15:28:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1777de35c9998628b3d73a24813b223244e13f5\" rel=\"nofollow\">Add block builders</a> - TheSilkMiner - Sat Jun 18 15:27:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12c56d61f6ee0ec2131ea99be6cb4e44f80009f9\" rel=\"nofollow\">Add registry for all sound types</a> - TheSilkMiner - Sat Jun 18 15:25:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5ce58ff4daac2e0b8d47b19436ce9e44410e7887\" rel=\"nofollow\">Remove item bracket dump as unused</a> - TheSilkMiner - Sat Jun 18 15:22:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91b845ffb519ac67da0dc8e2e80e2f8c24ecb30d\" rel=\"nofollow\">Add missed actions and natives</a> - TheSilkMiner - Sat Jun 18 15:21:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85e781ba70a071959b9d56351f21984324fd8c6e\" rel=\"nofollow\">Add sound type support</a> - TheSilkMiner - Sat Jun 18 15:20:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8b3238c892b8fe934ae15f97a73ae25a528512fa\" rel=\"nofollow\">Add Material support</a> - TheSilkMiner - Sat Jun 18 15:19:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a0eaba56e2a022eef064843101cbb1ecf5a6aeee\" rel=\"nofollow\">Add material color support</a> - TheSilkMiner - Sat Jun 18 15:18:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78c4471aa78edadf74c78afd62df4f524591b743\" rel=\"nofollow\">Prevent access of properties from ZenCode</a> - TheSilkMiner - Sat Jun 18 15:14:57 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b6372da287161f37fbe6f09a1c6e53094f40f7be\" rel=\"nofollow\">Allow no-dumper custom brackets</a> - TheSilkMiner - Sat Jun 18 15:14:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e714eaeabfe2cdf848a8f597bae117213d33ed45\" rel=\"nofollow\">Add resource bracket expression</a> - TheSilkMiner - Sat Jun 18 15:12:53 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f80319ae33e659559b9633ded0d0247515d8418d\" rel=\"nofollow\">Add additional logging for better debugging</a> - TheSilkMiner - Sat Jun 18 15:11:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5ad22c67127b12d93ce785a52212f62f52916b1\" rel=\"nofollow\">Move Tier Registry to API</a> - TheSilkMiner - Sat Jun 18 15:11:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4531925d26321d549d5be6adb1c68fbbcac498f9\" rel=\"nofollow\">Add sound event support</a> - TheSilkMiner - Sat Jun 4 15:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d62f2bdac669f8534d3e37dfc7106c3f35e2c2fd\" rel=\"nofollow\">Rework tab and tier creation to be delayed</a> - TheSilkMiner - Tue May 31 15:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/443d10a7f27367fae8f104fbcd8f6c20b1ca2c4f\" rel=\"nofollow\">Add complete tool set</a> - TheSilkMiner - Mon May 30 14:49:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fc35cf3a58a2151454fb1854d7210673b1ffabc1\" rel=\"nofollow\">Fully implement pickaxe textures</a> - TheSilkMiner - Sun May 29 12:46:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889cc1bf69ffd6c27739d615129631455fed07a6\" rel=\"nofollow\">[WIP/Not Working] Add framework to add custom tools</a> - TheSilkMiner - Sat May 28 15:02:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e4781d52f9518c1e848be6946531effc7901939a\" rel=\"nofollow\">Implement <code><tooltype></code> bracket handler on both loaders</a> - TheSilkMiner - Sat May 28 15:01:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889b2a4a85b31e800059367eabceb52fcb26f2bc\" rel=\"nofollow\">Provide better conventional name</a> - TheSilkMiner - Sat May 28 14:59:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa84b3a249d223b66e1ecdddeb6861468040f335\" rel=\"nofollow\">Fix optionals being untyped</a> - TheSilkMiner - Sat May 28 14:59:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c6a453357b51506cef4880fd45dd08940144137\" rel=\"nofollow\">Provide better default names</a> - TheSilkMiner - Sat May 28 14:58:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98ef974f66118ab10e428d5c23be775de1463cc5\" rel=\"nofollow\">Show CoT plugins in CT log for better diagnosis</a> - TheSilkMiner - Sat May 28 14:57:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa447303425087564ab998c57d8d6dad21708056\" rel=\"nofollow\">Add translations</a> - TheSilkMiner - Fri May 27 16:42:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a15a24e5614de7a21a88f4cf9966c7580cc4693\" rel=\"nofollow\">Fix Trundle DS resolving paths from root instead of parent</a> - TheSilkMiner - Fri May 27 16:41:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52b9523f1ed118ed27ac518bf4876cd70dd3bae7\" rel=\"nofollow\">Add command to dump generated resources to log</a> - TheSilkMiner - Fri May 27 16:41:04 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d1ebd355586e1194a65431859d00453e673af80\" rel=\"nofollow\">Fix Trundle Path not properly resolving <code>/</code></a> - TheSilkMiner - Fri May 27 16:40:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8821bb7afb74953774d16396e76c96614e9f458a\" rel=\"nofollow\">Refactor item builders</a> - TheSilkMiner - Fri May 27 15:33:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db63b41a53734dd3b338f586f7f1a7972dffa7dc\" rel=\"nofollow\">Expose Tiers, for future tool builder</a> - TheSilkMiner - Fri May 27 15:31:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/48978bef317ae2b28696535a212b98e9bbc6838f\" rel=\"nofollow\">Change missing textures</a> - TheSilkMiner - Wed May 25 13:37:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7c47f986fd69b40bce31e509a9e362d7501792a4\" rel=\"nofollow\">Add basic item texture template</a> - TheSilkMiner - Tue May 24 21:17:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/03787bd9afa75ad9dfb09a08d0b1d43897abe1c8\" rel=\"nofollow\">Generate language entry for creative tab</a> - TheSilkMiner - Tue May 24 21:16:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ec4abd519d0b076b2119590e46908fbf6f91a099\" rel=\"nofollow\">Rework templates not to require a helper</a> - TheSilkMiner - Tue May 24 21:15:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2625365c43c6ee50855d47219936f7eb833843\" rel=\"nofollow\">Add template factory to help with template provisioning</a> - TheSilkMiner - Mon May 23 21:26:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/722484125f33bc7310ea26f669a7a070792e5f5e\" rel=\"nofollow\">Convert registration to actions</a> - TheSilkMiner - Mon May 23 21:25:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01d5838879794f1c77ee718d65c4eeb7c3df9c47\" rel=\"nofollow\">Add providers for common elements</a> - TheSilkMiner - Mon May 23 17:13:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b9ad959118cd2686620273b4ec9f5951e23ac977\" rel=\"nofollow\">Fix providing a resource causing FS finalization</a> - TheSilkMiner - Mon May 23 17:03:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db0581ef1518f960f727aea6fd133671bd77094\" rel=\"nofollow\">Follow PECS for resource serializers</a> - TheSilkMiner - Mon May 23 13:33:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d8031dc9b860c9571025db4287b5c5711a70168d\" rel=\"nofollow\">Allow providing of alterable resources</a> - TheSilkMiner - Mon May 23 12:03:25 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e91d6681ff230ac2174bcda25a75837e5d0ec6af\" rel=\"nofollow\">Add first rendition of item builders</a> - TheSilkMiner - Sat May 21 16:09:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9efb8754b6ca1263b3aed83c820cce35f19f4f88\" rel=\"nofollow\">Provide ability to reference item properties</a> - TheSilkMiner - Sat May 21 16:09:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7340ffe590181018a7dd596b7a9f8d1c4e79d8bb\" rel=\"nofollow\">Add forgotten natives</a> - TheSilkMiner - Sat May 21 16:09:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dfb8968c08ae7cc9b0af9899c50b396d9b37f83b\" rel=\"nofollow\">Add custom creative tab API</a> - TheSilkMiner - Sat May 21 16:09:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1fa8618cad8a71598ef8361901ebba25f62ff98b\" rel=\"nofollow\">Add ability to reference and create items</a> - TheSilkMiner - Sat May 21 16:07:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2cd356b4251123f26706ef2082b1d84bb2403be\" rel=\"nofollow\">Fix trying to write inside non-existent directories</a> - TheSilkMiner - Sat May 21 16:03:36 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e4a3777ed6ae2e4bd59f23bd85c21b2b9e958dc\" rel=\"nofollow\">Fix resolution and relativization when in root or empty context</a> - TheSilkMiner - Sat May 21 16:03:14 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a8c8436d994f63177cdb9d9a46af0783ed20f8b9\" rel=\"nofollow\">Fix subpath implementing [begin, end] logic</a> - TheSilkMiner - Sat May 21 16:01:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/34073baf41f971254f3c742e13f2b6b89ede0294\" rel=\"nofollow\">Fix eliding of root marker in root paths</a> - TheSilkMiner - Sat May 21 16:00:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db17b54efc22d241a6b3a539dddc4f9144f8794d\" rel=\"nofollow\">Provide identifier for all ContentTweaker actions</a> - TheSilkMiner - Sat May 21 15:59:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0594a154df5fc3319838c54d7f73c3e98fc34d98\" rel=\"nofollow\">Fix duplicates due to incorrect Gradle configuration</a> - TheSilkMiner - Sat May 21 15:58:46 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ef51045b6890d17a8310e4de6497b463cd411300\" rel=\"nofollow\">Provide factory method to create object holders</a> - TheSilkMiner - Sat May 21 15:57:45 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b7c902a388ced41b35099e41e7bb21f2051b9929\" rel=\"nofollow\">Fix crash when attempting to resolve root path</a> - TheSilkMiner - Sat May 21 15:57:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dcba2b1a1e5b647f946023c682ebce7ce93fed36\" rel=\"nofollow\">Cache reference lookups</a> - TheSilkMiner - Sat May 21 15:56:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3aa57137ada6f9babac137fbb362fae692d2e709\" rel=\"nofollow\">Avoid repeated creation of useless heavy objects</a> - TheSilkMiner - Sat May 21 15:55:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e9c1844e894957503f086edec3e37d586aff8cf0\" rel=\"nofollow\">Fix channel being set to append mode when not asked to</a> - TheSilkMiner - Sat May 21 15:54:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cdbc2321639e2c7d3ce89f87cd60194933cb6892\" rel=\"nofollow\">Minor alterations to object types string conversion</a> - TheSilkMiner - Sat May 21 15:54:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb9b9b2cc287d4e5ada6fce56c87364bdea3a3e\" rel=\"nofollow\">Set Javadoc to generate with UTF-8 encoding</a> - TheSilkMiner - Sat May 21 15:53:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d063d1c6d79c81ab73fa244c45ddc9aaa57d44ee\" rel=\"nofollow\">Account for attempting to create abstract classes</a> - TheSilkMiner - Sat May 21 15:53:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/733d6dbea0c6bc261e4c382f4a31b31855cb9d78\" rel=\"nofollow\">Provide more descriptive name for pack</a> - TheSilkMiner - Sat May 21 15:52:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7228df52f2a89133a532da6f5085bc44c486da8\" rel=\"nofollow\">Load repositories on Forge</a> - TheSilkMiner - Wed May 18 11:49:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/17997775caeb1fdc12115df716df260700b127c8\" rel=\"nofollow\">Add user-level pack repository source</a> - TheSilkMiner - Wed May 18 11:49:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8fa40f8bc554ce3d1a7afe2633c54fb28724c50b\" rel=\"nofollow\">Leverage game-provided pack version</a> - TheSilkMiner - Wed May 18 11:48:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/83bd675285f13a6ae753fe2d05f852f2e8c459c5\" rel=\"nofollow\">Provide game directory access</a> - TheSilkMiner - Wed May 18 11:47:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0d621ec14040df0f990d89c1cb6200dd5a061020\" rel=\"nofollow\">Provide utility to create instances from generics</a> - TheSilkMiner - Tue May 17 14:27:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a68dad09c4a4e48cb3eaca49ad27c4de423ad9c1\" rel=\"nofollow\">Rework resource API to build file system directly</a> - TheSilkMiner - Tue May 17 12:30:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4333bcba481c6b2b7c9000f8f4a9bd7c82dc9a16\" rel=\"nofollow\">Provide first draft of resource API</a> - TheSilkMiner - Mon May 16 21:04:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d37b7417975fd3ead4e303c51b4488702a7f7fd7\" rel=\"nofollow\">Implement reference to unknown</a> - TheSilkMiner - Fri May 6 23:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eb7e85347ebc7a737bcb4eaf85c61163b627d91d\" rel=\"nofollow\">Split Unknown and UnknownFactory for upcoming reference</a> - TheSilkMiner - Fri May 6 23:09:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa5dd3d6660ddd55c8b38f792fde908fa5d005e2\" rel=\"nofollow\">Avoid warnings with GameData on registration</a> - TheSilkMiner - Fri May 6 23:08:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9be56d4e46687d36b6b1aff558ef9a45ab03a0c8\" rel=\"nofollow\">Implement Reference factories for additional support</a> - TheSilkMiner - Fri May 6 23:08:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e548408b813f5e4e8d10a1898e3ea94e0710ec8\" rel=\"nofollow\">Move zen constants to API</a> - TheSilkMiner - Fri May 6 23:04:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/76e2fc25e200553f32d10e97414988bd17f9a455\" rel=\"nofollow\">Rework ObjectType to allow Unknown and be easier</a> - TheSilkMiner - Wed May 4 12:44:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/322191898b8e53e1d30f0ed9d50a023c5f6c59eb\" rel=\"nofollow\">Rename slightly methods to be more in-line</a> - TheSilkMiner - Tue May 3 13:41:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cabfb53e4370d64acb967cd6eb10ee51619ba97d\" rel=\"nofollow\">Remove registry validation in Factory BEP</a> - TheSilkMiner - Tue May 3 13:27:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ae219428ec5d61afce93afff8d7c791c702e75fd\" rel=\"nofollow\">Move ReferenceExpression to API for more usage</a> - TheSilkMiner - Tue May 3 13:16:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6adffa22fae7795071593c7c68e1023139b0a3ea\" rel=\"nofollow\">Allow more type-specific references in RMF</a> - TheSilkMiner - Tue May 3 11:45:00 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/70b9adcea53f57120fdb9b6bd62c61b8e561a9f0\" rel=\"nofollow\">Move metafactories into rt package</a> - TheSilkMiner - Tue May 3 11:17:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c257f21b96e771334ca1080b925419c4170d2151\" rel=\"nofollow\">Add WIP Reference bracket handler</a> - TheSilkMiner - Tue May 3 11:11:35 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52c4bb945ae2030ba4889580cf9b728e47a26328\" rel=\"nofollow\">Add initial implementation for content registration</a> - TheSilkMiner - Tue May 3 11:10:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23ad6de86f91df51d7864c927dbc5abb8213c129\" rel=\"nofollow\">Move helper functions to BracketHelper</a> - TheSilkMiner - Tue May 3 11:06:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2ab08c31e8c8d91f69a0f2066b86d2a32e0c1666\" rel=\"nofollow\">Fix Unknown being registered on the wrong loader</a> - TheSilkMiner - Tue May 3 11:04:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af61d42bc1d66d297bced786f9b80ab0f8b81f47\" rel=\"nofollow\">Allow CoT plugins to register custom brackets</a> - TheSilkMiner - Tue May 3 11:03:32 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c886b42e760f73e088696bfec90238f3b2f4f8e5\" rel=\"nofollow\">Use InstantiationUtil</a> - TheSilkMiner - Tue Apr 26 11:20:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/94c6a64af038a48f1db7650914fbbb006fcf443f\" rel=\"nofollow\">Move to CurseForgeGradle</a> - TheSilkMiner - Tue Apr 26 11:19:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee1012a7282021f81497347a7347887f0c71ea81\" rel=\"nofollow\">Add missed dumping for factories</a> - TheSilkMiner - Mon Apr 25 14:33:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23387ee22d66ea3eada7b2b27e20f39226a13493\" rel=\"nofollow\">Skeleton for 1.18 ContentTweaker</a> - TheSilkMiner - Mon Apr 25 14:29:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/37d2646d606fff205bf517ba6f14acb9b16cde6b\" rel=\"nofollow\">Workaround IntelliJ Idea 2022.1 bug</a> - TheSilkMiner - Wed Apr 13 09:50:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7850440280b09003874866830a3388c9e1f5aed\" rel=\"nofollow\">Fix loading on Fabric</a> - TheSilkMiner - Wed Apr 13 09:50:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/759c32363b55e174c904be19bab6de0e7debf775\" rel=\"nofollow\">Update to 1.18.2</a> - TheSilkMiner - Mon Apr 11 10:14:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/775a1f97d3758f7b49f9d2eec338822389ba9897\" rel=\"nofollow\">Set up workspace for 1.18 port</a> - TheSilkMiner - Tue Jan 11 20:40:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8060c7f8dd2880484d83a4f5e4587ea904b2a452\" rel=\"nofollow\">add support for setting if a block is transparent</a> - Jared - Sat Jan 1 14:55:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b077acd9d25ca052154e0c2164b5b3c9f7ab6f75\" rel=\"nofollow\">Add support for custom glass blocks</a> - Jared - Sat Jan 1 13:57:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3d625d34b3729e6f8da56e26464348d90e5f708c\" rel=\"nofollow\">update CrT to resolve issues</a> - youyihj - Fri Dec 3 17:26:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec2966793dc560da59d86139482cd08f56a1143\" rel=\"nofollow\">don\'t export deprecated class</a> - youyihj - Fri Dec 3 17:21:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dc525a391e28172cd312eea577aa86b1ec38787f\" rel=\"nofollow\">expanding ItemGroup</a> - youyihj - Mon Sep 27 12:52:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ef7f54d4c398a22fd31f9f44c14566733bfe86f\" rel=\"nofollow\">item group support</a> - youyihj - Tue Aug 24 14:01:00 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0+8支持游戏: 1.18.2类型:FabricBeta下载次数: 63ContentTweaker-forge-1.18.2-1.0.0+8ContentTweaker-forge-1.18.2-1.0.0+8.jar下载1.0.0+8#Beta<h3>Current version: 1.0.0+8</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7b7ffdb418ba20486e55a4de799342703e93cd55\" rel=\"nofollow\">Fix refmap not generating properly</a> - TheSilkMiner - Wed Aug 3 13:56:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/60d2b9eb849400a9a0d679b72572953057cd644a\" rel=\"nofollow\">post the curse link in the webhook</a> - Jared - Tue Aug 2 03:19:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5eec8254cc94d88cc752e3eabeb4133d954f85dd\" rel=\"nofollow\">temporarily disable auto docs</a> - Jared - Tue Aug 2 03:16:23 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6c6929ef998388f597860f5e4ddaf993850a9bb7\" rel=\"nofollow\">use correct project names</a> - Jared - Tue Aug 2 03:07:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f36f464b0a64e6687d4adef78b5e3e668e74e98c\" rel=\"nofollow\">use the correct version when uploading to CF</a> - Jared - Tue Aug 2 02:57:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee0a78187a6bba013153e3a57c9dad86a0e71eb6\" rel=\"nofollow\">stop using kotlin in buildSrc</a> - Jared - Tue Aug 2 02:47:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a8ef2f218cefd84a531616fd8679146c729c7cd\" rel=\"nofollow\">Hopefully fix build</a> - Jared - Tue Aug 2 02:38:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/25f05ea16b22538c91696e2a502dc2dba52f1b56\" rel=\"nofollow\">fix small example issue</a> - Jared - Mon Aug 1 19:35:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39fbe88d4e8da2aa5379958add468a7104659099\" rel=\"nofollow\">Finish set of example scripts</a> - TheSilkMiner - Mon Aug 1 17:09:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b283f398a8ee8af87d85d80a5b7ff2f51ce2d6f0\" rel=\"nofollow\">Clarify why people would want to specify a name</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d36fc137d13090008fd1c9af2fb9289b29455eb8\" rel=\"nofollow\">Fix a couple of typos</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/afd824566df41519c1c5fa67bff08960ab8af70a\" rel=\"nofollow\">Fix NPE in TierSortingStruct</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2f609e0ce810765e327a22091342ecc0353ad96e\" rel=\"nofollow\">Fix tab references using the wrong ID</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5746e13ff91b0ddab5a6a6fb80dd151845cf338f\" rel=\"nofollow\">Fix nutrition checking the wrong value</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6d3d603481ee71f9e330cb2a4a0908daa36572c\" rel=\"nofollow\">Provide no block item warning in base class</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01ae1aaa47bc0e39aa752caa96ff93cf64f2166d\" rel=\"nofollow\">Mention where users can find help for resources</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5810514132bc87b00e54ce4b64a2b36691b7c0dc\" rel=\"nofollow\">Mention that the resource bracket is also retained</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1df96d6a240c59b7a81069dc0a7da3fdd94c9fb2\" rel=\"nofollow\">Fix Java being stupid in TrundleFS</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cbd35950f2f8c1f7458e87df615468932194c92e\" rel=\"nofollow\">fix some typos</a> - Jared - Fri Jul 29 18:46:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1e2962b3ddc305952a4e9467a77de81412d704fd\" rel=\"nofollow\">Add first set of vanilla content examples</a> - TheSilkMiner - Fri Jul 29 17:57:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8824f7547e0f33cbb9d67d28a4a0ef1a40df9786\" rel=\"nofollow\">Account for no food properties on items</a> - TheSilkMiner - Fri Jul 29 17:56:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4aa0ded41dc06a683fd0c3f403c8a28bfba5bae2\" rel=\"nofollow\">Fix some naming</a> - TheSilkMiner - Mon Jul 25 13:56:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/990e1928448112a071257e15ddbcd0e4c6d54319\" rel=\"nofollow\">Add first set of tutorial scripts</a> - TheSilkMiner - Mon Jul 25 13:53:34 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/06b05d2a80750a8239d77094e80e9f6513b03936\" rel=\"nofollow\">Follow conventions for factory methods</a> - TheSilkMiner - Mon Jul 25 13:53:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0632fa0cde334ec4289c6239a0ea928ec08236d1\" rel=\"nofollow\">Fix sorting being done in stupid ways, thanks Mojang</a> - TheSilkMiner - Mon Jul 25 13:48:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d026a50fd5a19d89320f95993ae8b7878d1e81b6\" rel=\"nofollow\">Allow references to reference everything</a> - TheSilkMiner - Mon Jul 25 13:47:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5985eee6106e0786e68db1fbd44aa111636c79d5\" rel=\"nofollow\">Allow marking of publishes as release or beta</a> - TheSilkMiner - Fri Jul 22 21:15:11 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/efa0a297bfcc27c98c32f70029123313e48825a0\" rel=\"nofollow\">Fix broken lighting on items</a> - TheSilkMiner - Fri Jul 22 21:10:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24a4dc2c3f2ed770d26b47323996c1c6fc6a8c8b\" rel=\"nofollow\">Rework Fabric registration to be on-time</a> - TheSilkMiner - Fri Jul 22 21:06:43 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/564cc4829e729d3fc6dbd2c44b4cfa0105f34997\" rel=\"nofollow\">Update Jenkinsfile</a> - Jared - Fri Jul 22 16:27:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f3231521fb6b854ce53f0c0d504ca2131cf0140b\" rel=\"nofollow\">Goodbye JEI, welcome REI</a> - TheSilkMiner - Fri Jul 22 15:11:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2027f634d6131244763e81cea105a45f8ebd2e18\" rel=\"nofollow\">Properly compile to ensure refmaps generate</a> - TheSilkMiner - Fri Jul 22 15:10:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44df4b302b23f250753759bca56b6e9401a9d79b\" rel=\"nofollow\">Properly implement resource loading on Fabric</a> - TheSilkMiner - Fri Jul 22 15:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1a32dc05211f59bdab4672b1eadc62a2a35da987\" rel=\"nofollow\">Make sure registration for CoT runs last</a> - TheSilkMiner - Fri Jul 22 15:08:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cf0391d11367d3adf8717fc4f5cd7882b9d45cb7\" rel=\"nofollow\">Do not override cloning requests in items</a> - TheSilkMiner - Thu Jul 21 14:49:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4450d8ca7b7ae07b3beac170374763f8c8513a86\" rel=\"nofollow\">Add possibility of dumping all resources to the file system</a> - TheSilkMiner - Thu Jul 21 14:37:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ecc9510164915240af101bd9a428a67fb60d47fa\" rel=\"nofollow\">Make API for BlockBuilder\'s empty loot table frendlier</a> - TheSilkMiner - Thu Jul 21 14:37:41 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e46bc8dda7ec1687a5f8f7886306d8ed4474a9ba\" rel=\"nofollow\">Fix various Mixin bits</a> - TheSilkMiner - Thu Jul 21 14:37:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3c1a5e7cd9416c734f40db1192d37cdba393f0d7\" rel=\"nofollow\">Fix version being specified wrongly in manifest</a> - TheSilkMiner - Thu Jul 21 14:36:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/901839a6acc09e87a689f507513b12598b20e7dc\" rel=\"nofollow\">Make it run again</a> - TheSilkMiner - Wed Jun 22 12:25:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02bbca3c5a055b7cd89664c3e905f198d81ebea4\" rel=\"nofollow\">Make it compile again</a> - TheSilkMiner - Wed Jun 22 12:18:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d7528451533e508f1c0a4b62f117743492d51adb\" rel=\"nofollow\">Set up multi-project and multi-sourceset Gradle configuration</a> - TheSilkMiner - Tue Jun 21 15:25:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/323320d14231573e4c564e0fbe349d4fa431067c\" rel=\"nofollow\">Remove unneeded beps</a> - TheSilkMiner - Tue Jun 21 12:09:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39eae6d7238e1bfd153db30765c12c622fc4eceb\" rel=\"nofollow\">Well, that\'s done</a> - TheSilkMiner - Tue Jun 21 12:08:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1b130fa5c3b2ad39e32d6bcecb60d03b14842a31\" rel=\"nofollow\">Remove staged action support as it is now unneeded</a> - TheSilkMiner - Tue Jun 21 12:07:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/536ef239e6c43a921f3f20d9a3bb66e003ccbf14\" rel=\"nofollow\">Rework entire API to use standalone object types and references</a> - TheSilkMiner - Tue Jun 21 12:07:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee080cc302951d1d3faa4e5966293e5936eb8089\" rel=\"nofollow\">Provide helper for automatic resolver-based dumping</a> - TheSilkMiner - Tue Jun 21 12:00:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92a0cf954da9161c59782a94e8d99ac8708a9e42\" rel=\"nofollow\">Move references to resolvers</a> - TheSilkMiner - Tue Jun 21 11:57:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ef48874e73c850c096d1438dbfeab43872592b6\" rel=\"nofollow\">Properly pass-through event</a> - TheSilkMiner - Tue Jun 21 11:56:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e3114e59932eff85308680f106d03c0a44c17ee1\" rel=\"nofollow\">Allow querying of block properties</a> - TheSilkMiner - Tue Jun 21 11:54:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2ce273c405930affdc872c2307b4bbcde03bede\" rel=\"nofollow\">Rework GameRegistry system to be more registry-like</a> - TheSilkMiner - Tue Jun 21 11:54:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c3b08fa6effe334b42a51ba886d1f02af89eec9\" rel=\"nofollow\">I think I can do this</a> - TheSilkMiner - Tue Jun 21 11:50:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a984d3e6c63abaddf84defb54568372a942108c6\" rel=\"nofollow\">Rework object resolvers into registry resolvers</a> - TheSilkMiner - Tue Jun 21 11:50:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78b676bee077fd124afcbc6b89c865c3d6887c7a\" rel=\"nofollow\">Move object types to API</a> - TheSilkMiner - Tue Jun 21 11:45:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eaf0268fc40b8ec83a7b06be01bf5698aefa548d\" rel=\"nofollow\">Add a more detailed toString output for holders</a> - TheSilkMiner - Mon Jun 20 15:13:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af0af3a2087964fccbcc3f120971d05e043e6368\" rel=\"nofollow\">Move from reflection to method handles in OFM</a> - TheSilkMiner - Mon Jun 20 12:10:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55ce6b9fae6c312612f9995c32cdd36f2936d043\" rel=\"nofollow\">Begin API rework to allow non-registry-backed object types</a> - TheSilkMiner - Sat Jun 18 16:35:54 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/154cd19a9dd252410946dcb1103a9f51fb7d85e5\" rel=\"nofollow\">Collapse metafactories into single classes</a> - TheSilkMiner - Sat Jun 18 15:47:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1933cc8ef0d2db08f8877e032e2185e74e9b9ce6\" rel=\"nofollow\">Remove \'Unknown\' as it makes no sense</a> - TheSilkMiner - Sat Jun 18 15:39:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6e947e97887b6be6e401af6ad675fae193e030d0\" rel=\"nofollow\">Fix wrong handling of paths in Runtime Pack</a> - TheSilkMiner - Sat Jun 18 15:28:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c1228596ccb10280adde9a6bc9f4421cb496701\" rel=\"nofollow\">Add possibility of custom tool creation</a> - TheSilkMiner - Sat Jun 18 15:28:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1777de35c9998628b3d73a24813b223244e13f5\" rel=\"nofollow\">Add block builders</a> - TheSilkMiner - Sat Jun 18 15:27:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12c56d61f6ee0ec2131ea99be6cb4e44f80009f9\" rel=\"nofollow\">Add registry for all sound types</a> - TheSilkMiner - Sat Jun 18 15:25:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5ce58ff4daac2e0b8d47b19436ce9e44410e7887\" rel=\"nofollow\">Remove item bracket dump as unused</a> - TheSilkMiner - Sat Jun 18 15:22:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91b845ffb519ac67da0dc8e2e80e2f8c24ecb30d\" rel=\"nofollow\">Add missed actions and natives</a> - TheSilkMiner - Sat Jun 18 15:21:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85e781ba70a071959b9d56351f21984324fd8c6e\" rel=\"nofollow\">Add sound type support</a> - TheSilkMiner - Sat Jun 18 15:20:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8b3238c892b8fe934ae15f97a73ae25a528512fa\" rel=\"nofollow\">Add Material support</a> - TheSilkMiner - Sat Jun 18 15:19:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a0eaba56e2a022eef064843101cbb1ecf5a6aeee\" rel=\"nofollow\">Add material color support</a> - TheSilkMiner - Sat Jun 18 15:18:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78c4471aa78edadf74c78afd62df4f524591b743\" rel=\"nofollow\">Prevent access of properties from ZenCode</a> - TheSilkMiner - Sat Jun 18 15:14:57 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b6372da287161f37fbe6f09a1c6e53094f40f7be\" rel=\"nofollow\">Allow no-dumper custom brackets</a> - TheSilkMiner - Sat Jun 18 15:14:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e714eaeabfe2cdf848a8f597bae117213d33ed45\" rel=\"nofollow\">Add resource bracket expression</a> - TheSilkMiner - Sat Jun 18 15:12:53 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f80319ae33e659559b9633ded0d0247515d8418d\" rel=\"nofollow\">Add additional logging for better debugging</a> - TheSilkMiner - Sat Jun 18 15:11:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5ad22c67127b12d93ce785a52212f62f52916b1\" rel=\"nofollow\">Move Tier Registry to API</a> - TheSilkMiner - Sat Jun 18 15:11:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4531925d26321d549d5be6adb1c68fbbcac498f9\" rel=\"nofollow\">Add sound event support</a> - TheSilkMiner - Sat Jun 4 15:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d62f2bdac669f8534d3e37dfc7106c3f35e2c2fd\" rel=\"nofollow\">Rework tab and tier creation to be delayed</a> - TheSilkMiner - Tue May 31 15:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/443d10a7f27367fae8f104fbcd8f6c20b1ca2c4f\" rel=\"nofollow\">Add complete tool set</a> - TheSilkMiner - Mon May 30 14:49:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fc35cf3a58a2151454fb1854d7210673b1ffabc1\" rel=\"nofollow\">Fully implement pickaxe textures</a> - TheSilkMiner - Sun May 29 12:46:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889cc1bf69ffd6c27739d615129631455fed07a6\" rel=\"nofollow\">[WIP/Not Working] Add framework to add custom tools</a> - TheSilkMiner - Sat May 28 15:02:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e4781d52f9518c1e848be6946531effc7901939a\" rel=\"nofollow\">Implement <code><tooltype></code> bracket handler on both loaders</a> - TheSilkMiner - Sat May 28 15:01:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889b2a4a85b31e800059367eabceb52fcb26f2bc\" rel=\"nofollow\">Provide better conventional name</a> - TheSilkMiner - Sat May 28 14:59:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa84b3a249d223b66e1ecdddeb6861468040f335\" rel=\"nofollow\">Fix optionals being untyped</a> - TheSilkMiner - Sat May 28 14:59:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c6a453357b51506cef4880fd45dd08940144137\" rel=\"nofollow\">Provide better default names</a> - TheSilkMiner - Sat May 28 14:58:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98ef974f66118ab10e428d5c23be775de1463cc5\" rel=\"nofollow\">Show CoT plugins in CT log for better diagnosis</a> - TheSilkMiner - Sat May 28 14:57:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa447303425087564ab998c57d8d6dad21708056\" rel=\"nofollow\">Add translations</a> - TheSilkMiner - Fri May 27 16:42:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a15a24e5614de7a21a88f4cf9966c7580cc4693\" rel=\"nofollow\">Fix Trundle DS resolving paths from root instead of parent</a> - TheSilkMiner - Fri May 27 16:41:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52b9523f1ed118ed27ac518bf4876cd70dd3bae7\" rel=\"nofollow\">Add command to dump generated resources to log</a> - TheSilkMiner - Fri May 27 16:41:04 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d1ebd355586e1194a65431859d00453e673af80\" rel=\"nofollow\">Fix Trundle Path not properly resolving <code>/</code></a> - TheSilkMiner - Fri May 27 16:40:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8821bb7afb74953774d16396e76c96614e9f458a\" rel=\"nofollow\">Refactor item builders</a> - TheSilkMiner - Fri May 27 15:33:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db63b41a53734dd3b338f586f7f1a7972dffa7dc\" rel=\"nofollow\">Expose Tiers, for future tool builder</a> - TheSilkMiner - Fri May 27 15:31:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/48978bef317ae2b28696535a212b98e9bbc6838f\" rel=\"nofollow\">Change missing textures</a> - TheSilkMiner - Wed May 25 13:37:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7c47f986fd69b40bce31e509a9e362d7501792a4\" rel=\"nofollow\">Add basic item texture template</a> - TheSilkMiner - Tue May 24 21:17:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/03787bd9afa75ad9dfb09a08d0b1d43897abe1c8\" rel=\"nofollow\">Generate language entry for creative tab</a> - TheSilkMiner - Tue May 24 21:16:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ec4abd519d0b076b2119590e46908fbf6f91a099\" rel=\"nofollow\">Rework templates not to require a helper</a> - TheSilkMiner - Tue May 24 21:15:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2625365c43c6ee50855d47219936f7eb833843\" rel=\"nofollow\">Add template factory to help with template provisioning</a> - TheSilkMiner - Mon May 23 21:26:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/722484125f33bc7310ea26f669a7a070792e5f5e\" rel=\"nofollow\">Convert registration to actions</a> - TheSilkMiner - Mon May 23 21:25:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01d5838879794f1c77ee718d65c4eeb7c3df9c47\" rel=\"nofollow\">Add providers for common elements</a> - TheSilkMiner - Mon May 23 17:13:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b9ad959118cd2686620273b4ec9f5951e23ac977\" rel=\"nofollow\">Fix providing a resource causing FS finalization</a> - TheSilkMiner - Mon May 23 17:03:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db0581ef1518f960f727aea6fd133671bd77094\" rel=\"nofollow\">Follow PECS for resource serializers</a> - TheSilkMiner - Mon May 23 13:33:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d8031dc9b860c9571025db4287b5c5711a70168d\" rel=\"nofollow\">Allow providing of alterable resources</a> - TheSilkMiner - Mon May 23 12:03:25 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e91d6681ff230ac2174bcda25a75837e5d0ec6af\" rel=\"nofollow\">Add first rendition of item builders</a> - TheSilkMiner - Sat May 21 16:09:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9efb8754b6ca1263b3aed83c820cce35f19f4f88\" rel=\"nofollow\">Provide ability to reference item properties</a> - TheSilkMiner - Sat May 21 16:09:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7340ffe590181018a7dd596b7a9f8d1c4e79d8bb\" rel=\"nofollow\">Add forgotten natives</a> - TheSilkMiner - Sat May 21 16:09:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dfb8968c08ae7cc9b0af9899c50b396d9b37f83b\" rel=\"nofollow\">Add custom creative tab API</a> - TheSilkMiner - Sat May 21 16:09:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1fa8618cad8a71598ef8361901ebba25f62ff98b\" rel=\"nofollow\">Add ability to reference and create items</a> - TheSilkMiner - Sat May 21 16:07:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2cd356b4251123f26706ef2082b1d84bb2403be\" rel=\"nofollow\">Fix trying to write inside non-existent directories</a> - TheSilkMiner - Sat May 21 16:03:36 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e4a3777ed6ae2e4bd59f23bd85c21b2b9e958dc\" rel=\"nofollow\">Fix resolution and relativization when in root or empty context</a> - TheSilkMiner - Sat May 21 16:03:14 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a8c8436d994f63177cdb9d9a46af0783ed20f8b9\" rel=\"nofollow\">Fix subpath implementing [begin, end] logic</a> - TheSilkMiner - Sat May 21 16:01:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/34073baf41f971254f3c742e13f2b6b89ede0294\" rel=\"nofollow\">Fix eliding of root marker in root paths</a> - TheSilkMiner - Sat May 21 16:00:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db17b54efc22d241a6b3a539dddc4f9144f8794d\" rel=\"nofollow\">Provide identifier for all ContentTweaker actions</a> - TheSilkMiner - Sat May 21 15:59:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0594a154df5fc3319838c54d7f73c3e98fc34d98\" rel=\"nofollow\">Fix duplicates due to incorrect Gradle configuration</a> - TheSilkMiner - Sat May 21 15:58:46 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ef51045b6890d17a8310e4de6497b463cd411300\" rel=\"nofollow\">Provide factory method to create object holders</a> - TheSilkMiner - Sat May 21 15:57:45 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b7c902a388ced41b35099e41e7bb21f2051b9929\" rel=\"nofollow\">Fix crash when attempting to resolve root path</a> - TheSilkMiner - Sat May 21 15:57:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dcba2b1a1e5b647f946023c682ebce7ce93fed36\" rel=\"nofollow\">Cache reference lookups</a> - TheSilkMiner - Sat May 21 15:56:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3aa57137ada6f9babac137fbb362fae692d2e709\" rel=\"nofollow\">Avoid repeated creation of useless heavy objects</a> - TheSilkMiner - Sat May 21 15:55:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e9c1844e894957503f086edec3e37d586aff8cf0\" rel=\"nofollow\">Fix channel being set to append mode when not asked to</a> - TheSilkMiner - Sat May 21 15:54:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cdbc2321639e2c7d3ce89f87cd60194933cb6892\" rel=\"nofollow\">Minor alterations to object types string conversion</a> - TheSilkMiner - Sat May 21 15:54:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb9b9b2cc287d4e5ada6fce56c87364bdea3a3e\" rel=\"nofollow\">Set Javadoc to generate with UTF-8 encoding</a> - TheSilkMiner - Sat May 21 15:53:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d063d1c6d79c81ab73fa244c45ddc9aaa57d44ee\" rel=\"nofollow\">Account for attempting to create abstract classes</a> - TheSilkMiner - Sat May 21 15:53:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/733d6dbea0c6bc261e4c382f4a31b31855cb9d78\" rel=\"nofollow\">Provide more descriptive name for pack</a> - TheSilkMiner - Sat May 21 15:52:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7228df52f2a89133a532da6f5085bc44c486da8\" rel=\"nofollow\">Load repositories on Forge</a> - TheSilkMiner - Wed May 18 11:49:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/17997775caeb1fdc12115df716df260700b127c8\" rel=\"nofollow\">Add user-level pack repository source</a> - TheSilkMiner - Wed May 18 11:49:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8fa40f8bc554ce3d1a7afe2633c54fb28724c50b\" rel=\"nofollow\">Leverage game-provided pack version</a> - TheSilkMiner - Wed May 18 11:48:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/83bd675285f13a6ae753fe2d05f852f2e8c459c5\" rel=\"nofollow\">Provide game directory access</a> - TheSilkMiner - Wed May 18 11:47:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0d621ec14040df0f990d89c1cb6200dd5a061020\" rel=\"nofollow\">Provide utility to create instances from generics</a> - TheSilkMiner - Tue May 17 14:27:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a68dad09c4a4e48cb3eaca49ad27c4de423ad9c1\" rel=\"nofollow\">Rework resource API to build file system directly</a> - TheSilkMiner - Tue May 17 12:30:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4333bcba481c6b2b7c9000f8f4a9bd7c82dc9a16\" rel=\"nofollow\">Provide first draft of resource API</a> - TheSilkMiner - Mon May 16 21:04:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d37b7417975fd3ead4e303c51b4488702a7f7fd7\" rel=\"nofollow\">Implement reference to unknown</a> - TheSilkMiner - Fri May 6 23:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eb7e85347ebc7a737bcb4eaf85c61163b627d91d\" rel=\"nofollow\">Split Unknown and UnknownFactory for upcoming reference</a> - TheSilkMiner - Fri May 6 23:09:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa5dd3d6660ddd55c8b38f792fde908fa5d005e2\" rel=\"nofollow\">Avoid warnings with GameData on registration</a> - TheSilkMiner - Fri May 6 23:08:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9be56d4e46687d36b6b1aff558ef9a45ab03a0c8\" rel=\"nofollow\">Implement Reference factories for additional support</a> - TheSilkMiner - Fri May 6 23:08:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e548408b813f5e4e8d10a1898e3ea94e0710ec8\" rel=\"nofollow\">Move zen constants to API</a> - TheSilkMiner - Fri May 6 23:04:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/76e2fc25e200553f32d10e97414988bd17f9a455\" rel=\"nofollow\">Rework ObjectType to allow Unknown and be easier</a> - TheSilkMiner - Wed May 4 12:44:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/322191898b8e53e1d30f0ed9d50a023c5f6c59eb\" rel=\"nofollow\">Rename slightly methods to be more in-line</a> - TheSilkMiner - Tue May 3 13:41:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cabfb53e4370d64acb967cd6eb10ee51619ba97d\" rel=\"nofollow\">Remove registry validation in Factory BEP</a> - TheSilkMiner - Tue May 3 13:27:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ae219428ec5d61afce93afff8d7c791c702e75fd\" rel=\"nofollow\">Move ReferenceExpression to API for more usage</a> - TheSilkMiner - Tue May 3 13:16:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6adffa22fae7795071593c7c68e1023139b0a3ea\" rel=\"nofollow\">Allow more type-specific references in RMF</a> - TheSilkMiner - Tue May 3 11:45:00 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/70b9adcea53f57120fdb9b6bd62c61b8e561a9f0\" rel=\"nofollow\">Move metafactories into rt package</a> - TheSilkMiner - Tue May 3 11:17:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c257f21b96e771334ca1080b925419c4170d2151\" rel=\"nofollow\">Add WIP Reference bracket handler</a> - TheSilkMiner - Tue May 3 11:11:35 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52c4bb945ae2030ba4889580cf9b728e47a26328\" rel=\"nofollow\">Add initial implementation for content registration</a> - TheSilkMiner - Tue May 3 11:10:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23ad6de86f91df51d7864c927dbc5abb8213c129\" rel=\"nofollow\">Move helper functions to BracketHelper</a> - TheSilkMiner - Tue May 3 11:06:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2ab08c31e8c8d91f69a0f2066b86d2a32e0c1666\" rel=\"nofollow\">Fix Unknown being registered on the wrong loader</a> - TheSilkMiner - Tue May 3 11:04:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af61d42bc1d66d297bced786f9b80ab0f8b81f47\" rel=\"nofollow\">Allow CoT plugins to register custom brackets</a> - TheSilkMiner - Tue May 3 11:03:32 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c886b42e760f73e088696bfec90238f3b2f4f8e5\" rel=\"nofollow\">Use InstantiationUtil</a> - TheSilkMiner - Tue Apr 26 11:20:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/94c6a64af038a48f1db7650914fbbb006fcf443f\" rel=\"nofollow\">Move to CurseForgeGradle</a> - TheSilkMiner - Tue Apr 26 11:19:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee1012a7282021f81497347a7347887f0c71ea81\" rel=\"nofollow\">Add missed dumping for factories</a> - TheSilkMiner - Mon Apr 25 14:33:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23387ee22d66ea3eada7b2b27e20f39226a13493\" rel=\"nofollow\">Skeleton for 1.18 ContentTweaker</a> - TheSilkMiner - Mon Apr 25 14:29:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/37d2646d606fff205bf517ba6f14acb9b16cde6b\" rel=\"nofollow\">Workaround IntelliJ Idea 2022.1 bug</a> - TheSilkMiner - Wed Apr 13 09:50:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7850440280b09003874866830a3388c9e1f5aed\" rel=\"nofollow\">Fix loading on Fabric</a> - TheSilkMiner - Wed Apr 13 09:50:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/759c32363b55e174c904be19bab6de0e7debf775\" rel=\"nofollow\">Update to 1.18.2</a> - TheSilkMiner - Mon Apr 11 10:14:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/775a1f97d3758f7b49f9d2eec338822389ba9897\" rel=\"nofollow\">Set up workspace for 1.18 port</a> - TheSilkMiner - Tue Jan 11 20:40:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8060c7f8dd2880484d83a4f5e4587ea904b2a452\" rel=\"nofollow\">add support for setting if a block is transparent</a> - Jared - Sat Jan 1 14:55:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b077acd9d25ca052154e0c2164b5b3c9f7ab6f75\" rel=\"nofollow\">Add support for custom glass blocks</a> - Jared - Sat Jan 1 13:57:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3d625d34b3729e6f8da56e26464348d90e5f708c\" rel=\"nofollow\">update CrT to resolve issues</a> - youyihj - Fri Dec 3 17:26:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec2966793dc560da59d86139482cd08f56a1143\" rel=\"nofollow\">don\'t export deprecated class</a> - youyihj - Fri Dec 3 17:21:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dc525a391e28172cd312eea577aa86b1ec38787f\" rel=\"nofollow\">expanding ItemGroup</a> - youyihj - Mon Sep 27 12:52:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ef7f54d4c398a22fd31f9f44c14566733bfe86f\" rel=\"nofollow\">item group support</a> - youyihj - Tue Aug 24 14:01:00 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0+8支持游戏: 1.18.2类型:ForgeBeta下载次数: 52ContentTweaker-fabric-1.18.2-1.0.0+7ContentTweaker-fabric-1.18.2-1.0.0+7.jar下载1.0.0+7#Beta<h3>Current version: 1.0.0+7</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/60d2b9eb849400a9a0d679b72572953057cd644a\" rel=\"nofollow\">post the curse link in the webhook</a> - Jared - Tue Aug 2 03:19:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5eec8254cc94d88cc752e3eabeb4133d954f85dd\" rel=\"nofollow\">temporarily disable auto docs</a> - Jared - Tue Aug 2 03:16:23 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6c6929ef998388f597860f5e4ddaf993850a9bb7\" rel=\"nofollow\">use correct project names</a> - Jared - Tue Aug 2 03:07:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f36f464b0a64e6687d4adef78b5e3e668e74e98c\" rel=\"nofollow\">use the correct version when uploading to CF</a> - Jared - Tue Aug 2 02:57:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee0a78187a6bba013153e3a57c9dad86a0e71eb6\" rel=\"nofollow\">stop using kotlin in buildSrc</a> - Jared - Tue Aug 2 02:47:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a8ef2f218cefd84a531616fd8679146c729c7cd\" rel=\"nofollow\">Hopefully fix build</a> - Jared - Tue Aug 2 02:38:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/25f05ea16b22538c91696e2a502dc2dba52f1b56\" rel=\"nofollow\">fix small example issue</a> - Jared - Mon Aug 1 19:35:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39fbe88d4e8da2aa5379958add468a7104659099\" rel=\"nofollow\">Finish set of example scripts</a> - TheSilkMiner - Mon Aug 1 17:09:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b283f398a8ee8af87d85d80a5b7ff2f51ce2d6f0\" rel=\"nofollow\">Clarify why people would want to specify a name</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d36fc137d13090008fd1c9af2fb9289b29455eb8\" rel=\"nofollow\">Fix a couple of typos</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/afd824566df41519c1c5fa67bff08960ab8af70a\" rel=\"nofollow\">Fix NPE in TierSortingStruct</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2f609e0ce810765e327a22091342ecc0353ad96e\" rel=\"nofollow\">Fix tab references using the wrong ID</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5746e13ff91b0ddab5a6a6fb80dd151845cf338f\" rel=\"nofollow\">Fix nutrition checking the wrong value</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6d3d603481ee71f9e330cb2a4a0908daa36572c\" rel=\"nofollow\">Provide no block item warning in base class</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01ae1aaa47bc0e39aa752caa96ff93cf64f2166d\" rel=\"nofollow\">Mention where users can find help for resources</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5810514132bc87b00e54ce4b64a2b36691b7c0dc\" rel=\"nofollow\">Mention that the resource bracket is also retained</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1df96d6a240c59b7a81069dc0a7da3fdd94c9fb2\" rel=\"nofollow\">Fix Java being stupid in TrundleFS</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cbd35950f2f8c1f7458e87df615468932194c92e\" rel=\"nofollow\">fix some typos</a> - Jared - Fri Jul 29 18:46:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1e2962b3ddc305952a4e9467a77de81412d704fd\" rel=\"nofollow\">Add first set of vanilla content examples</a> - TheSilkMiner - Fri Jul 29 17:57:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8824f7547e0f33cbb9d67d28a4a0ef1a40df9786\" rel=\"nofollow\">Account for no food properties on items</a> - TheSilkMiner - Fri Jul 29 17:56:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4aa0ded41dc06a683fd0c3f403c8a28bfba5bae2\" rel=\"nofollow\">Fix some naming</a> - TheSilkMiner - Mon Jul 25 13:56:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/990e1928448112a071257e15ddbcd0e4c6d54319\" rel=\"nofollow\">Add first set of tutorial scripts</a> - TheSilkMiner - Mon Jul 25 13:53:34 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/06b05d2a80750a8239d77094e80e9f6513b03936\" rel=\"nofollow\">Follow conventions for factory methods</a> - TheSilkMiner - Mon Jul 25 13:53:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0632fa0cde334ec4289c6239a0ea928ec08236d1\" rel=\"nofollow\">Fix sorting being done in stupid ways, thanks Mojang</a> - TheSilkMiner - Mon Jul 25 13:48:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d026a50fd5a19d89320f95993ae8b7878d1e81b6\" rel=\"nofollow\">Allow references to reference everything</a> - TheSilkMiner - Mon Jul 25 13:47:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5985eee6106e0786e68db1fbd44aa111636c79d5\" rel=\"nofollow\">Allow marking of publishes as release or beta</a> - TheSilkMiner - Fri Jul 22 21:15:11 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/efa0a297bfcc27c98c32f70029123313e48825a0\" rel=\"nofollow\">Fix broken lighting on items</a> - TheSilkMiner - Fri Jul 22 21:10:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24a4dc2c3f2ed770d26b47323996c1c6fc6a8c8b\" rel=\"nofollow\">Rework Fabric registration to be on-time</a> - TheSilkMiner - Fri Jul 22 21:06:43 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/564cc4829e729d3fc6dbd2c44b4cfa0105f34997\" rel=\"nofollow\">Update Jenkinsfile</a> - Jared - Fri Jul 22 16:27:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f3231521fb6b854ce53f0c0d504ca2131cf0140b\" rel=\"nofollow\">Goodbye JEI, welcome REI</a> - TheSilkMiner - Fri Jul 22 15:11:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2027f634d6131244763e81cea105a45f8ebd2e18\" rel=\"nofollow\">Properly compile to ensure refmaps generate</a> - TheSilkMiner - Fri Jul 22 15:10:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44df4b302b23f250753759bca56b6e9401a9d79b\" rel=\"nofollow\">Properly implement resource loading on Fabric</a> - TheSilkMiner - Fri Jul 22 15:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1a32dc05211f59bdab4672b1eadc62a2a35da987\" rel=\"nofollow\">Make sure registration for CoT runs last</a> - TheSilkMiner - Fri Jul 22 15:08:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cf0391d11367d3adf8717fc4f5cd7882b9d45cb7\" rel=\"nofollow\">Do not override cloning requests in items</a> - TheSilkMiner - Thu Jul 21 14:49:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4450d8ca7b7ae07b3beac170374763f8c8513a86\" rel=\"nofollow\">Add possibility of dumping all resources to the file system</a> - TheSilkMiner - Thu Jul 21 14:37:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ecc9510164915240af101bd9a428a67fb60d47fa\" rel=\"nofollow\">Make API for BlockBuilder\'s empty loot table frendlier</a> - TheSilkMiner - Thu Jul 21 14:37:41 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e46bc8dda7ec1687a5f8f7886306d8ed4474a9ba\" rel=\"nofollow\">Fix various Mixin bits</a> - TheSilkMiner - Thu Jul 21 14:37:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3c1a5e7cd9416c734f40db1192d37cdba393f0d7\" rel=\"nofollow\">Fix version being specified wrongly in manifest</a> - TheSilkMiner - Thu Jul 21 14:36:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/901839a6acc09e87a689f507513b12598b20e7dc\" rel=\"nofollow\">Make it run again</a> - TheSilkMiner - Wed Jun 22 12:25:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02bbca3c5a055b7cd89664c3e905f198d81ebea4\" rel=\"nofollow\">Make it compile again</a> - TheSilkMiner - Wed Jun 22 12:18:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d7528451533e508f1c0a4b62f117743492d51adb\" rel=\"nofollow\">Set up multi-project and multi-sourceset Gradle configuration</a> - TheSilkMiner - Tue Jun 21 15:25:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/323320d14231573e4c564e0fbe349d4fa431067c\" rel=\"nofollow\">Remove unneeded beps</a> - TheSilkMiner - Tue Jun 21 12:09:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39eae6d7238e1bfd153db30765c12c622fc4eceb\" rel=\"nofollow\">Well, that\'s done</a> - TheSilkMiner - Tue Jun 21 12:08:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1b130fa5c3b2ad39e32d6bcecb60d03b14842a31\" rel=\"nofollow\">Remove staged action support as it is now unneeded</a> - TheSilkMiner - Tue Jun 21 12:07:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/536ef239e6c43a921f3f20d9a3bb66e003ccbf14\" rel=\"nofollow\">Rework entire API to use standalone object types and references</a> - TheSilkMiner - Tue Jun 21 12:07:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee080cc302951d1d3faa4e5966293e5936eb8089\" rel=\"nofollow\">Provide helper for automatic resolver-based dumping</a> - TheSilkMiner - Tue Jun 21 12:00:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92a0cf954da9161c59782a94e8d99ac8708a9e42\" rel=\"nofollow\">Move references to resolvers</a> - TheSilkMiner - Tue Jun 21 11:57:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ef48874e73c850c096d1438dbfeab43872592b6\" rel=\"nofollow\">Properly pass-through event</a> - TheSilkMiner - Tue Jun 21 11:56:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e3114e59932eff85308680f106d03c0a44c17ee1\" rel=\"nofollow\">Allow querying of block properties</a> - TheSilkMiner - Tue Jun 21 11:54:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2ce273c405930affdc872c2307b4bbcde03bede\" rel=\"nofollow\">Rework GameRegistry system to be more registry-like</a> - TheSilkMiner - Tue Jun 21 11:54:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c3b08fa6effe334b42a51ba886d1f02af89eec9\" rel=\"nofollow\">I think I can do this</a> - TheSilkMiner - Tue Jun 21 11:50:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a984d3e6c63abaddf84defb54568372a942108c6\" rel=\"nofollow\">Rework object resolvers into registry resolvers</a> - TheSilkMiner - Tue Jun 21 11:50:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78b676bee077fd124afcbc6b89c865c3d6887c7a\" rel=\"nofollow\">Move object types to API</a> - TheSilkMiner - Tue Jun 21 11:45:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eaf0268fc40b8ec83a7b06be01bf5698aefa548d\" rel=\"nofollow\">Add a more detailed toString output for holders</a> - TheSilkMiner - Mon Jun 20 15:13:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af0af3a2087964fccbcc3f120971d05e043e6368\" rel=\"nofollow\">Move from reflection to method handles in OFM</a> - TheSilkMiner - Mon Jun 20 12:10:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55ce6b9fae6c312612f9995c32cdd36f2936d043\" rel=\"nofollow\">Begin API rework to allow non-registry-backed object types</a> - TheSilkMiner - Sat Jun 18 16:35:54 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/154cd19a9dd252410946dcb1103a9f51fb7d85e5\" rel=\"nofollow\">Collapse metafactories into single classes</a> - TheSilkMiner - Sat Jun 18 15:47:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1933cc8ef0d2db08f8877e032e2185e74e9b9ce6\" rel=\"nofollow\">Remove \'Unknown\' as it makes no sense</a> - TheSilkMiner - Sat Jun 18 15:39:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6e947e97887b6be6e401af6ad675fae193e030d0\" rel=\"nofollow\">Fix wrong handling of paths in Runtime Pack</a> - TheSilkMiner - Sat Jun 18 15:28:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c1228596ccb10280adde9a6bc9f4421cb496701\" rel=\"nofollow\">Add possibility of custom tool creation</a> - TheSilkMiner - Sat Jun 18 15:28:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1777de35c9998628b3d73a24813b223244e13f5\" rel=\"nofollow\">Add block builders</a> - TheSilkMiner - Sat Jun 18 15:27:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12c56d61f6ee0ec2131ea99be6cb4e44f80009f9\" rel=\"nofollow\">Add registry for all sound types</a> - TheSilkMiner - Sat Jun 18 15:25:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5ce58ff4daac2e0b8d47b19436ce9e44410e7887\" rel=\"nofollow\">Remove item bracket dump as unused</a> - TheSilkMiner - Sat Jun 18 15:22:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91b845ffb519ac67da0dc8e2e80e2f8c24ecb30d\" rel=\"nofollow\">Add missed actions and natives</a> - TheSilkMiner - Sat Jun 18 15:21:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85e781ba70a071959b9d56351f21984324fd8c6e\" rel=\"nofollow\">Add sound type support</a> - TheSilkMiner - Sat Jun 18 15:20:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8b3238c892b8fe934ae15f97a73ae25a528512fa\" rel=\"nofollow\">Add Material support</a> - TheSilkMiner - Sat Jun 18 15:19:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a0eaba56e2a022eef064843101cbb1ecf5a6aeee\" rel=\"nofollow\">Add material color support</a> - TheSilkMiner - Sat Jun 18 15:18:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78c4471aa78edadf74c78afd62df4f524591b743\" rel=\"nofollow\">Prevent access of properties from ZenCode</a> - TheSilkMiner - Sat Jun 18 15:14:57 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b6372da287161f37fbe6f09a1c6e53094f40f7be\" rel=\"nofollow\">Allow no-dumper custom brackets</a> - TheSilkMiner - Sat Jun 18 15:14:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e714eaeabfe2cdf848a8f597bae117213d33ed45\" rel=\"nofollow\">Add resource bracket expression</a> - TheSilkMiner - Sat Jun 18 15:12:53 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f80319ae33e659559b9633ded0d0247515d8418d\" rel=\"nofollow\">Add additional logging for better debugging</a> - TheSilkMiner - Sat Jun 18 15:11:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5ad22c67127b12d93ce785a52212f62f52916b1\" rel=\"nofollow\">Move Tier Registry to API</a> - TheSilkMiner - Sat Jun 18 15:11:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4531925d26321d549d5be6adb1c68fbbcac498f9\" rel=\"nofollow\">Add sound event support</a> - TheSilkMiner - Sat Jun 4 15:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d62f2bdac669f8534d3e37dfc7106c3f35e2c2fd\" rel=\"nofollow\">Rework tab and tier creation to be delayed</a> - TheSilkMiner - Tue May 31 15:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/443d10a7f27367fae8f104fbcd8f6c20b1ca2c4f\" rel=\"nofollow\">Add complete tool set</a> - TheSilkMiner - Mon May 30 14:49:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fc35cf3a58a2151454fb1854d7210673b1ffabc1\" rel=\"nofollow\">Fully implement pickaxe textures</a> - TheSilkMiner - Sun May 29 12:46:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889cc1bf69ffd6c27739d615129631455fed07a6\" rel=\"nofollow\">[WIP/Not Working] Add framework to add custom tools</a> - TheSilkMiner - Sat May 28 15:02:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e4781d52f9518c1e848be6946531effc7901939a\" rel=\"nofollow\">Implement <code><tooltype></code> bracket handler on both loaders</a> - TheSilkMiner - Sat May 28 15:01:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889b2a4a85b31e800059367eabceb52fcb26f2bc\" rel=\"nofollow\">Provide better conventional name</a> - TheSilkMiner - Sat May 28 14:59:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa84b3a249d223b66e1ecdddeb6861468040f335\" rel=\"nofollow\">Fix optionals being untyped</a> - TheSilkMiner - Sat May 28 14:59:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c6a453357b51506cef4880fd45dd08940144137\" rel=\"nofollow\">Provide better default names</a> - TheSilkMiner - Sat May 28 14:58:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98ef974f66118ab10e428d5c23be775de1463cc5\" rel=\"nofollow\">Show CoT plugins in CT log for better diagnosis</a> - TheSilkMiner - Sat May 28 14:57:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa447303425087564ab998c57d8d6dad21708056\" rel=\"nofollow\">Add translations</a> - TheSilkMiner - Fri May 27 16:42:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a15a24e5614de7a21a88f4cf9966c7580cc4693\" rel=\"nofollow\">Fix Trundle DS resolving paths from root instead of parent</a> - TheSilkMiner - Fri May 27 16:41:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52b9523f1ed118ed27ac518bf4876cd70dd3bae7\" rel=\"nofollow\">Add command to dump generated resources to log</a> - TheSilkMiner - Fri May 27 16:41:04 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d1ebd355586e1194a65431859d00453e673af80\" rel=\"nofollow\">Fix Trundle Path not properly resolving <code>/</code></a> - TheSilkMiner - Fri May 27 16:40:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8821bb7afb74953774d16396e76c96614e9f458a\" rel=\"nofollow\">Refactor item builders</a> - TheSilkMiner - Fri May 27 15:33:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db63b41a53734dd3b338f586f7f1a7972dffa7dc\" rel=\"nofollow\">Expose Tiers, for future tool builder</a> - TheSilkMiner - Fri May 27 15:31:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/48978bef317ae2b28696535a212b98e9bbc6838f\" rel=\"nofollow\">Change missing textures</a> - TheSilkMiner - Wed May 25 13:37:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7c47f986fd69b40bce31e509a9e362d7501792a4\" rel=\"nofollow\">Add basic item texture template</a> - TheSilkMiner - Tue May 24 21:17:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/03787bd9afa75ad9dfb09a08d0b1d43897abe1c8\" rel=\"nofollow\">Generate language entry for creative tab</a> - TheSilkMiner - Tue May 24 21:16:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ec4abd519d0b076b2119590e46908fbf6f91a099\" rel=\"nofollow\">Rework templates not to require a helper</a> - TheSilkMiner - Tue May 24 21:15:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2625365c43c6ee50855d47219936f7eb833843\" rel=\"nofollow\">Add template factory to help with template provisioning</a> - TheSilkMiner - Mon May 23 21:26:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/722484125f33bc7310ea26f669a7a070792e5f5e\" rel=\"nofollow\">Convert registration to actions</a> - TheSilkMiner - Mon May 23 21:25:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01d5838879794f1c77ee718d65c4eeb7c3df9c47\" rel=\"nofollow\">Add providers for common elements</a> - TheSilkMiner - Mon May 23 17:13:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b9ad959118cd2686620273b4ec9f5951e23ac977\" rel=\"nofollow\">Fix providing a resource causing FS finalization</a> - TheSilkMiner - Mon May 23 17:03:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db0581ef1518f960f727aea6fd133671bd77094\" rel=\"nofollow\">Follow PECS for resource serializers</a> - TheSilkMiner - Mon May 23 13:33:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d8031dc9b860c9571025db4287b5c5711a70168d\" rel=\"nofollow\">Allow providing of alterable resources</a> - TheSilkMiner - Mon May 23 12:03:25 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e91d6681ff230ac2174bcda25a75837e5d0ec6af\" rel=\"nofollow\">Add first rendition of item builders</a> - TheSilkMiner - Sat May 21 16:09:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9efb8754b6ca1263b3aed83c820cce35f19f4f88\" rel=\"nofollow\">Provide ability to reference item properties</a> - TheSilkMiner - Sat May 21 16:09:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7340ffe590181018a7dd596b7a9f8d1c4e79d8bb\" rel=\"nofollow\">Add forgotten natives</a> - TheSilkMiner - Sat May 21 16:09:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dfb8968c08ae7cc9b0af9899c50b396d9b37f83b\" rel=\"nofollow\">Add custom creative tab API</a> - TheSilkMiner - Sat May 21 16:09:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1fa8618cad8a71598ef8361901ebba25f62ff98b\" rel=\"nofollow\">Add ability to reference and create items</a> - TheSilkMiner - Sat May 21 16:07:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2cd356b4251123f26706ef2082b1d84bb2403be\" rel=\"nofollow\">Fix trying to write inside non-existent directories</a> - TheSilkMiner - Sat May 21 16:03:36 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e4a3777ed6ae2e4bd59f23bd85c21b2b9e958dc\" rel=\"nofollow\">Fix resolution and relativization when in root or empty context</a> - TheSilkMiner - Sat May 21 16:03:14 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a8c8436d994f63177cdb9d9a46af0783ed20f8b9\" rel=\"nofollow\">Fix subpath implementing [begin, end] logic</a> - TheSilkMiner - Sat May 21 16:01:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/34073baf41f971254f3c742e13f2b6b89ede0294\" rel=\"nofollow\">Fix eliding of root marker in root paths</a> - TheSilkMiner - Sat May 21 16:00:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db17b54efc22d241a6b3a539dddc4f9144f8794d\" rel=\"nofollow\">Provide identifier for all ContentTweaker actions</a> - TheSilkMiner - Sat May 21 15:59:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0594a154df5fc3319838c54d7f73c3e98fc34d98\" rel=\"nofollow\">Fix duplicates due to incorrect Gradle configuration</a> - TheSilkMiner - Sat May 21 15:58:46 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ef51045b6890d17a8310e4de6497b463cd411300\" rel=\"nofollow\">Provide factory method to create object holders</a> - TheSilkMiner - Sat May 21 15:57:45 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b7c902a388ced41b35099e41e7bb21f2051b9929\" rel=\"nofollow\">Fix crash when attempting to resolve root path</a> - TheSilkMiner - Sat May 21 15:57:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dcba2b1a1e5b647f946023c682ebce7ce93fed36\" rel=\"nofollow\">Cache reference lookups</a> - TheSilkMiner - Sat May 21 15:56:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3aa57137ada6f9babac137fbb362fae692d2e709\" rel=\"nofollow\">Avoid repeated creation of useless heavy objects</a> - TheSilkMiner - Sat May 21 15:55:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e9c1844e894957503f086edec3e37d586aff8cf0\" rel=\"nofollow\">Fix channel being set to append mode when not asked to</a> - TheSilkMiner - Sat May 21 15:54:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cdbc2321639e2c7d3ce89f87cd60194933cb6892\" rel=\"nofollow\">Minor alterations to object types string conversion</a> - TheSilkMiner - Sat May 21 15:54:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb9b9b2cc287d4e5ada6fce56c87364bdea3a3e\" rel=\"nofollow\">Set Javadoc to generate with UTF-8 encoding</a> - TheSilkMiner - Sat May 21 15:53:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d063d1c6d79c81ab73fa244c45ddc9aaa57d44ee\" rel=\"nofollow\">Account for attempting to create abstract classes</a> - TheSilkMiner - Sat May 21 15:53:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/733d6dbea0c6bc261e4c382f4a31b31855cb9d78\" rel=\"nofollow\">Provide more descriptive name for pack</a> - TheSilkMiner - Sat May 21 15:52:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7228df52f2a89133a532da6f5085bc44c486da8\" rel=\"nofollow\">Load repositories on Forge</a> - TheSilkMiner - Wed May 18 11:49:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/17997775caeb1fdc12115df716df260700b127c8\" rel=\"nofollow\">Add user-level pack repository source</a> - TheSilkMiner - Wed May 18 11:49:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8fa40f8bc554ce3d1a7afe2633c54fb28724c50b\" rel=\"nofollow\">Leverage game-provided pack version</a> - TheSilkMiner - Wed May 18 11:48:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/83bd675285f13a6ae753fe2d05f852f2e8c459c5\" rel=\"nofollow\">Provide game directory access</a> - TheSilkMiner - Wed May 18 11:47:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0d621ec14040df0f990d89c1cb6200dd5a061020\" rel=\"nofollow\">Provide utility to create instances from generics</a> - TheSilkMiner - Tue May 17 14:27:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a68dad09c4a4e48cb3eaca49ad27c4de423ad9c1\" rel=\"nofollow\">Rework resource API to build file system directly</a> - TheSilkMiner - Tue May 17 12:30:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4333bcba481c6b2b7c9000f8f4a9bd7c82dc9a16\" rel=\"nofollow\">Provide first draft of resource API</a> - TheSilkMiner - Mon May 16 21:04:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d37b7417975fd3ead4e303c51b4488702a7f7fd7\" rel=\"nofollow\">Implement reference to unknown</a> - TheSilkMiner - Fri May 6 23:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eb7e85347ebc7a737bcb4eaf85c61163b627d91d\" rel=\"nofollow\">Split Unknown and UnknownFactory for upcoming reference</a> - TheSilkMiner - Fri May 6 23:09:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa5dd3d6660ddd55c8b38f792fde908fa5d005e2\" rel=\"nofollow\">Avoid warnings with GameData on registration</a> - TheSilkMiner - Fri May 6 23:08:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9be56d4e46687d36b6b1aff558ef9a45ab03a0c8\" rel=\"nofollow\">Implement Reference factories for additional support</a> - TheSilkMiner - Fri May 6 23:08:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e548408b813f5e4e8d10a1898e3ea94e0710ec8\" rel=\"nofollow\">Move zen constants to API</a> - TheSilkMiner - Fri May 6 23:04:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/76e2fc25e200553f32d10e97414988bd17f9a455\" rel=\"nofollow\">Rework ObjectType to allow Unknown and be easier</a> - TheSilkMiner - Wed May 4 12:44:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/322191898b8e53e1d30f0ed9d50a023c5f6c59eb\" rel=\"nofollow\">Rename slightly methods to be more in-line</a> - TheSilkMiner - Tue May 3 13:41:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cabfb53e4370d64acb967cd6eb10ee51619ba97d\" rel=\"nofollow\">Remove registry validation in Factory BEP</a> - TheSilkMiner - Tue May 3 13:27:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ae219428ec5d61afce93afff8d7c791c702e75fd\" rel=\"nofollow\">Move ReferenceExpression to API for more usage</a> - TheSilkMiner - Tue May 3 13:16:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6adffa22fae7795071593c7c68e1023139b0a3ea\" rel=\"nofollow\">Allow more type-specific references in RMF</a> - TheSilkMiner - Tue May 3 11:45:00 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/70b9adcea53f57120fdb9b6bd62c61b8e561a9f0\" rel=\"nofollow\">Move metafactories into rt package</a> - TheSilkMiner - Tue May 3 11:17:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c257f21b96e771334ca1080b925419c4170d2151\" rel=\"nofollow\">Add WIP Reference bracket handler</a> - TheSilkMiner - Tue May 3 11:11:35 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52c4bb945ae2030ba4889580cf9b728e47a26328\" rel=\"nofollow\">Add initial implementation for content registration</a> - TheSilkMiner - Tue May 3 11:10:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23ad6de86f91df51d7864c927dbc5abb8213c129\" rel=\"nofollow\">Move helper functions to BracketHelper</a> - TheSilkMiner - Tue May 3 11:06:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2ab08c31e8c8d91f69a0f2066b86d2a32e0c1666\" rel=\"nofollow\">Fix Unknown being registered on the wrong loader</a> - TheSilkMiner - Tue May 3 11:04:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af61d42bc1d66d297bced786f9b80ab0f8b81f47\" rel=\"nofollow\">Allow CoT plugins to register custom brackets</a> - TheSilkMiner - Tue May 3 11:03:32 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c886b42e760f73e088696bfec90238f3b2f4f8e5\" rel=\"nofollow\">Use InstantiationUtil</a> - TheSilkMiner - Tue Apr 26 11:20:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/94c6a64af038a48f1db7650914fbbb006fcf443f\" rel=\"nofollow\">Move to CurseForgeGradle</a> - TheSilkMiner - Tue Apr 26 11:19:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee1012a7282021f81497347a7347887f0c71ea81\" rel=\"nofollow\">Add missed dumping for factories</a> - TheSilkMiner - Mon Apr 25 14:33:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23387ee22d66ea3eada7b2b27e20f39226a13493\" rel=\"nofollow\">Skeleton for 1.18 ContentTweaker</a> - TheSilkMiner - Mon Apr 25 14:29:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/37d2646d606fff205bf517ba6f14acb9b16cde6b\" rel=\"nofollow\">Workaround IntelliJ Idea 2022.1 bug</a> - TheSilkMiner - Wed Apr 13 09:50:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7850440280b09003874866830a3388c9e1f5aed\" rel=\"nofollow\">Fix loading on Fabric</a> - TheSilkMiner - Wed Apr 13 09:50:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/759c32363b55e174c904be19bab6de0e7debf775\" rel=\"nofollow\">Update to 1.18.2</a> - TheSilkMiner - Mon Apr 11 10:14:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/775a1f97d3758f7b49f9d2eec338822389ba9897\" rel=\"nofollow\">Set up workspace for 1.18 port</a> - TheSilkMiner - Tue Jan 11 20:40:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8060c7f8dd2880484d83a4f5e4587ea904b2a452\" rel=\"nofollow\">add support for setting if a block is transparent</a> - Jared - Sat Jan 1 14:55:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b077acd9d25ca052154e0c2164b5b3c9f7ab6f75\" rel=\"nofollow\">Add support for custom glass blocks</a> - Jared - Sat Jan 1 13:57:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3d625d34b3729e6f8da56e26464348d90e5f708c\" rel=\"nofollow\">update CrT to resolve issues</a> - youyihj - Fri Dec 3 17:26:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec2966793dc560da59d86139482cd08f56a1143\" rel=\"nofollow\">don\'t export deprecated class</a> - youyihj - Fri Dec 3 17:21:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dc525a391e28172cd312eea577aa86b1ec38787f\" rel=\"nofollow\">expanding ItemGroup</a> - youyihj - Mon Sep 27 12:52:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ef7f54d4c398a22fd31f9f44c14566733bfe86f\" rel=\"nofollow\">item group support</a> - youyihj - Tue Aug 24 14:01:00 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0+7支持游戏: 1.18.2类型:FabricBeta下载次数: 73ContentTweaker-forge-1.18.2-1.0.0+7ContentTweaker-forge-1.18.2-1.0.0+7.jar下载1.0.0+7#Beta<h3>Current version: 1.0.0+7</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/60d2b9eb849400a9a0d679b72572953057cd644a\" rel=\"nofollow\">post the curse link in the webhook</a> - Jared - Tue Aug 2 03:19:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5eec8254cc94d88cc752e3eabeb4133d954f85dd\" rel=\"nofollow\">temporarily disable auto docs</a> - Jared - Tue Aug 2 03:16:23 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6c6929ef998388f597860f5e4ddaf993850a9bb7\" rel=\"nofollow\">use correct project names</a> - Jared - Tue Aug 2 03:07:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f36f464b0a64e6687d4adef78b5e3e668e74e98c\" rel=\"nofollow\">use the correct version when uploading to CF</a> - Jared - Tue Aug 2 02:57:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee0a78187a6bba013153e3a57c9dad86a0e71eb6\" rel=\"nofollow\">stop using kotlin in buildSrc</a> - Jared - Tue Aug 2 02:47:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a8ef2f218cefd84a531616fd8679146c729c7cd\" rel=\"nofollow\">Hopefully fix build</a> - Jared - Tue Aug 2 02:38:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/25f05ea16b22538c91696e2a502dc2dba52f1b56\" rel=\"nofollow\">fix small example issue</a> - Jared - Mon Aug 1 19:35:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39fbe88d4e8da2aa5379958add468a7104659099\" rel=\"nofollow\">Finish set of example scripts</a> - TheSilkMiner - Mon Aug 1 17:09:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b283f398a8ee8af87d85d80a5b7ff2f51ce2d6f0\" rel=\"nofollow\">Clarify why people would want to specify a name</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d36fc137d13090008fd1c9af2fb9289b29455eb8\" rel=\"nofollow\">Fix a couple of typos</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/afd824566df41519c1c5fa67bff08960ab8af70a\" rel=\"nofollow\">Fix NPE in TierSortingStruct</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2f609e0ce810765e327a22091342ecc0353ad96e\" rel=\"nofollow\">Fix tab references using the wrong ID</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5746e13ff91b0ddab5a6a6fb80dd151845cf338f\" rel=\"nofollow\">Fix nutrition checking the wrong value</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6d3d603481ee71f9e330cb2a4a0908daa36572c\" rel=\"nofollow\">Provide no block item warning in base class</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01ae1aaa47bc0e39aa752caa96ff93cf64f2166d\" rel=\"nofollow\">Mention where users can find help for resources</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5810514132bc87b00e54ce4b64a2b36691b7c0dc\" rel=\"nofollow\">Mention that the resource bracket is also retained</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1df96d6a240c59b7a81069dc0a7da3fdd94c9fb2\" rel=\"nofollow\">Fix Java being stupid in TrundleFS</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cbd35950f2f8c1f7458e87df615468932194c92e\" rel=\"nofollow\">fix some typos</a> - Jared - Fri Jul 29 18:46:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1e2962b3ddc305952a4e9467a77de81412d704fd\" rel=\"nofollow\">Add first set of vanilla content examples</a> - TheSilkMiner - Fri Jul 29 17:57:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8824f7547e0f33cbb9d67d28a4a0ef1a40df9786\" rel=\"nofollow\">Account for no food properties on items</a> - TheSilkMiner - Fri Jul 29 17:56:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4aa0ded41dc06a683fd0c3f403c8a28bfba5bae2\" rel=\"nofollow\">Fix some naming</a> - TheSilkMiner - Mon Jul 25 13:56:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/990e1928448112a071257e15ddbcd0e4c6d54319\" rel=\"nofollow\">Add first set of tutorial scripts</a> - TheSilkMiner - Mon Jul 25 13:53:34 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/06b05d2a80750a8239d77094e80e9f6513b03936\" rel=\"nofollow\">Follow conventions for factory methods</a> - TheSilkMiner - Mon Jul 25 13:53:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0632fa0cde334ec4289c6239a0ea928ec08236d1\" rel=\"nofollow\">Fix sorting being done in stupid ways, thanks Mojang</a> - TheSilkMiner - Mon Jul 25 13:48:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d026a50fd5a19d89320f95993ae8b7878d1e81b6\" rel=\"nofollow\">Allow references to reference everything</a> - TheSilkMiner - Mon Jul 25 13:47:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5985eee6106e0786e68db1fbd44aa111636c79d5\" rel=\"nofollow\">Allow marking of publishes as release or beta</a> - TheSilkMiner - Fri Jul 22 21:15:11 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/efa0a297bfcc27c98c32f70029123313e48825a0\" rel=\"nofollow\">Fix broken lighting on items</a> - TheSilkMiner - Fri Jul 22 21:10:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24a4dc2c3f2ed770d26b47323996c1c6fc6a8c8b\" rel=\"nofollow\">Rework Fabric registration to be on-time</a> - TheSilkMiner - Fri Jul 22 21:06:43 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/564cc4829e729d3fc6dbd2c44b4cfa0105f34997\" rel=\"nofollow\">Update Jenkinsfile</a> - Jared - Fri Jul 22 16:27:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f3231521fb6b854ce53f0c0d504ca2131cf0140b\" rel=\"nofollow\">Goodbye JEI, welcome REI</a> - TheSilkMiner - Fri Jul 22 15:11:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2027f634d6131244763e81cea105a45f8ebd2e18\" rel=\"nofollow\">Properly compile to ensure refmaps generate</a> - TheSilkMiner - Fri Jul 22 15:10:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44df4b302b23f250753759bca56b6e9401a9d79b\" rel=\"nofollow\">Properly implement resource loading on Fabric</a> - TheSilkMiner - Fri Jul 22 15:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1a32dc05211f59bdab4672b1eadc62a2a35da987\" rel=\"nofollow\">Make sure registration for CoT runs last</a> - TheSilkMiner - Fri Jul 22 15:08:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cf0391d11367d3adf8717fc4f5cd7882b9d45cb7\" rel=\"nofollow\">Do not override cloning requests in items</a> - TheSilkMiner - Thu Jul 21 14:49:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4450d8ca7b7ae07b3beac170374763f8c8513a86\" rel=\"nofollow\">Add possibility of dumping all resources to the file system</a> - TheSilkMiner - Thu Jul 21 14:37:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ecc9510164915240af101bd9a428a67fb60d47fa\" rel=\"nofollow\">Make API for BlockBuilder\'s empty loot table frendlier</a> - TheSilkMiner - Thu Jul 21 14:37:41 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e46bc8dda7ec1687a5f8f7886306d8ed4474a9ba\" rel=\"nofollow\">Fix various Mixin bits</a> - TheSilkMiner - Thu Jul 21 14:37:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3c1a5e7cd9416c734f40db1192d37cdba393f0d7\" rel=\"nofollow\">Fix version being specified wrongly in manifest</a> - TheSilkMiner - Thu Jul 21 14:36:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/901839a6acc09e87a689f507513b12598b20e7dc\" rel=\"nofollow\">Make it run again</a> - TheSilkMiner - Wed Jun 22 12:25:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02bbca3c5a055b7cd89664c3e905f198d81ebea4\" rel=\"nofollow\">Make it compile again</a> - TheSilkMiner - Wed Jun 22 12:18:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d7528451533e508f1c0a4b62f117743492d51adb\" rel=\"nofollow\">Set up multi-project and multi-sourceset Gradle configuration</a> - TheSilkMiner - Tue Jun 21 15:25:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/323320d14231573e4c564e0fbe349d4fa431067c\" rel=\"nofollow\">Remove unneeded beps</a> - TheSilkMiner - Tue Jun 21 12:09:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39eae6d7238e1bfd153db30765c12c622fc4eceb\" rel=\"nofollow\">Well, that\'s done</a> - TheSilkMiner - Tue Jun 21 12:08:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1b130fa5c3b2ad39e32d6bcecb60d03b14842a31\" rel=\"nofollow\">Remove staged action support as it is now unneeded</a> - TheSilkMiner - Tue Jun 21 12:07:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/536ef239e6c43a921f3f20d9a3bb66e003ccbf14\" rel=\"nofollow\">Rework entire API to use standalone object types and references</a> - TheSilkMiner - Tue Jun 21 12:07:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee080cc302951d1d3faa4e5966293e5936eb8089\" rel=\"nofollow\">Provide helper for automatic resolver-based dumping</a> - TheSilkMiner - Tue Jun 21 12:00:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92a0cf954da9161c59782a94e8d99ac8708a9e42\" rel=\"nofollow\">Move references to resolvers</a> - TheSilkMiner - Tue Jun 21 11:57:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ef48874e73c850c096d1438dbfeab43872592b6\" rel=\"nofollow\">Properly pass-through event</a> - TheSilkMiner - Tue Jun 21 11:56:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e3114e59932eff85308680f106d03c0a44c17ee1\" rel=\"nofollow\">Allow querying of block properties</a> - TheSilkMiner - Tue Jun 21 11:54:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2ce273c405930affdc872c2307b4bbcde03bede\" rel=\"nofollow\">Rework GameRegistry system to be more registry-like</a> - TheSilkMiner - Tue Jun 21 11:54:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c3b08fa6effe334b42a51ba886d1f02af89eec9\" rel=\"nofollow\">I think I can do this</a> - TheSilkMiner - Tue Jun 21 11:50:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a984d3e6c63abaddf84defb54568372a942108c6\" rel=\"nofollow\">Rework object resolvers into registry resolvers</a> - TheSilkMiner - Tue Jun 21 11:50:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78b676bee077fd124afcbc6b89c865c3d6887c7a\" rel=\"nofollow\">Move object types to API</a> - TheSilkMiner - Tue Jun 21 11:45:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eaf0268fc40b8ec83a7b06be01bf5698aefa548d\" rel=\"nofollow\">Add a more detailed toString output for holders</a> - TheSilkMiner - Mon Jun 20 15:13:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af0af3a2087964fccbcc3f120971d05e043e6368\" rel=\"nofollow\">Move from reflection to method handles in OFM</a> - TheSilkMiner - Mon Jun 20 12:10:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55ce6b9fae6c312612f9995c32cdd36f2936d043\" rel=\"nofollow\">Begin API rework to allow non-registry-backed object types</a> - TheSilkMiner - Sat Jun 18 16:35:54 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/154cd19a9dd252410946dcb1103a9f51fb7d85e5\" rel=\"nofollow\">Collapse metafactories into single classes</a> - TheSilkMiner - Sat Jun 18 15:47:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1933cc8ef0d2db08f8877e032e2185e74e9b9ce6\" rel=\"nofollow\">Remove \'Unknown\' as it makes no sense</a> - TheSilkMiner - Sat Jun 18 15:39:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6e947e97887b6be6e401af6ad675fae193e030d0\" rel=\"nofollow\">Fix wrong handling of paths in Runtime Pack</a> - TheSilkMiner - Sat Jun 18 15:28:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c1228596ccb10280adde9a6bc9f4421cb496701\" rel=\"nofollow\">Add possibility of custom tool creation</a> - TheSilkMiner - Sat Jun 18 15:28:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1777de35c9998628b3d73a24813b223244e13f5\" rel=\"nofollow\">Add block builders</a> - TheSilkMiner - Sat Jun 18 15:27:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12c56d61f6ee0ec2131ea99be6cb4e44f80009f9\" rel=\"nofollow\">Add registry for all sound types</a> - TheSilkMiner - Sat Jun 18 15:25:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5ce58ff4daac2e0b8d47b19436ce9e44410e7887\" rel=\"nofollow\">Remove item bracket dump as unused</a> - TheSilkMiner - Sat Jun 18 15:22:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91b845ffb519ac67da0dc8e2e80e2f8c24ecb30d\" rel=\"nofollow\">Add missed actions and natives</a> - TheSilkMiner - Sat Jun 18 15:21:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85e781ba70a071959b9d56351f21984324fd8c6e\" rel=\"nofollow\">Add sound type support</a> - TheSilkMiner - Sat Jun 18 15:20:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8b3238c892b8fe934ae15f97a73ae25a528512fa\" rel=\"nofollow\">Add Material support</a> - TheSilkMiner - Sat Jun 18 15:19:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a0eaba56e2a022eef064843101cbb1ecf5a6aeee\" rel=\"nofollow\">Add material color support</a> - TheSilkMiner - Sat Jun 18 15:18:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78c4471aa78edadf74c78afd62df4f524591b743\" rel=\"nofollow\">Prevent access of properties from ZenCode</a> - TheSilkMiner - Sat Jun 18 15:14:57 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b6372da287161f37fbe6f09a1c6e53094f40f7be\" rel=\"nofollow\">Allow no-dumper custom brackets</a> - TheSilkMiner - Sat Jun 18 15:14:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e714eaeabfe2cdf848a8f597bae117213d33ed45\" rel=\"nofollow\">Add resource bracket expression</a> - TheSilkMiner - Sat Jun 18 15:12:53 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f80319ae33e659559b9633ded0d0247515d8418d\" rel=\"nofollow\">Add additional logging for better debugging</a> - TheSilkMiner - Sat Jun 18 15:11:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5ad22c67127b12d93ce785a52212f62f52916b1\" rel=\"nofollow\">Move Tier Registry to API</a> - TheSilkMiner - Sat Jun 18 15:11:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4531925d26321d549d5be6adb1c68fbbcac498f9\" rel=\"nofollow\">Add sound event support</a> - TheSilkMiner - Sat Jun 4 15:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d62f2bdac669f8534d3e37dfc7106c3f35e2c2fd\" rel=\"nofollow\">Rework tab and tier creation to be delayed</a> - TheSilkMiner - Tue May 31 15:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/443d10a7f27367fae8f104fbcd8f6c20b1ca2c4f\" rel=\"nofollow\">Add complete tool set</a> - TheSilkMiner - Mon May 30 14:49:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fc35cf3a58a2151454fb1854d7210673b1ffabc1\" rel=\"nofollow\">Fully implement pickaxe textures</a> - TheSilkMiner - Sun May 29 12:46:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889cc1bf69ffd6c27739d615129631455fed07a6\" rel=\"nofollow\">[WIP/Not Working] Add framework to add custom tools</a> - TheSilkMiner - Sat May 28 15:02:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e4781d52f9518c1e848be6946531effc7901939a\" rel=\"nofollow\">Implement <code><tooltype></code> bracket handler on both loaders</a> - TheSilkMiner - Sat May 28 15:01:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889b2a4a85b31e800059367eabceb52fcb26f2bc\" rel=\"nofollow\">Provide better conventional name</a> - TheSilkMiner - Sat May 28 14:59:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa84b3a249d223b66e1ecdddeb6861468040f335\" rel=\"nofollow\">Fix optionals being untyped</a> - TheSilkMiner - Sat May 28 14:59:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c6a453357b51506cef4880fd45dd08940144137\" rel=\"nofollow\">Provide better default names</a> - TheSilkMiner - Sat May 28 14:58:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98ef974f66118ab10e428d5c23be775de1463cc5\" rel=\"nofollow\">Show CoT plugins in CT log for better diagnosis</a> - TheSilkMiner - Sat May 28 14:57:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa447303425087564ab998c57d8d6dad21708056\" rel=\"nofollow\">Add translations</a> - TheSilkMiner - Fri May 27 16:42:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a15a24e5614de7a21a88f4cf9966c7580cc4693\" rel=\"nofollow\">Fix Trundle DS resolving paths from root instead of parent</a> - TheSilkMiner - Fri May 27 16:41:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52b9523f1ed118ed27ac518bf4876cd70dd3bae7\" rel=\"nofollow\">Add command to dump generated resources to log</a> - TheSilkMiner - Fri May 27 16:41:04 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d1ebd355586e1194a65431859d00453e673af80\" rel=\"nofollow\">Fix Trundle Path not properly resolving <code>/</code></a> - TheSilkMiner - Fri May 27 16:40:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8821bb7afb74953774d16396e76c96614e9f458a\" rel=\"nofollow\">Refactor item builders</a> - TheSilkMiner - Fri May 27 15:33:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db63b41a53734dd3b338f586f7f1a7972dffa7dc\" rel=\"nofollow\">Expose Tiers, for future tool builder</a> - TheSilkMiner - Fri May 27 15:31:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/48978bef317ae2b28696535a212b98e9bbc6838f\" rel=\"nofollow\">Change missing textures</a> - TheSilkMiner - Wed May 25 13:37:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7c47f986fd69b40bce31e509a9e362d7501792a4\" rel=\"nofollow\">Add basic item texture template</a> - TheSilkMiner - Tue May 24 21:17:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/03787bd9afa75ad9dfb09a08d0b1d43897abe1c8\" rel=\"nofollow\">Generate language entry for creative tab</a> - TheSilkMiner - Tue May 24 21:16:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ec4abd519d0b076b2119590e46908fbf6f91a099\" rel=\"nofollow\">Rework templates not to require a helper</a> - TheSilkMiner - Tue May 24 21:15:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2625365c43c6ee50855d47219936f7eb833843\" rel=\"nofollow\">Add template factory to help with template provisioning</a> - TheSilkMiner - Mon May 23 21:26:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/722484125f33bc7310ea26f669a7a070792e5f5e\" rel=\"nofollow\">Convert registration to actions</a> - TheSilkMiner - Mon May 23 21:25:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01d5838879794f1c77ee718d65c4eeb7c3df9c47\" rel=\"nofollow\">Add providers for common elements</a> - TheSilkMiner - Mon May 23 17:13:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b9ad959118cd2686620273b4ec9f5951e23ac977\" rel=\"nofollow\">Fix providing a resource causing FS finalization</a> - TheSilkMiner - Mon May 23 17:03:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db0581ef1518f960f727aea6fd133671bd77094\" rel=\"nofollow\">Follow PECS for resource serializers</a> - TheSilkMiner - Mon May 23 13:33:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d8031dc9b860c9571025db4287b5c5711a70168d\" rel=\"nofollow\">Allow providing of alterable resources</a> - TheSilkMiner - Mon May 23 12:03:25 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e91d6681ff230ac2174bcda25a75837e5d0ec6af\" rel=\"nofollow\">Add first rendition of item builders</a> - TheSilkMiner - Sat May 21 16:09:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9efb8754b6ca1263b3aed83c820cce35f19f4f88\" rel=\"nofollow\">Provide ability to reference item properties</a> - TheSilkMiner - Sat May 21 16:09:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7340ffe590181018a7dd596b7a9f8d1c4e79d8bb\" rel=\"nofollow\">Add forgotten natives</a> - TheSilkMiner - Sat May 21 16:09:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dfb8968c08ae7cc9b0af9899c50b396d9b37f83b\" rel=\"nofollow\">Add custom creative tab API</a> - TheSilkMiner - Sat May 21 16:09:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1fa8618cad8a71598ef8361901ebba25f62ff98b\" rel=\"nofollow\">Add ability to reference and create items</a> - TheSilkMiner - Sat May 21 16:07:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2cd356b4251123f26706ef2082b1d84bb2403be\" rel=\"nofollow\">Fix trying to write inside non-existent directories</a> - TheSilkMiner - Sat May 21 16:03:36 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e4a3777ed6ae2e4bd59f23bd85c21b2b9e958dc\" rel=\"nofollow\">Fix resolution and relativization when in root or empty context</a> - TheSilkMiner - Sat May 21 16:03:14 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a8c8436d994f63177cdb9d9a46af0783ed20f8b9\" rel=\"nofollow\">Fix subpath implementing [begin, end] logic</a> - TheSilkMiner - Sat May 21 16:01:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/34073baf41f971254f3c742e13f2b6b89ede0294\" rel=\"nofollow\">Fix eliding of root marker in root paths</a> - TheSilkMiner - Sat May 21 16:00:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db17b54efc22d241a6b3a539dddc4f9144f8794d\" rel=\"nofollow\">Provide identifier for all ContentTweaker actions</a> - TheSilkMiner - Sat May 21 15:59:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0594a154df5fc3319838c54d7f73c3e98fc34d98\" rel=\"nofollow\">Fix duplicates due to incorrect Gradle configuration</a> - TheSilkMiner - Sat May 21 15:58:46 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ef51045b6890d17a8310e4de6497b463cd411300\" rel=\"nofollow\">Provide factory method to create object holders</a> - TheSilkMiner - Sat May 21 15:57:45 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b7c902a388ced41b35099e41e7bb21f2051b9929\" rel=\"nofollow\">Fix crash when attempting to resolve root path</a> - TheSilkMiner - Sat May 21 15:57:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dcba2b1a1e5b647f946023c682ebce7ce93fed36\" rel=\"nofollow\">Cache reference lookups</a> - TheSilkMiner - Sat May 21 15:56:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3aa57137ada6f9babac137fbb362fae692d2e709\" rel=\"nofollow\">Avoid repeated creation of useless heavy objects</a> - TheSilkMiner - Sat May 21 15:55:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e9c1844e894957503f086edec3e37d586aff8cf0\" rel=\"nofollow\">Fix channel being set to append mode when not asked to</a> - TheSilkMiner - Sat May 21 15:54:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cdbc2321639e2c7d3ce89f87cd60194933cb6892\" rel=\"nofollow\">Minor alterations to object types string conversion</a> - TheSilkMiner - Sat May 21 15:54:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb9b9b2cc287d4e5ada6fce56c87364bdea3a3e\" rel=\"nofollow\">Set Javadoc to generate with UTF-8 encoding</a> - TheSilkMiner - Sat May 21 15:53:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d063d1c6d79c81ab73fa244c45ddc9aaa57d44ee\" rel=\"nofollow\">Account for attempting to create abstract classes</a> - TheSilkMiner - Sat May 21 15:53:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/733d6dbea0c6bc261e4c382f4a31b31855cb9d78\" rel=\"nofollow\">Provide more descriptive name for pack</a> - TheSilkMiner - Sat May 21 15:52:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7228df52f2a89133a532da6f5085bc44c486da8\" rel=\"nofollow\">Load repositories on Forge</a> - TheSilkMiner - Wed May 18 11:49:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/17997775caeb1fdc12115df716df260700b127c8\" rel=\"nofollow\">Add user-level pack repository source</a> - TheSilkMiner - Wed May 18 11:49:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8fa40f8bc554ce3d1a7afe2633c54fb28724c50b\" rel=\"nofollow\">Leverage game-provided pack version</a> - TheSilkMiner - Wed May 18 11:48:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/83bd675285f13a6ae753fe2d05f852f2e8c459c5\" rel=\"nofollow\">Provide game directory access</a> - TheSilkMiner - Wed May 18 11:47:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0d621ec14040df0f990d89c1cb6200dd5a061020\" rel=\"nofollow\">Provide utility to create instances from generics</a> - TheSilkMiner - Tue May 17 14:27:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a68dad09c4a4e48cb3eaca49ad27c4de423ad9c1\" rel=\"nofollow\">Rework resource API to build file system directly</a> - TheSilkMiner - Tue May 17 12:30:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4333bcba481c6b2b7c9000f8f4a9bd7c82dc9a16\" rel=\"nofollow\">Provide first draft of resource API</a> - TheSilkMiner - Mon May 16 21:04:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d37b7417975fd3ead4e303c51b4488702a7f7fd7\" rel=\"nofollow\">Implement reference to unknown</a> - TheSilkMiner - Fri May 6 23:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eb7e85347ebc7a737bcb4eaf85c61163b627d91d\" rel=\"nofollow\">Split Unknown and UnknownFactory for upcoming reference</a> - TheSilkMiner - Fri May 6 23:09:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa5dd3d6660ddd55c8b38f792fde908fa5d005e2\" rel=\"nofollow\">Avoid warnings with GameData on registration</a> - TheSilkMiner - Fri May 6 23:08:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9be56d4e46687d36b6b1aff558ef9a45ab03a0c8\" rel=\"nofollow\">Implement Reference factories for additional support</a> - TheSilkMiner - Fri May 6 23:08:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e548408b813f5e4e8d10a1898e3ea94e0710ec8\" rel=\"nofollow\">Move zen constants to API</a> - TheSilkMiner - Fri May 6 23:04:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/76e2fc25e200553f32d10e97414988bd17f9a455\" rel=\"nofollow\">Rework ObjectType to allow Unknown and be easier</a> - TheSilkMiner - Wed May 4 12:44:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/322191898b8e53e1d30f0ed9d50a023c5f6c59eb\" rel=\"nofollow\">Rename slightly methods to be more in-line</a> - TheSilkMiner - Tue May 3 13:41:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cabfb53e4370d64acb967cd6eb10ee51619ba97d\" rel=\"nofollow\">Remove registry validation in Factory BEP</a> - TheSilkMiner - Tue May 3 13:27:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ae219428ec5d61afce93afff8d7c791c702e75fd\" rel=\"nofollow\">Move ReferenceExpression to API for more usage</a> - TheSilkMiner - Tue May 3 13:16:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6adffa22fae7795071593c7c68e1023139b0a3ea\" rel=\"nofollow\">Allow more type-specific references in RMF</a> - TheSilkMiner - Tue May 3 11:45:00 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/70b9adcea53f57120fdb9b6bd62c61b8e561a9f0\" rel=\"nofollow\">Move metafactories into rt package</a> - TheSilkMiner - Tue May 3 11:17:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c257f21b96e771334ca1080b925419c4170d2151\" rel=\"nofollow\">Add WIP Reference bracket handler</a> - TheSilkMiner - Tue May 3 11:11:35 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52c4bb945ae2030ba4889580cf9b728e47a26328\" rel=\"nofollow\">Add initial implementation for content registration</a> - TheSilkMiner - Tue May 3 11:10:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23ad6de86f91df51d7864c927dbc5abb8213c129\" rel=\"nofollow\">Move helper functions to BracketHelper</a> - TheSilkMiner - Tue May 3 11:06:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2ab08c31e8c8d91f69a0f2066b86d2a32e0c1666\" rel=\"nofollow\">Fix Unknown being registered on the wrong loader</a> - TheSilkMiner - Tue May 3 11:04:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af61d42bc1d66d297bced786f9b80ab0f8b81f47\" rel=\"nofollow\">Allow CoT plugins to register custom brackets</a> - TheSilkMiner - Tue May 3 11:03:32 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c886b42e760f73e088696bfec90238f3b2f4f8e5\" rel=\"nofollow\">Use InstantiationUtil</a> - TheSilkMiner - Tue Apr 26 11:20:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/94c6a64af038a48f1db7650914fbbb006fcf443f\" rel=\"nofollow\">Move to CurseForgeGradle</a> - TheSilkMiner - Tue Apr 26 11:19:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee1012a7282021f81497347a7347887f0c71ea81\" rel=\"nofollow\">Add missed dumping for factories</a> - TheSilkMiner - Mon Apr 25 14:33:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23387ee22d66ea3eada7b2b27e20f39226a13493\" rel=\"nofollow\">Skeleton for 1.18 ContentTweaker</a> - TheSilkMiner - Mon Apr 25 14:29:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/37d2646d606fff205bf517ba6f14acb9b16cde6b\" rel=\"nofollow\">Workaround IntelliJ Idea 2022.1 bug</a> - TheSilkMiner - Wed Apr 13 09:50:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7850440280b09003874866830a3388c9e1f5aed\" rel=\"nofollow\">Fix loading on Fabric</a> - TheSilkMiner - Wed Apr 13 09:50:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/759c32363b55e174c904be19bab6de0e7debf775\" rel=\"nofollow\">Update to 1.18.2</a> - TheSilkMiner - Mon Apr 11 10:14:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/775a1f97d3758f7b49f9d2eec338822389ba9897\" rel=\"nofollow\">Set up workspace for 1.18 port</a> - TheSilkMiner - Tue Jan 11 20:40:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8060c7f8dd2880484d83a4f5e4587ea904b2a452\" rel=\"nofollow\">add support for setting if a block is transparent</a> - Jared - Sat Jan 1 14:55:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b077acd9d25ca052154e0c2164b5b3c9f7ab6f75\" rel=\"nofollow\">Add support for custom glass blocks</a> - Jared - Sat Jan 1 13:57:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3d625d34b3729e6f8da56e26464348d90e5f708c\" rel=\"nofollow\">update CrT to resolve issues</a> - youyihj - Fri Dec 3 17:26:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec2966793dc560da59d86139482cd08f56a1143\" rel=\"nofollow\">don\'t export deprecated class</a> - youyihj - Fri Dec 3 17:21:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dc525a391e28172cd312eea577aa86b1ec38787f\" rel=\"nofollow\">expanding ItemGroup</a> - youyihj - Mon Sep 27 12:52:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ef7f54d4c398a22fd31f9f44c14566733bfe86f\" rel=\"nofollow\">item group support</a> - youyihj - Tue Aug 24 14:01:00 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0+7支持游戏: 1.18.2类型:ForgeBeta下载次数: 61ContentTweaker-fabric-1.18.2-1.0.0+6ContentTweaker-fabric-1.18.2-1.0.0+6.jar下载1.0.0+6#Beta<h3>Current version: 1.0.0+6</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5eec8254cc94d88cc752e3eabeb4133d954f85dd\" rel=\"nofollow\">temporarily disable auto docs</a> - Jared - Tue Aug 2 03:16:23 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6c6929ef998388f597860f5e4ddaf993850a9bb7\" rel=\"nofollow\">use correct project names</a> - Jared - Tue Aug 2 03:07:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f36f464b0a64e6687d4adef78b5e3e668e74e98c\" rel=\"nofollow\">use the correct version when uploading to CF</a> - Jared - Tue Aug 2 02:57:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee0a78187a6bba013153e3a57c9dad86a0e71eb6\" rel=\"nofollow\">stop using kotlin in buildSrc</a> - Jared - Tue Aug 2 02:47:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a8ef2f218cefd84a531616fd8679146c729c7cd\" rel=\"nofollow\">Hopefully fix build</a> - Jared - Tue Aug 2 02:38:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/25f05ea16b22538c91696e2a502dc2dba52f1b56\" rel=\"nofollow\">fix small example issue</a> - Jared - Mon Aug 1 19:35:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39fbe88d4e8da2aa5379958add468a7104659099\" rel=\"nofollow\">Finish set of example scripts</a> - TheSilkMiner - Mon Aug 1 17:09:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b283f398a8ee8af87d85d80a5b7ff2f51ce2d6f0\" rel=\"nofollow\">Clarify why people would want to specify a name</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d36fc137d13090008fd1c9af2fb9289b29455eb8\" rel=\"nofollow\">Fix a couple of typos</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/afd824566df41519c1c5fa67bff08960ab8af70a\" rel=\"nofollow\">Fix NPE in TierSortingStruct</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2f609e0ce810765e327a22091342ecc0353ad96e\" rel=\"nofollow\">Fix tab references using the wrong ID</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5746e13ff91b0ddab5a6a6fb80dd151845cf338f\" rel=\"nofollow\">Fix nutrition checking the wrong value</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6d3d603481ee71f9e330cb2a4a0908daa36572c\" rel=\"nofollow\">Provide no block item warning in base class</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01ae1aaa47bc0e39aa752caa96ff93cf64f2166d\" rel=\"nofollow\">Mention where users can find help for resources</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5810514132bc87b00e54ce4b64a2b36691b7c0dc\" rel=\"nofollow\">Mention that the resource bracket is also retained</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1df96d6a240c59b7a81069dc0a7da3fdd94c9fb2\" rel=\"nofollow\">Fix Java being stupid in TrundleFS</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cbd35950f2f8c1f7458e87df615468932194c92e\" rel=\"nofollow\">fix some typos</a> - Jared - Fri Jul 29 18:46:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1e2962b3ddc305952a4e9467a77de81412d704fd\" rel=\"nofollow\">Add first set of vanilla content examples</a> - TheSilkMiner - Fri Jul 29 17:57:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8824f7547e0f33cbb9d67d28a4a0ef1a40df9786\" rel=\"nofollow\">Account for no food properties on items</a> - TheSilkMiner - Fri Jul 29 17:56:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4aa0ded41dc06a683fd0c3f403c8a28bfba5bae2\" rel=\"nofollow\">Fix some naming</a> - TheSilkMiner - Mon Jul 25 13:56:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/990e1928448112a071257e15ddbcd0e4c6d54319\" rel=\"nofollow\">Add first set of tutorial scripts</a> - TheSilkMiner - Mon Jul 25 13:53:34 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/06b05d2a80750a8239d77094e80e9f6513b03936\" rel=\"nofollow\">Follow conventions for factory methods</a> - TheSilkMiner - Mon Jul 25 13:53:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0632fa0cde334ec4289c6239a0ea928ec08236d1\" rel=\"nofollow\">Fix sorting being done in stupid ways, thanks Mojang</a> - TheSilkMiner - Mon Jul 25 13:48:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d026a50fd5a19d89320f95993ae8b7878d1e81b6\" rel=\"nofollow\">Allow references to reference everything</a> - TheSilkMiner - Mon Jul 25 13:47:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5985eee6106e0786e68db1fbd44aa111636c79d5\" rel=\"nofollow\">Allow marking of publishes as release or beta</a> - TheSilkMiner - Fri Jul 22 21:15:11 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/efa0a297bfcc27c98c32f70029123313e48825a0\" rel=\"nofollow\">Fix broken lighting on items</a> - TheSilkMiner - Fri Jul 22 21:10:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24a4dc2c3f2ed770d26b47323996c1c6fc6a8c8b\" rel=\"nofollow\">Rework Fabric registration to be on-time</a> - TheSilkMiner - Fri Jul 22 21:06:43 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/564cc4829e729d3fc6dbd2c44b4cfa0105f34997\" rel=\"nofollow\">Update Jenkinsfile</a> - Jared - Fri Jul 22 16:27:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f3231521fb6b854ce53f0c0d504ca2131cf0140b\" rel=\"nofollow\">Goodbye JEI, welcome REI</a> - TheSilkMiner - Fri Jul 22 15:11:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2027f634d6131244763e81cea105a45f8ebd2e18\" rel=\"nofollow\">Properly compile to ensure refmaps generate</a> - TheSilkMiner - Fri Jul 22 15:10:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44df4b302b23f250753759bca56b6e9401a9d79b\" rel=\"nofollow\">Properly implement resource loading on Fabric</a> - TheSilkMiner - Fri Jul 22 15:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1a32dc05211f59bdab4672b1eadc62a2a35da987\" rel=\"nofollow\">Make sure registration for CoT runs last</a> - TheSilkMiner - Fri Jul 22 15:08:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cf0391d11367d3adf8717fc4f5cd7882b9d45cb7\" rel=\"nofollow\">Do not override cloning requests in items</a> - TheSilkMiner - Thu Jul 21 14:49:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4450d8ca7b7ae07b3beac170374763f8c8513a86\" rel=\"nofollow\">Add possibility of dumping all resources to the file system</a> - TheSilkMiner - Thu Jul 21 14:37:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ecc9510164915240af101bd9a428a67fb60d47fa\" rel=\"nofollow\">Make API for BlockBuilder\'s empty loot table frendlier</a> - TheSilkMiner - Thu Jul 21 14:37:41 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e46bc8dda7ec1687a5f8f7886306d8ed4474a9ba\" rel=\"nofollow\">Fix various Mixin bits</a> - TheSilkMiner - Thu Jul 21 14:37:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3c1a5e7cd9416c734f40db1192d37cdba393f0d7\" rel=\"nofollow\">Fix version being specified wrongly in manifest</a> - TheSilkMiner - Thu Jul 21 14:36:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/901839a6acc09e87a689f507513b12598b20e7dc\" rel=\"nofollow\">Make it run again</a> - TheSilkMiner - Wed Jun 22 12:25:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02bbca3c5a055b7cd89664c3e905f198d81ebea4\" rel=\"nofollow\">Make it compile again</a> - TheSilkMiner - Wed Jun 22 12:18:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d7528451533e508f1c0a4b62f117743492d51adb\" rel=\"nofollow\">Set up multi-project and multi-sourceset Gradle configuration</a> - TheSilkMiner - Tue Jun 21 15:25:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/323320d14231573e4c564e0fbe349d4fa431067c\" rel=\"nofollow\">Remove unneeded beps</a> - TheSilkMiner - Tue Jun 21 12:09:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39eae6d7238e1bfd153db30765c12c622fc4eceb\" rel=\"nofollow\">Well, that\'s done</a> - TheSilkMiner - Tue Jun 21 12:08:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1b130fa5c3b2ad39e32d6bcecb60d03b14842a31\" rel=\"nofollow\">Remove staged action support as it is now unneeded</a> - TheSilkMiner - Tue Jun 21 12:07:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/536ef239e6c43a921f3f20d9a3bb66e003ccbf14\" rel=\"nofollow\">Rework entire API to use standalone object types and references</a> - TheSilkMiner - Tue Jun 21 12:07:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee080cc302951d1d3faa4e5966293e5936eb8089\" rel=\"nofollow\">Provide helper for automatic resolver-based dumping</a> - TheSilkMiner - Tue Jun 21 12:00:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92a0cf954da9161c59782a94e8d99ac8708a9e42\" rel=\"nofollow\">Move references to resolvers</a> - TheSilkMiner - Tue Jun 21 11:57:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ef48874e73c850c096d1438dbfeab43872592b6\" rel=\"nofollow\">Properly pass-through event</a> - TheSilkMiner - Tue Jun 21 11:56:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e3114e59932eff85308680f106d03c0a44c17ee1\" rel=\"nofollow\">Allow querying of block properties</a> - TheSilkMiner - Tue Jun 21 11:54:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2ce273c405930affdc872c2307b4bbcde03bede\" rel=\"nofollow\">Rework GameRegistry system to be more registry-like</a> - TheSilkMiner - Tue Jun 21 11:54:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c3b08fa6effe334b42a51ba886d1f02af89eec9\" rel=\"nofollow\">I think I can do this</a> - TheSilkMiner - Tue Jun 21 11:50:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a984d3e6c63abaddf84defb54568372a942108c6\" rel=\"nofollow\">Rework object resolvers into registry resolvers</a> - TheSilkMiner - Tue Jun 21 11:50:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78b676bee077fd124afcbc6b89c865c3d6887c7a\" rel=\"nofollow\">Move object types to API</a> - TheSilkMiner - Tue Jun 21 11:45:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eaf0268fc40b8ec83a7b06be01bf5698aefa548d\" rel=\"nofollow\">Add a more detailed toString output for holders</a> - TheSilkMiner - Mon Jun 20 15:13:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af0af3a2087964fccbcc3f120971d05e043e6368\" rel=\"nofollow\">Move from reflection to method handles in OFM</a> - TheSilkMiner - Mon Jun 20 12:10:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55ce6b9fae6c312612f9995c32cdd36f2936d043\" rel=\"nofollow\">Begin API rework to allow non-registry-backed object types</a> - TheSilkMiner - Sat Jun 18 16:35:54 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/154cd19a9dd252410946dcb1103a9f51fb7d85e5\" rel=\"nofollow\">Collapse metafactories into single classes</a> - TheSilkMiner - Sat Jun 18 15:47:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1933cc8ef0d2db08f8877e032e2185e74e9b9ce6\" rel=\"nofollow\">Remove \'Unknown\' as it makes no sense</a> - TheSilkMiner - Sat Jun 18 15:39:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6e947e97887b6be6e401af6ad675fae193e030d0\" rel=\"nofollow\">Fix wrong handling of paths in Runtime Pack</a> - TheSilkMiner - Sat Jun 18 15:28:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c1228596ccb10280adde9a6bc9f4421cb496701\" rel=\"nofollow\">Add possibility of custom tool creation</a> - TheSilkMiner - Sat Jun 18 15:28:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1777de35c9998628b3d73a24813b223244e13f5\" rel=\"nofollow\">Add block builders</a> - TheSilkMiner - Sat Jun 18 15:27:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12c56d61f6ee0ec2131ea99be6cb4e44f80009f9\" rel=\"nofollow\">Add registry for all sound types</a> - TheSilkMiner - Sat Jun 18 15:25:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5ce58ff4daac2e0b8d47b19436ce9e44410e7887\" rel=\"nofollow\">Remove item bracket dump as unused</a> - TheSilkMiner - Sat Jun 18 15:22:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91b845ffb519ac67da0dc8e2e80e2f8c24ecb30d\" rel=\"nofollow\">Add missed actions and natives</a> - TheSilkMiner - Sat Jun 18 15:21:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85e781ba70a071959b9d56351f21984324fd8c6e\" rel=\"nofollow\">Add sound type support</a> - TheSilkMiner - Sat Jun 18 15:20:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8b3238c892b8fe934ae15f97a73ae25a528512fa\" rel=\"nofollow\">Add Material support</a> - TheSilkMiner - Sat Jun 18 15:19:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a0eaba56e2a022eef064843101cbb1ecf5a6aeee\" rel=\"nofollow\">Add material color support</a> - TheSilkMiner - Sat Jun 18 15:18:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78c4471aa78edadf74c78afd62df4f524591b743\" rel=\"nofollow\">Prevent access of properties from ZenCode</a> - TheSilkMiner - Sat Jun 18 15:14:57 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b6372da287161f37fbe6f09a1c6e53094f40f7be\" rel=\"nofollow\">Allow no-dumper custom brackets</a> - TheSilkMiner - Sat Jun 18 15:14:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e714eaeabfe2cdf848a8f597bae117213d33ed45\" rel=\"nofollow\">Add resource bracket expression</a> - TheSilkMiner - Sat Jun 18 15:12:53 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f80319ae33e659559b9633ded0d0247515d8418d\" rel=\"nofollow\">Add additional logging for better debugging</a> - TheSilkMiner - Sat Jun 18 15:11:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5ad22c67127b12d93ce785a52212f62f52916b1\" rel=\"nofollow\">Move Tier Registry to API</a> - TheSilkMiner - Sat Jun 18 15:11:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4531925d26321d549d5be6adb1c68fbbcac498f9\" rel=\"nofollow\">Add sound event support</a> - TheSilkMiner - Sat Jun 4 15:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d62f2bdac669f8534d3e37dfc7106c3f35e2c2fd\" rel=\"nofollow\">Rework tab and tier creation to be delayed</a> - TheSilkMiner - Tue May 31 15:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/443d10a7f27367fae8f104fbcd8f6c20b1ca2c4f\" rel=\"nofollow\">Add complete tool set</a> - TheSilkMiner - Mon May 30 14:49:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fc35cf3a58a2151454fb1854d7210673b1ffabc1\" rel=\"nofollow\">Fully implement pickaxe textures</a> - TheSilkMiner - Sun May 29 12:46:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889cc1bf69ffd6c27739d615129631455fed07a6\" rel=\"nofollow\">[WIP/Not Working] Add framework to add custom tools</a> - TheSilkMiner - Sat May 28 15:02:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e4781d52f9518c1e848be6946531effc7901939a\" rel=\"nofollow\">Implement <code><tooltype></code> bracket handler on both loaders</a> - TheSilkMiner - Sat May 28 15:01:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889b2a4a85b31e800059367eabceb52fcb26f2bc\" rel=\"nofollow\">Provide better conventional name</a> - TheSilkMiner - Sat May 28 14:59:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa84b3a249d223b66e1ecdddeb6861468040f335\" rel=\"nofollow\">Fix optionals being untyped</a> - TheSilkMiner - Sat May 28 14:59:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c6a453357b51506cef4880fd45dd08940144137\" rel=\"nofollow\">Provide better default names</a> - TheSilkMiner - Sat May 28 14:58:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98ef974f66118ab10e428d5c23be775de1463cc5\" rel=\"nofollow\">Show CoT plugins in CT log for better diagnosis</a> - TheSilkMiner - Sat May 28 14:57:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa447303425087564ab998c57d8d6dad21708056\" rel=\"nofollow\">Add translations</a> - TheSilkMiner - Fri May 27 16:42:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a15a24e5614de7a21a88f4cf9966c7580cc4693\" rel=\"nofollow\">Fix Trundle DS resolving paths from root instead of parent</a> - TheSilkMiner - Fri May 27 16:41:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52b9523f1ed118ed27ac518bf4876cd70dd3bae7\" rel=\"nofollow\">Add command to dump generated resources to log</a> - TheSilkMiner - Fri May 27 16:41:04 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d1ebd355586e1194a65431859d00453e673af80\" rel=\"nofollow\">Fix Trundle Path not properly resolving <code>/</code></a> - TheSilkMiner - Fri May 27 16:40:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8821bb7afb74953774d16396e76c96614e9f458a\" rel=\"nofollow\">Refactor item builders</a> - TheSilkMiner - Fri May 27 15:33:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db63b41a53734dd3b338f586f7f1a7972dffa7dc\" rel=\"nofollow\">Expose Tiers, for future tool builder</a> - TheSilkMiner - Fri May 27 15:31:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/48978bef317ae2b28696535a212b98e9bbc6838f\" rel=\"nofollow\">Change missing textures</a> - TheSilkMiner - Wed May 25 13:37:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7c47f986fd69b40bce31e509a9e362d7501792a4\" rel=\"nofollow\">Add basic item texture template</a> - TheSilkMiner - Tue May 24 21:17:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/03787bd9afa75ad9dfb09a08d0b1d43897abe1c8\" rel=\"nofollow\">Generate language entry for creative tab</a> - TheSilkMiner - Tue May 24 21:16:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ec4abd519d0b076b2119590e46908fbf6f91a099\" rel=\"nofollow\">Rework templates not to require a helper</a> - TheSilkMiner - Tue May 24 21:15:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2625365c43c6ee50855d47219936f7eb833843\" rel=\"nofollow\">Add template factory to help with template provisioning</a> - TheSilkMiner - Mon May 23 21:26:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/722484125f33bc7310ea26f669a7a070792e5f5e\" rel=\"nofollow\">Convert registration to actions</a> - TheSilkMiner - Mon May 23 21:25:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01d5838879794f1c77ee718d65c4eeb7c3df9c47\" rel=\"nofollow\">Add providers for common elements</a> - TheSilkMiner - Mon May 23 17:13:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b9ad959118cd2686620273b4ec9f5951e23ac977\" rel=\"nofollow\">Fix providing a resource causing FS finalization</a> - TheSilkMiner - Mon May 23 17:03:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db0581ef1518f960f727aea6fd133671bd77094\" rel=\"nofollow\">Follow PECS for resource serializers</a> - TheSilkMiner - Mon May 23 13:33:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d8031dc9b860c9571025db4287b5c5711a70168d\" rel=\"nofollow\">Allow providing of alterable resources</a> - TheSilkMiner - Mon May 23 12:03:25 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e91d6681ff230ac2174bcda25a75837e5d0ec6af\" rel=\"nofollow\">Add first rendition of item builders</a> - TheSilkMiner - Sat May 21 16:09:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9efb8754b6ca1263b3aed83c820cce35f19f4f88\" rel=\"nofollow\">Provide ability to reference item properties</a> - TheSilkMiner - Sat May 21 16:09:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7340ffe590181018a7dd596b7a9f8d1c4e79d8bb\" rel=\"nofollow\">Add forgotten natives</a> - TheSilkMiner - Sat May 21 16:09:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dfb8968c08ae7cc9b0af9899c50b396d9b37f83b\" rel=\"nofollow\">Add custom creative tab API</a> - TheSilkMiner - Sat May 21 16:09:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1fa8618cad8a71598ef8361901ebba25f62ff98b\" rel=\"nofollow\">Add ability to reference and create items</a> - TheSilkMiner - Sat May 21 16:07:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2cd356b4251123f26706ef2082b1d84bb2403be\" rel=\"nofollow\">Fix trying to write inside non-existent directories</a> - TheSilkMiner - Sat May 21 16:03:36 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e4a3777ed6ae2e4bd59f23bd85c21b2b9e958dc\" rel=\"nofollow\">Fix resolution and relativization when in root or empty context</a> - TheSilkMiner - Sat May 21 16:03:14 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a8c8436d994f63177cdb9d9a46af0783ed20f8b9\" rel=\"nofollow\">Fix subpath implementing [begin, end] logic</a> - TheSilkMiner - Sat May 21 16:01:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/34073baf41f971254f3c742e13f2b6b89ede0294\" rel=\"nofollow\">Fix eliding of root marker in root paths</a> - TheSilkMiner - Sat May 21 16:00:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db17b54efc22d241a6b3a539dddc4f9144f8794d\" rel=\"nofollow\">Provide identifier for all ContentTweaker actions</a> - TheSilkMiner - Sat May 21 15:59:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0594a154df5fc3319838c54d7f73c3e98fc34d98\" rel=\"nofollow\">Fix duplicates due to incorrect Gradle configuration</a> - TheSilkMiner - Sat May 21 15:58:46 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ef51045b6890d17a8310e4de6497b463cd411300\" rel=\"nofollow\">Provide factory method to create object holders</a> - TheSilkMiner - Sat May 21 15:57:45 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b7c902a388ced41b35099e41e7bb21f2051b9929\" rel=\"nofollow\">Fix crash when attempting to resolve root path</a> - TheSilkMiner - Sat May 21 15:57:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dcba2b1a1e5b647f946023c682ebce7ce93fed36\" rel=\"nofollow\">Cache reference lookups</a> - TheSilkMiner - Sat May 21 15:56:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3aa57137ada6f9babac137fbb362fae692d2e709\" rel=\"nofollow\">Avoid repeated creation of useless heavy objects</a> - TheSilkMiner - Sat May 21 15:55:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e9c1844e894957503f086edec3e37d586aff8cf0\" rel=\"nofollow\">Fix channel being set to append mode when not asked to</a> - TheSilkMiner - Sat May 21 15:54:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cdbc2321639e2c7d3ce89f87cd60194933cb6892\" rel=\"nofollow\">Minor alterations to object types string conversion</a> - TheSilkMiner - Sat May 21 15:54:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb9b9b2cc287d4e5ada6fce56c87364bdea3a3e\" rel=\"nofollow\">Set Javadoc to generate with UTF-8 encoding</a> - TheSilkMiner - Sat May 21 15:53:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d063d1c6d79c81ab73fa244c45ddc9aaa57d44ee\" rel=\"nofollow\">Account for attempting to create abstract classes</a> - TheSilkMiner - Sat May 21 15:53:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/733d6dbea0c6bc261e4c382f4a31b31855cb9d78\" rel=\"nofollow\">Provide more descriptive name for pack</a> - TheSilkMiner - Sat May 21 15:52:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7228df52f2a89133a532da6f5085bc44c486da8\" rel=\"nofollow\">Load repositories on Forge</a> - TheSilkMiner - Wed May 18 11:49:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/17997775caeb1fdc12115df716df260700b127c8\" rel=\"nofollow\">Add user-level pack repository source</a> - TheSilkMiner - Wed May 18 11:49:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8fa40f8bc554ce3d1a7afe2633c54fb28724c50b\" rel=\"nofollow\">Leverage game-provided pack version</a> - TheSilkMiner - Wed May 18 11:48:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/83bd675285f13a6ae753fe2d05f852f2e8c459c5\" rel=\"nofollow\">Provide game directory access</a> - TheSilkMiner - Wed May 18 11:47:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0d621ec14040df0f990d89c1cb6200dd5a061020\" rel=\"nofollow\">Provide utility to create instances from generics</a> - TheSilkMiner - Tue May 17 14:27:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a68dad09c4a4e48cb3eaca49ad27c4de423ad9c1\" rel=\"nofollow\">Rework resource API to build file system directly</a> - TheSilkMiner - Tue May 17 12:30:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4333bcba481c6b2b7c9000f8f4a9bd7c82dc9a16\" rel=\"nofollow\">Provide first draft of resource API</a> - TheSilkMiner - Mon May 16 21:04:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d37b7417975fd3ead4e303c51b4488702a7f7fd7\" rel=\"nofollow\">Implement reference to unknown</a> - TheSilkMiner - Fri May 6 23:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eb7e85347ebc7a737bcb4eaf85c61163b627d91d\" rel=\"nofollow\">Split Unknown and UnknownFactory for upcoming reference</a> - TheSilkMiner - Fri May 6 23:09:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa5dd3d6660ddd55c8b38f792fde908fa5d005e2\" rel=\"nofollow\">Avoid warnings with GameData on registration</a> - TheSilkMiner - Fri May 6 23:08:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9be56d4e46687d36b6b1aff558ef9a45ab03a0c8\" rel=\"nofollow\">Implement Reference factories for additional support</a> - TheSilkMiner - Fri May 6 23:08:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e548408b813f5e4e8d10a1898e3ea94e0710ec8\" rel=\"nofollow\">Move zen constants to API</a> - TheSilkMiner - Fri May 6 23:04:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/76e2fc25e200553f32d10e97414988bd17f9a455\" rel=\"nofollow\">Rework ObjectType to allow Unknown and be easier</a> - TheSilkMiner - Wed May 4 12:44:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/322191898b8e53e1d30f0ed9d50a023c5f6c59eb\" rel=\"nofollow\">Rename slightly methods to be more in-line</a> - TheSilkMiner - Tue May 3 13:41:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cabfb53e4370d64acb967cd6eb10ee51619ba97d\" rel=\"nofollow\">Remove registry validation in Factory BEP</a> - TheSilkMiner - Tue May 3 13:27:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ae219428ec5d61afce93afff8d7c791c702e75fd\" rel=\"nofollow\">Move ReferenceExpression to API for more usage</a> - TheSilkMiner - Tue May 3 13:16:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6adffa22fae7795071593c7c68e1023139b0a3ea\" rel=\"nofollow\">Allow more type-specific references in RMF</a> - TheSilkMiner - Tue May 3 11:45:00 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/70b9adcea53f57120fdb9b6bd62c61b8e561a9f0\" rel=\"nofollow\">Move metafactories into rt package</a> - TheSilkMiner - Tue May 3 11:17:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c257f21b96e771334ca1080b925419c4170d2151\" rel=\"nofollow\">Add WIP Reference bracket handler</a> - TheSilkMiner - Tue May 3 11:11:35 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52c4bb945ae2030ba4889580cf9b728e47a26328\" rel=\"nofollow\">Add initial implementation for content registration</a> - TheSilkMiner - Tue May 3 11:10:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23ad6de86f91df51d7864c927dbc5abb8213c129\" rel=\"nofollow\">Move helper functions to BracketHelper</a> - TheSilkMiner - Tue May 3 11:06:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2ab08c31e8c8d91f69a0f2066b86d2a32e0c1666\" rel=\"nofollow\">Fix Unknown being registered on the wrong loader</a> - TheSilkMiner - Tue May 3 11:04:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af61d42bc1d66d297bced786f9b80ab0f8b81f47\" rel=\"nofollow\">Allow CoT plugins to register custom brackets</a> - TheSilkMiner - Tue May 3 11:03:32 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c886b42e760f73e088696bfec90238f3b2f4f8e5\" rel=\"nofollow\">Use InstantiationUtil</a> - TheSilkMiner - Tue Apr 26 11:20:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/94c6a64af038a48f1db7650914fbbb006fcf443f\" rel=\"nofollow\">Move to CurseForgeGradle</a> - TheSilkMiner - Tue Apr 26 11:19:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee1012a7282021f81497347a7347887f0c71ea81\" rel=\"nofollow\">Add missed dumping for factories</a> - TheSilkMiner - Mon Apr 25 14:33:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23387ee22d66ea3eada7b2b27e20f39226a13493\" rel=\"nofollow\">Skeleton for 1.18 ContentTweaker</a> - TheSilkMiner - Mon Apr 25 14:29:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/37d2646d606fff205bf517ba6f14acb9b16cde6b\" rel=\"nofollow\">Workaround IntelliJ Idea 2022.1 bug</a> - TheSilkMiner - Wed Apr 13 09:50:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7850440280b09003874866830a3388c9e1f5aed\" rel=\"nofollow\">Fix loading on Fabric</a> - TheSilkMiner - Wed Apr 13 09:50:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/759c32363b55e174c904be19bab6de0e7debf775\" rel=\"nofollow\">Update to 1.18.2</a> - TheSilkMiner - Mon Apr 11 10:14:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/775a1f97d3758f7b49f9d2eec338822389ba9897\" rel=\"nofollow\">Set up workspace for 1.18 port</a> - TheSilkMiner - Tue Jan 11 20:40:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8060c7f8dd2880484d83a4f5e4587ea904b2a452\" rel=\"nofollow\">add support for setting if a block is transparent</a> - Jared - Sat Jan 1 14:55:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b077acd9d25ca052154e0c2164b5b3c9f7ab6f75\" rel=\"nofollow\">Add support for custom glass blocks</a> - Jared - Sat Jan 1 13:57:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3d625d34b3729e6f8da56e26464348d90e5f708c\" rel=\"nofollow\">update CrT to resolve issues</a> - youyihj - Fri Dec 3 17:26:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec2966793dc560da59d86139482cd08f56a1143\" rel=\"nofollow\">don\'t export deprecated class</a> - youyihj - Fri Dec 3 17:21:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dc525a391e28172cd312eea577aa86b1ec38787f\" rel=\"nofollow\">expanding ItemGroup</a> - youyihj - Mon Sep 27 12:52:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ef7f54d4c398a22fd31f9f44c14566733bfe86f\" rel=\"nofollow\">item group support</a> - youyihj - Tue Aug 24 14:01:00 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0+6支持游戏: 1.18.2类型:FabricBeta下载次数: 63ContentTweaker-forge-1.18.2-1.0.0+6ContentTweaker-forge-1.18.2-1.0.0+6.jar下载1.0.0+6#Beta<h3>Current version: 1.0.0+6</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5eec8254cc94d88cc752e3eabeb4133d954f85dd\" rel=\"nofollow\">temporarily disable auto docs</a> - Jared - Tue Aug 2 03:16:23 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6c6929ef998388f597860f5e4ddaf993850a9bb7\" rel=\"nofollow\">use correct project names</a> - Jared - Tue Aug 2 03:07:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f36f464b0a64e6687d4adef78b5e3e668e74e98c\" rel=\"nofollow\">use the correct version when uploading to CF</a> - Jared - Tue Aug 2 02:57:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee0a78187a6bba013153e3a57c9dad86a0e71eb6\" rel=\"nofollow\">stop using kotlin in buildSrc</a> - Jared - Tue Aug 2 02:47:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a8ef2f218cefd84a531616fd8679146c729c7cd\" rel=\"nofollow\">Hopefully fix build</a> - Jared - Tue Aug 2 02:38:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/25f05ea16b22538c91696e2a502dc2dba52f1b56\" rel=\"nofollow\">fix small example issue</a> - Jared - Mon Aug 1 19:35:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39fbe88d4e8da2aa5379958add468a7104659099\" rel=\"nofollow\">Finish set of example scripts</a> - TheSilkMiner - Mon Aug 1 17:09:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b283f398a8ee8af87d85d80a5b7ff2f51ce2d6f0\" rel=\"nofollow\">Clarify why people would want to specify a name</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d36fc137d13090008fd1c9af2fb9289b29455eb8\" rel=\"nofollow\">Fix a couple of typos</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/afd824566df41519c1c5fa67bff08960ab8af70a\" rel=\"nofollow\">Fix NPE in TierSortingStruct</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2f609e0ce810765e327a22091342ecc0353ad96e\" rel=\"nofollow\">Fix tab references using the wrong ID</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5746e13ff91b0ddab5a6a6fb80dd151845cf338f\" rel=\"nofollow\">Fix nutrition checking the wrong value</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6d3d603481ee71f9e330cb2a4a0908daa36572c\" rel=\"nofollow\">Provide no block item warning in base class</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01ae1aaa47bc0e39aa752caa96ff93cf64f2166d\" rel=\"nofollow\">Mention where users can find help for resources</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5810514132bc87b00e54ce4b64a2b36691b7c0dc\" rel=\"nofollow\">Mention that the resource bracket is also retained</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1df96d6a240c59b7a81069dc0a7da3fdd94c9fb2\" rel=\"nofollow\">Fix Java being stupid in TrundleFS</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cbd35950f2f8c1f7458e87df615468932194c92e\" rel=\"nofollow\">fix some typos</a> - Jared - Fri Jul 29 18:46:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1e2962b3ddc305952a4e9467a77de81412d704fd\" rel=\"nofollow\">Add first set of vanilla content examples</a> - TheSilkMiner - Fri Jul 29 17:57:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8824f7547e0f33cbb9d67d28a4a0ef1a40df9786\" rel=\"nofollow\">Account for no food properties on items</a> - TheSilkMiner - Fri Jul 29 17:56:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4aa0ded41dc06a683fd0c3f403c8a28bfba5bae2\" rel=\"nofollow\">Fix some naming</a> - TheSilkMiner - Mon Jul 25 13:56:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/990e1928448112a071257e15ddbcd0e4c6d54319\" rel=\"nofollow\">Add first set of tutorial scripts</a> - TheSilkMiner - Mon Jul 25 13:53:34 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/06b05d2a80750a8239d77094e80e9f6513b03936\" rel=\"nofollow\">Follow conventions for factory methods</a> - TheSilkMiner - Mon Jul 25 13:53:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0632fa0cde334ec4289c6239a0ea928ec08236d1\" rel=\"nofollow\">Fix sorting being done in stupid ways, thanks Mojang</a> - TheSilkMiner - Mon Jul 25 13:48:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d026a50fd5a19d89320f95993ae8b7878d1e81b6\" rel=\"nofollow\">Allow references to reference everything</a> - TheSilkMiner - Mon Jul 25 13:47:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5985eee6106e0786e68db1fbd44aa111636c79d5\" rel=\"nofollow\">Allow marking of publishes as release or beta</a> - TheSilkMiner - Fri Jul 22 21:15:11 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/efa0a297bfcc27c98c32f70029123313e48825a0\" rel=\"nofollow\">Fix broken lighting on items</a> - TheSilkMiner - Fri Jul 22 21:10:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24a4dc2c3f2ed770d26b47323996c1c6fc6a8c8b\" rel=\"nofollow\">Rework Fabric registration to be on-time</a> - TheSilkMiner - Fri Jul 22 21:06:43 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/564cc4829e729d3fc6dbd2c44b4cfa0105f34997\" rel=\"nofollow\">Update Jenkinsfile</a> - Jared - Fri Jul 22 16:27:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f3231521fb6b854ce53f0c0d504ca2131cf0140b\" rel=\"nofollow\">Goodbye JEI, welcome REI</a> - TheSilkMiner - Fri Jul 22 15:11:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2027f634d6131244763e81cea105a45f8ebd2e18\" rel=\"nofollow\">Properly compile to ensure refmaps generate</a> - TheSilkMiner - Fri Jul 22 15:10:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44df4b302b23f250753759bca56b6e9401a9d79b\" rel=\"nofollow\">Properly implement resource loading on Fabric</a> - TheSilkMiner - Fri Jul 22 15:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1a32dc05211f59bdab4672b1eadc62a2a35da987\" rel=\"nofollow\">Make sure registration for CoT runs last</a> - TheSilkMiner - Fri Jul 22 15:08:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cf0391d11367d3adf8717fc4f5cd7882b9d45cb7\" rel=\"nofollow\">Do not override cloning requests in items</a> - TheSilkMiner - Thu Jul 21 14:49:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4450d8ca7b7ae07b3beac170374763f8c8513a86\" rel=\"nofollow\">Add possibility of dumping all resources to the file system</a> - TheSilkMiner - Thu Jul 21 14:37:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ecc9510164915240af101bd9a428a67fb60d47fa\" rel=\"nofollow\">Make API for BlockBuilder\'s empty loot table frendlier</a> - TheSilkMiner - Thu Jul 21 14:37:41 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e46bc8dda7ec1687a5f8f7886306d8ed4474a9ba\" rel=\"nofollow\">Fix various Mixin bits</a> - TheSilkMiner - Thu Jul 21 14:37:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3c1a5e7cd9416c734f40db1192d37cdba393f0d7\" rel=\"nofollow\">Fix version being specified wrongly in manifest</a> - TheSilkMiner - Thu Jul 21 14:36:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/901839a6acc09e87a689f507513b12598b20e7dc\" rel=\"nofollow\">Make it run again</a> - TheSilkMiner - Wed Jun 22 12:25:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02bbca3c5a055b7cd89664c3e905f198d81ebea4\" rel=\"nofollow\">Make it compile again</a> - TheSilkMiner - Wed Jun 22 12:18:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d7528451533e508f1c0a4b62f117743492d51adb\" rel=\"nofollow\">Set up multi-project and multi-sourceset Gradle configuration</a> - TheSilkMiner - Tue Jun 21 15:25:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/323320d14231573e4c564e0fbe349d4fa431067c\" rel=\"nofollow\">Remove unneeded beps</a> - TheSilkMiner - Tue Jun 21 12:09:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39eae6d7238e1bfd153db30765c12c622fc4eceb\" rel=\"nofollow\">Well, that\'s done</a> - TheSilkMiner - Tue Jun 21 12:08:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1b130fa5c3b2ad39e32d6bcecb60d03b14842a31\" rel=\"nofollow\">Remove staged action support as it is now unneeded</a> - TheSilkMiner - Tue Jun 21 12:07:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/536ef239e6c43a921f3f20d9a3bb66e003ccbf14\" rel=\"nofollow\">Rework entire API to use standalone object types and references</a> - TheSilkMiner - Tue Jun 21 12:07:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee080cc302951d1d3faa4e5966293e5936eb8089\" rel=\"nofollow\">Provide helper for automatic resolver-based dumping</a> - TheSilkMiner - Tue Jun 21 12:00:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92a0cf954da9161c59782a94e8d99ac8708a9e42\" rel=\"nofollow\">Move references to resolvers</a> - TheSilkMiner - Tue Jun 21 11:57:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ef48874e73c850c096d1438dbfeab43872592b6\" rel=\"nofollow\">Properly pass-through event</a> - TheSilkMiner - Tue Jun 21 11:56:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e3114e59932eff85308680f106d03c0a44c17ee1\" rel=\"nofollow\">Allow querying of block properties</a> - TheSilkMiner - Tue Jun 21 11:54:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2ce273c405930affdc872c2307b4bbcde03bede\" rel=\"nofollow\">Rework GameRegistry system to be more registry-like</a> - TheSilkMiner - Tue Jun 21 11:54:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c3b08fa6effe334b42a51ba886d1f02af89eec9\" rel=\"nofollow\">I think I can do this</a> - TheSilkMiner - Tue Jun 21 11:50:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a984d3e6c63abaddf84defb54568372a942108c6\" rel=\"nofollow\">Rework object resolvers into registry resolvers</a> - TheSilkMiner - Tue Jun 21 11:50:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78b676bee077fd124afcbc6b89c865c3d6887c7a\" rel=\"nofollow\">Move object types to API</a> - TheSilkMiner - Tue Jun 21 11:45:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eaf0268fc40b8ec83a7b06be01bf5698aefa548d\" rel=\"nofollow\">Add a more detailed toString output for holders</a> - TheSilkMiner - Mon Jun 20 15:13:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af0af3a2087964fccbcc3f120971d05e043e6368\" rel=\"nofollow\">Move from reflection to method handles in OFM</a> - TheSilkMiner - Mon Jun 20 12:10:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55ce6b9fae6c312612f9995c32cdd36f2936d043\" rel=\"nofollow\">Begin API rework to allow non-registry-backed object types</a> - TheSilkMiner - Sat Jun 18 16:35:54 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/154cd19a9dd252410946dcb1103a9f51fb7d85e5\" rel=\"nofollow\">Collapse metafactories into single classes</a> - TheSilkMiner - Sat Jun 18 15:47:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1933cc8ef0d2db08f8877e032e2185e74e9b9ce6\" rel=\"nofollow\">Remove \'Unknown\' as it makes no sense</a> - TheSilkMiner - Sat Jun 18 15:39:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6e947e97887b6be6e401af6ad675fae193e030d0\" rel=\"nofollow\">Fix wrong handling of paths in Runtime Pack</a> - TheSilkMiner - Sat Jun 18 15:28:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c1228596ccb10280adde9a6bc9f4421cb496701\" rel=\"nofollow\">Add possibility of custom tool creation</a> - TheSilkMiner - Sat Jun 18 15:28:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1777de35c9998628b3d73a24813b223244e13f5\" rel=\"nofollow\">Add block builders</a> - TheSilkMiner - Sat Jun 18 15:27:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12c56d61f6ee0ec2131ea99be6cb4e44f80009f9\" rel=\"nofollow\">Add registry for all sound types</a> - TheSilkMiner - Sat Jun 18 15:25:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5ce58ff4daac2e0b8d47b19436ce9e44410e7887\" rel=\"nofollow\">Remove item bracket dump as unused</a> - TheSilkMiner - Sat Jun 18 15:22:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91b845ffb519ac67da0dc8e2e80e2f8c24ecb30d\" rel=\"nofollow\">Add missed actions and natives</a> - TheSilkMiner - Sat Jun 18 15:21:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85e781ba70a071959b9d56351f21984324fd8c6e\" rel=\"nofollow\">Add sound type support</a> - TheSilkMiner - Sat Jun 18 15:20:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8b3238c892b8fe934ae15f97a73ae25a528512fa\" rel=\"nofollow\">Add Material support</a> - TheSilkMiner - Sat Jun 18 15:19:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a0eaba56e2a022eef064843101cbb1ecf5a6aeee\" rel=\"nofollow\">Add material color support</a> - TheSilkMiner - Sat Jun 18 15:18:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78c4471aa78edadf74c78afd62df4f524591b743\" rel=\"nofollow\">Prevent access of properties from ZenCode</a> - TheSilkMiner - Sat Jun 18 15:14:57 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b6372da287161f37fbe6f09a1c6e53094f40f7be\" rel=\"nofollow\">Allow no-dumper custom brackets</a> - TheSilkMiner - Sat Jun 18 15:14:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e714eaeabfe2cdf848a8f597bae117213d33ed45\" rel=\"nofollow\">Add resource bracket expression</a> - TheSilkMiner - Sat Jun 18 15:12:53 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f80319ae33e659559b9633ded0d0247515d8418d\" rel=\"nofollow\">Add additional logging for better debugging</a> - TheSilkMiner - Sat Jun 18 15:11:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5ad22c67127b12d93ce785a52212f62f52916b1\" rel=\"nofollow\">Move Tier Registry to API</a> - TheSilkMiner - Sat Jun 18 15:11:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4531925d26321d549d5be6adb1c68fbbcac498f9\" rel=\"nofollow\">Add sound event support</a> - TheSilkMiner - Sat Jun 4 15:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d62f2bdac669f8534d3e37dfc7106c3f35e2c2fd\" rel=\"nofollow\">Rework tab and tier creation to be delayed</a> - TheSilkMiner - Tue May 31 15:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/443d10a7f27367fae8f104fbcd8f6c20b1ca2c4f\" rel=\"nofollow\">Add complete tool set</a> - TheSilkMiner - Mon May 30 14:49:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fc35cf3a58a2151454fb1854d7210673b1ffabc1\" rel=\"nofollow\">Fully implement pickaxe textures</a> - TheSilkMiner - Sun May 29 12:46:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889cc1bf69ffd6c27739d615129631455fed07a6\" rel=\"nofollow\">[WIP/Not Working] Add framework to add custom tools</a> - TheSilkMiner - Sat May 28 15:02:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e4781d52f9518c1e848be6946531effc7901939a\" rel=\"nofollow\">Implement <code><tooltype></code> bracket handler on both loaders</a> - TheSilkMiner - Sat May 28 15:01:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889b2a4a85b31e800059367eabceb52fcb26f2bc\" rel=\"nofollow\">Provide better conventional name</a> - TheSilkMiner - Sat May 28 14:59:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa84b3a249d223b66e1ecdddeb6861468040f335\" rel=\"nofollow\">Fix optionals being untyped</a> - TheSilkMiner - Sat May 28 14:59:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c6a453357b51506cef4880fd45dd08940144137\" rel=\"nofollow\">Provide better default names</a> - TheSilkMiner - Sat May 28 14:58:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98ef974f66118ab10e428d5c23be775de1463cc5\" rel=\"nofollow\">Show CoT plugins in CT log for better diagnosis</a> - TheSilkMiner - Sat May 28 14:57:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa447303425087564ab998c57d8d6dad21708056\" rel=\"nofollow\">Add translations</a> - TheSilkMiner - Fri May 27 16:42:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a15a24e5614de7a21a88f4cf9966c7580cc4693\" rel=\"nofollow\">Fix Trundle DS resolving paths from root instead of parent</a> - TheSilkMiner - Fri May 27 16:41:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52b9523f1ed118ed27ac518bf4876cd70dd3bae7\" rel=\"nofollow\">Add command to dump generated resources to log</a> - TheSilkMiner - Fri May 27 16:41:04 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d1ebd355586e1194a65431859d00453e673af80\" rel=\"nofollow\">Fix Trundle Path not properly resolving <code>/</code></a> - TheSilkMiner - Fri May 27 16:40:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8821bb7afb74953774d16396e76c96614e9f458a\" rel=\"nofollow\">Refactor item builders</a> - TheSilkMiner - Fri May 27 15:33:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db63b41a53734dd3b338f586f7f1a7972dffa7dc\" rel=\"nofollow\">Expose Tiers, for future tool builder</a> - TheSilkMiner - Fri May 27 15:31:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/48978bef317ae2b28696535a212b98e9bbc6838f\" rel=\"nofollow\">Change missing textures</a> - TheSilkMiner - Wed May 25 13:37:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7c47f986fd69b40bce31e509a9e362d7501792a4\" rel=\"nofollow\">Add basic item texture template</a> - TheSilkMiner - Tue May 24 21:17:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/03787bd9afa75ad9dfb09a08d0b1d43897abe1c8\" rel=\"nofollow\">Generate language entry for creative tab</a> - TheSilkMiner - Tue May 24 21:16:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ec4abd519d0b076b2119590e46908fbf6f91a099\" rel=\"nofollow\">Rework templates not to require a helper</a> - TheSilkMiner - Tue May 24 21:15:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2625365c43c6ee50855d47219936f7eb833843\" rel=\"nofollow\">Add template factory to help with template provisioning</a> - TheSilkMiner - Mon May 23 21:26:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/722484125f33bc7310ea26f669a7a070792e5f5e\" rel=\"nofollow\">Convert registration to actions</a> - TheSilkMiner - Mon May 23 21:25:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01d5838879794f1c77ee718d65c4eeb7c3df9c47\" rel=\"nofollow\">Add providers for common elements</a> - TheSilkMiner - Mon May 23 17:13:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b9ad959118cd2686620273b4ec9f5951e23ac977\" rel=\"nofollow\">Fix providing a resource causing FS finalization</a> - TheSilkMiner - Mon May 23 17:03:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db0581ef1518f960f727aea6fd133671bd77094\" rel=\"nofollow\">Follow PECS for resource serializers</a> - TheSilkMiner - Mon May 23 13:33:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d8031dc9b860c9571025db4287b5c5711a70168d\" rel=\"nofollow\">Allow providing of alterable resources</a> - TheSilkMiner - Mon May 23 12:03:25 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e91d6681ff230ac2174bcda25a75837e5d0ec6af\" rel=\"nofollow\">Add first rendition of item builders</a> - TheSilkMiner - Sat May 21 16:09:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9efb8754b6ca1263b3aed83c820cce35f19f4f88\" rel=\"nofollow\">Provide ability to reference item properties</a> - TheSilkMiner - Sat May 21 16:09:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7340ffe590181018a7dd596b7a9f8d1c4e79d8bb\" rel=\"nofollow\">Add forgotten natives</a> - TheSilkMiner - Sat May 21 16:09:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dfb8968c08ae7cc9b0af9899c50b396d9b37f83b\" rel=\"nofollow\">Add custom creative tab API</a> - TheSilkMiner - Sat May 21 16:09:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1fa8618cad8a71598ef8361901ebba25f62ff98b\" rel=\"nofollow\">Add ability to reference and create items</a> - TheSilkMiner - Sat May 21 16:07:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2cd356b4251123f26706ef2082b1d84bb2403be\" rel=\"nofollow\">Fix trying to write inside non-existent directories</a> - TheSilkMiner - Sat May 21 16:03:36 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e4a3777ed6ae2e4bd59f23bd85c21b2b9e958dc\" rel=\"nofollow\">Fix resolution and relativization when in root or empty context</a> - TheSilkMiner - Sat May 21 16:03:14 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a8c8436d994f63177cdb9d9a46af0783ed20f8b9\" rel=\"nofollow\">Fix subpath implementing [begin, end] logic</a> - TheSilkMiner - Sat May 21 16:01:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/34073baf41f971254f3c742e13f2b6b89ede0294\" rel=\"nofollow\">Fix eliding of root marker in root paths</a> - TheSilkMiner - Sat May 21 16:00:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db17b54efc22d241a6b3a539dddc4f9144f8794d\" rel=\"nofollow\">Provide identifier for all ContentTweaker actions</a> - TheSilkMiner - Sat May 21 15:59:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0594a154df5fc3319838c54d7f73c3e98fc34d98\" rel=\"nofollow\">Fix duplicates due to incorrect Gradle configuration</a> - TheSilkMiner - Sat May 21 15:58:46 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ef51045b6890d17a8310e4de6497b463cd411300\" rel=\"nofollow\">Provide factory method to create object holders</a> - TheSilkMiner - Sat May 21 15:57:45 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b7c902a388ced41b35099e41e7bb21f2051b9929\" rel=\"nofollow\">Fix crash when attempting to resolve root path</a> - TheSilkMiner - Sat May 21 15:57:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dcba2b1a1e5b647f946023c682ebce7ce93fed36\" rel=\"nofollow\">Cache reference lookups</a> - TheSilkMiner - Sat May 21 15:56:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3aa57137ada6f9babac137fbb362fae692d2e709\" rel=\"nofollow\">Avoid repeated creation of useless heavy objects</a> - TheSilkMiner - Sat May 21 15:55:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e9c1844e894957503f086edec3e37d586aff8cf0\" rel=\"nofollow\">Fix channel being set to append mode when not asked to</a> - TheSilkMiner - Sat May 21 15:54:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cdbc2321639e2c7d3ce89f87cd60194933cb6892\" rel=\"nofollow\">Minor alterations to object types string conversion</a> - TheSilkMiner - Sat May 21 15:54:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb9b9b2cc287d4e5ada6fce56c87364bdea3a3e\" rel=\"nofollow\">Set Javadoc to generate with UTF-8 encoding</a> - TheSilkMiner - Sat May 21 15:53:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d063d1c6d79c81ab73fa244c45ddc9aaa57d44ee\" rel=\"nofollow\">Account for attempting to create abstract classes</a> - TheSilkMiner - Sat May 21 15:53:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/733d6dbea0c6bc261e4c382f4a31b31855cb9d78\" rel=\"nofollow\">Provide more descriptive name for pack</a> - TheSilkMiner - Sat May 21 15:52:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7228df52f2a89133a532da6f5085bc44c486da8\" rel=\"nofollow\">Load repositories on Forge</a> - TheSilkMiner - Wed May 18 11:49:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/17997775caeb1fdc12115df716df260700b127c8\" rel=\"nofollow\">Add user-level pack repository source</a> - TheSilkMiner - Wed May 18 11:49:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8fa40f8bc554ce3d1a7afe2633c54fb28724c50b\" rel=\"nofollow\">Leverage game-provided pack version</a> - TheSilkMiner - Wed May 18 11:48:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/83bd675285f13a6ae753fe2d05f852f2e8c459c5\" rel=\"nofollow\">Provide game directory access</a> - TheSilkMiner - Wed May 18 11:47:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0d621ec14040df0f990d89c1cb6200dd5a061020\" rel=\"nofollow\">Provide utility to create instances from generics</a> - TheSilkMiner - Tue May 17 14:27:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a68dad09c4a4e48cb3eaca49ad27c4de423ad9c1\" rel=\"nofollow\">Rework resource API to build file system directly</a> - TheSilkMiner - Tue May 17 12:30:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4333bcba481c6b2b7c9000f8f4a9bd7c82dc9a16\" rel=\"nofollow\">Provide first draft of resource API</a> - TheSilkMiner - Mon May 16 21:04:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d37b7417975fd3ead4e303c51b4488702a7f7fd7\" rel=\"nofollow\">Implement reference to unknown</a> - TheSilkMiner - Fri May 6 23:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eb7e85347ebc7a737bcb4eaf85c61163b627d91d\" rel=\"nofollow\">Split Unknown and UnknownFactory for upcoming reference</a> - TheSilkMiner - Fri May 6 23:09:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa5dd3d6660ddd55c8b38f792fde908fa5d005e2\" rel=\"nofollow\">Avoid warnings with GameData on registration</a> - TheSilkMiner - Fri May 6 23:08:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9be56d4e46687d36b6b1aff558ef9a45ab03a0c8\" rel=\"nofollow\">Implement Reference factories for additional support</a> - TheSilkMiner - Fri May 6 23:08:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e548408b813f5e4e8d10a1898e3ea94e0710ec8\" rel=\"nofollow\">Move zen constants to API</a> - TheSilkMiner - Fri May 6 23:04:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/76e2fc25e200553f32d10e97414988bd17f9a455\" rel=\"nofollow\">Rework ObjectType to allow Unknown and be easier</a> - TheSilkMiner - Wed May 4 12:44:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/322191898b8e53e1d30f0ed9d50a023c5f6c59eb\" rel=\"nofollow\">Rename slightly methods to be more in-line</a> - TheSilkMiner - Tue May 3 13:41:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cabfb53e4370d64acb967cd6eb10ee51619ba97d\" rel=\"nofollow\">Remove registry validation in Factory BEP</a> - TheSilkMiner - Tue May 3 13:27:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ae219428ec5d61afce93afff8d7c791c702e75fd\" rel=\"nofollow\">Move ReferenceExpression to API for more usage</a> - TheSilkMiner - Tue May 3 13:16:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6adffa22fae7795071593c7c68e1023139b0a3ea\" rel=\"nofollow\">Allow more type-specific references in RMF</a> - TheSilkMiner - Tue May 3 11:45:00 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/70b9adcea53f57120fdb9b6bd62c61b8e561a9f0\" rel=\"nofollow\">Move metafactories into rt package</a> - TheSilkMiner - Tue May 3 11:17:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c257f21b96e771334ca1080b925419c4170d2151\" rel=\"nofollow\">Add WIP Reference bracket handler</a> - TheSilkMiner - Tue May 3 11:11:35 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52c4bb945ae2030ba4889580cf9b728e47a26328\" rel=\"nofollow\">Add initial implementation for content registration</a> - TheSilkMiner - Tue May 3 11:10:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23ad6de86f91df51d7864c927dbc5abb8213c129\" rel=\"nofollow\">Move helper functions to BracketHelper</a> - TheSilkMiner - Tue May 3 11:06:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2ab08c31e8c8d91f69a0f2066b86d2a32e0c1666\" rel=\"nofollow\">Fix Unknown being registered on the wrong loader</a> - TheSilkMiner - Tue May 3 11:04:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af61d42bc1d66d297bced786f9b80ab0f8b81f47\" rel=\"nofollow\">Allow CoT plugins to register custom brackets</a> - TheSilkMiner - Tue May 3 11:03:32 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c886b42e760f73e088696bfec90238f3b2f4f8e5\" rel=\"nofollow\">Use InstantiationUtil</a> - TheSilkMiner - Tue Apr 26 11:20:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/94c6a64af038a48f1db7650914fbbb006fcf443f\" rel=\"nofollow\">Move to CurseForgeGradle</a> - TheSilkMiner - Tue Apr 26 11:19:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee1012a7282021f81497347a7347887f0c71ea81\" rel=\"nofollow\">Add missed dumping for factories</a> - TheSilkMiner - Mon Apr 25 14:33:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23387ee22d66ea3eada7b2b27e20f39226a13493\" rel=\"nofollow\">Skeleton for 1.18 ContentTweaker</a> - TheSilkMiner - Mon Apr 25 14:29:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/37d2646d606fff205bf517ba6f14acb9b16cde6b\" rel=\"nofollow\">Workaround IntelliJ Idea 2022.1 bug</a> - TheSilkMiner - Wed Apr 13 09:50:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7850440280b09003874866830a3388c9e1f5aed\" rel=\"nofollow\">Fix loading on Fabric</a> - TheSilkMiner - Wed Apr 13 09:50:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/759c32363b55e174c904be19bab6de0e7debf775\" rel=\"nofollow\">Update to 1.18.2</a> - TheSilkMiner - Mon Apr 11 10:14:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/775a1f97d3758f7b49f9d2eec338822389ba9897\" rel=\"nofollow\">Set up workspace for 1.18 port</a> - TheSilkMiner - Tue Jan 11 20:40:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8060c7f8dd2880484d83a4f5e4587ea904b2a452\" rel=\"nofollow\">add support for setting if a block is transparent</a> - Jared - Sat Jan 1 14:55:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b077acd9d25ca052154e0c2164b5b3c9f7ab6f75\" rel=\"nofollow\">Add support for custom glass blocks</a> - Jared - Sat Jan 1 13:57:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3d625d34b3729e6f8da56e26464348d90e5f708c\" rel=\"nofollow\">update CrT to resolve issues</a> - youyihj - Fri Dec 3 17:26:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec2966793dc560da59d86139482cd08f56a1143\" rel=\"nofollow\">don\'t export deprecated class</a> - youyihj - Fri Dec 3 17:21:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dc525a391e28172cd312eea577aa86b1ec38787f\" rel=\"nofollow\">expanding ItemGroup</a> - youyihj - Mon Sep 27 12:52:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ef7f54d4c398a22fd31f9f44c14566733bfe86f\" rel=\"nofollow\">item group support</a> - youyihj - Tue Aug 24 14:01:00 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0+6支持游戏: 1.18.2类型:ForgeBeta下载次数: 72ContentTweaker-fabric-1.18.2-1.0.0+5ContentTweaker-fabric-1.18.2-1.0.0+5.jar下载1.0.0+5#Beta<h3>Current version: 1.0.0+5</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6c6929ef998388f597860f5e4ddaf993850a9bb7\" rel=\"nofollow\">use correct project names</a> - Jared - Tue Aug 2 03:07:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f36f464b0a64e6687d4adef78b5e3e668e74e98c\" rel=\"nofollow\">use the correct version when uploading to CF</a> - Jared - Tue Aug 2 02:57:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee0a78187a6bba013153e3a57c9dad86a0e71eb6\" rel=\"nofollow\">stop using kotlin in buildSrc</a> - Jared - Tue Aug 2 02:47:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a8ef2f218cefd84a531616fd8679146c729c7cd\" rel=\"nofollow\">Hopefully fix build</a> - Jared - Tue Aug 2 02:38:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/25f05ea16b22538c91696e2a502dc2dba52f1b56\" rel=\"nofollow\">fix small example issue</a> - Jared - Mon Aug 1 19:35:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39fbe88d4e8da2aa5379958add468a7104659099\" rel=\"nofollow\">Finish set of example scripts</a> - TheSilkMiner - Mon Aug 1 17:09:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b283f398a8ee8af87d85d80a5b7ff2f51ce2d6f0\" rel=\"nofollow\">Clarify why people would want to specify a name</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d36fc137d13090008fd1c9af2fb9289b29455eb8\" rel=\"nofollow\">Fix a couple of typos</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/afd824566df41519c1c5fa67bff08960ab8af70a\" rel=\"nofollow\">Fix NPE in TierSortingStruct</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2f609e0ce810765e327a22091342ecc0353ad96e\" rel=\"nofollow\">Fix tab references using the wrong ID</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5746e13ff91b0ddab5a6a6fb80dd151845cf338f\" rel=\"nofollow\">Fix nutrition checking the wrong value</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6d3d603481ee71f9e330cb2a4a0908daa36572c\" rel=\"nofollow\">Provide no block item warning in base class</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01ae1aaa47bc0e39aa752caa96ff93cf64f2166d\" rel=\"nofollow\">Mention where users can find help for resources</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5810514132bc87b00e54ce4b64a2b36691b7c0dc\" rel=\"nofollow\">Mention that the resource bracket is also retained</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1df96d6a240c59b7a81069dc0a7da3fdd94c9fb2\" rel=\"nofollow\">Fix Java being stupid in TrundleFS</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cbd35950f2f8c1f7458e87df615468932194c92e\" rel=\"nofollow\">fix some typos</a> - Jared - Fri Jul 29 18:46:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1e2962b3ddc305952a4e9467a77de81412d704fd\" rel=\"nofollow\">Add first set of vanilla content examples</a> - TheSilkMiner - Fri Jul 29 17:57:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8824f7547e0f33cbb9d67d28a4a0ef1a40df9786\" rel=\"nofollow\">Account for no food properties on items</a> - TheSilkMiner - Fri Jul 29 17:56:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4aa0ded41dc06a683fd0c3f403c8a28bfba5bae2\" rel=\"nofollow\">Fix some naming</a> - TheSilkMiner - Mon Jul 25 13:56:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/990e1928448112a071257e15ddbcd0e4c6d54319\" rel=\"nofollow\">Add first set of tutorial scripts</a> - TheSilkMiner - Mon Jul 25 13:53:34 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/06b05d2a80750a8239d77094e80e9f6513b03936\" rel=\"nofollow\">Follow conventions for factory methods</a> - TheSilkMiner - Mon Jul 25 13:53:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0632fa0cde334ec4289c6239a0ea928ec08236d1\" rel=\"nofollow\">Fix sorting being done in stupid ways, thanks Mojang</a> - TheSilkMiner - Mon Jul 25 13:48:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d026a50fd5a19d89320f95993ae8b7878d1e81b6\" rel=\"nofollow\">Allow references to reference everything</a> - TheSilkMiner - Mon Jul 25 13:47:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5985eee6106e0786e68db1fbd44aa111636c79d5\" rel=\"nofollow\">Allow marking of publishes as release or beta</a> - TheSilkMiner - Fri Jul 22 21:15:11 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/efa0a297bfcc27c98c32f70029123313e48825a0\" rel=\"nofollow\">Fix broken lighting on items</a> - TheSilkMiner - Fri Jul 22 21:10:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24a4dc2c3f2ed770d26b47323996c1c6fc6a8c8b\" rel=\"nofollow\">Rework Fabric registration to be on-time</a> - TheSilkMiner - Fri Jul 22 21:06:43 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/564cc4829e729d3fc6dbd2c44b4cfa0105f34997\" rel=\"nofollow\">Update Jenkinsfile</a> - Jared - Fri Jul 22 16:27:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f3231521fb6b854ce53f0c0d504ca2131cf0140b\" rel=\"nofollow\">Goodbye JEI, welcome REI</a> - TheSilkMiner - Fri Jul 22 15:11:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2027f634d6131244763e81cea105a45f8ebd2e18\" rel=\"nofollow\">Properly compile to ensure refmaps generate</a> - TheSilkMiner - Fri Jul 22 15:10:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44df4b302b23f250753759bca56b6e9401a9d79b\" rel=\"nofollow\">Properly implement resource loading on Fabric</a> - TheSilkMiner - Fri Jul 22 15:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1a32dc05211f59bdab4672b1eadc62a2a35da987\" rel=\"nofollow\">Make sure registration for CoT runs last</a> - TheSilkMiner - Fri Jul 22 15:08:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cf0391d11367d3adf8717fc4f5cd7882b9d45cb7\" rel=\"nofollow\">Do not override cloning requests in items</a> - TheSilkMiner - Thu Jul 21 14:49:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4450d8ca7b7ae07b3beac170374763f8c8513a86\" rel=\"nofollow\">Add possibility of dumping all resources to the file system</a> - TheSilkMiner - Thu Jul 21 14:37:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ecc9510164915240af101bd9a428a67fb60d47fa\" rel=\"nofollow\">Make API for BlockBuilder\'s empty loot table frendlier</a> - TheSilkMiner - Thu Jul 21 14:37:41 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e46bc8dda7ec1687a5f8f7886306d8ed4474a9ba\" rel=\"nofollow\">Fix various Mixin bits</a> - TheSilkMiner - Thu Jul 21 14:37:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3c1a5e7cd9416c734f40db1192d37cdba393f0d7\" rel=\"nofollow\">Fix version being specified wrongly in manifest</a> - TheSilkMiner - Thu Jul 21 14:36:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/901839a6acc09e87a689f507513b12598b20e7dc\" rel=\"nofollow\">Make it run again</a> - TheSilkMiner - Wed Jun 22 12:25:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02bbca3c5a055b7cd89664c3e905f198d81ebea4\" rel=\"nofollow\">Make it compile again</a> - TheSilkMiner - Wed Jun 22 12:18:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d7528451533e508f1c0a4b62f117743492d51adb\" rel=\"nofollow\">Set up multi-project and multi-sourceset Gradle configuration</a> - TheSilkMiner - Tue Jun 21 15:25:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/323320d14231573e4c564e0fbe349d4fa431067c\" rel=\"nofollow\">Remove unneeded beps</a> - TheSilkMiner - Tue Jun 21 12:09:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39eae6d7238e1bfd153db30765c12c622fc4eceb\" rel=\"nofollow\">Well, that\'s done</a> - TheSilkMiner - Tue Jun 21 12:08:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1b130fa5c3b2ad39e32d6bcecb60d03b14842a31\" rel=\"nofollow\">Remove staged action support as it is now unneeded</a> - TheSilkMiner - Tue Jun 21 12:07:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/536ef239e6c43a921f3f20d9a3bb66e003ccbf14\" rel=\"nofollow\">Rework entire API to use standalone object types and references</a> - TheSilkMiner - Tue Jun 21 12:07:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee080cc302951d1d3faa4e5966293e5936eb8089\" rel=\"nofollow\">Provide helper for automatic resolver-based dumping</a> - TheSilkMiner - Tue Jun 21 12:00:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92a0cf954da9161c59782a94e8d99ac8708a9e42\" rel=\"nofollow\">Move references to resolvers</a> - TheSilkMiner - Tue Jun 21 11:57:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ef48874e73c850c096d1438dbfeab43872592b6\" rel=\"nofollow\">Properly pass-through event</a> - TheSilkMiner - Tue Jun 21 11:56:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e3114e59932eff85308680f106d03c0a44c17ee1\" rel=\"nofollow\">Allow querying of block properties</a> - TheSilkMiner - Tue Jun 21 11:54:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2ce273c405930affdc872c2307b4bbcde03bede\" rel=\"nofollow\">Rework GameRegistry system to be more registry-like</a> - TheSilkMiner - Tue Jun 21 11:54:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c3b08fa6effe334b42a51ba886d1f02af89eec9\" rel=\"nofollow\">I think I can do this</a> - TheSilkMiner - Tue Jun 21 11:50:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a984d3e6c63abaddf84defb54568372a942108c6\" rel=\"nofollow\">Rework object resolvers into registry resolvers</a> - TheSilkMiner - Tue Jun 21 11:50:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78b676bee077fd124afcbc6b89c865c3d6887c7a\" rel=\"nofollow\">Move object types to API</a> - TheSilkMiner - Tue Jun 21 11:45:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eaf0268fc40b8ec83a7b06be01bf5698aefa548d\" rel=\"nofollow\">Add a more detailed toString output for holders</a> - TheSilkMiner - Mon Jun 20 15:13:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af0af3a2087964fccbcc3f120971d05e043e6368\" rel=\"nofollow\">Move from reflection to method handles in OFM</a> - TheSilkMiner - Mon Jun 20 12:10:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55ce6b9fae6c312612f9995c32cdd36f2936d043\" rel=\"nofollow\">Begin API rework to allow non-registry-backed object types</a> - TheSilkMiner - Sat Jun 18 16:35:54 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/154cd19a9dd252410946dcb1103a9f51fb7d85e5\" rel=\"nofollow\">Collapse metafactories into single classes</a> - TheSilkMiner - Sat Jun 18 15:47:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1933cc8ef0d2db08f8877e032e2185e74e9b9ce6\" rel=\"nofollow\">Remove \'Unknown\' as it makes no sense</a> - TheSilkMiner - Sat Jun 18 15:39:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6e947e97887b6be6e401af6ad675fae193e030d0\" rel=\"nofollow\">Fix wrong handling of paths in Runtime Pack</a> - TheSilkMiner - Sat Jun 18 15:28:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c1228596ccb10280adde9a6bc9f4421cb496701\" rel=\"nofollow\">Add possibility of custom tool creation</a> - TheSilkMiner - Sat Jun 18 15:28:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1777de35c9998628b3d73a24813b223244e13f5\" rel=\"nofollow\">Add block builders</a> - TheSilkMiner - Sat Jun 18 15:27:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12c56d61f6ee0ec2131ea99be6cb4e44f80009f9\" rel=\"nofollow\">Add registry for all sound types</a> - TheSilkMiner - Sat Jun 18 15:25:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5ce58ff4daac2e0b8d47b19436ce9e44410e7887\" rel=\"nofollow\">Remove item bracket dump as unused</a> - TheSilkMiner - Sat Jun 18 15:22:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91b845ffb519ac67da0dc8e2e80e2f8c24ecb30d\" rel=\"nofollow\">Add missed actions and natives</a> - TheSilkMiner - Sat Jun 18 15:21:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85e781ba70a071959b9d56351f21984324fd8c6e\" rel=\"nofollow\">Add sound type support</a> - TheSilkMiner - Sat Jun 18 15:20:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8b3238c892b8fe934ae15f97a73ae25a528512fa\" rel=\"nofollow\">Add Material support</a> - TheSilkMiner - Sat Jun 18 15:19:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a0eaba56e2a022eef064843101cbb1ecf5a6aeee\" rel=\"nofollow\">Add material color support</a> - TheSilkMiner - Sat Jun 18 15:18:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78c4471aa78edadf74c78afd62df4f524591b743\" rel=\"nofollow\">Prevent access of properties from ZenCode</a> - TheSilkMiner - Sat Jun 18 15:14:57 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b6372da287161f37fbe6f09a1c6e53094f40f7be\" rel=\"nofollow\">Allow no-dumper custom brackets</a> - TheSilkMiner - Sat Jun 18 15:14:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e714eaeabfe2cdf848a8f597bae117213d33ed45\" rel=\"nofollow\">Add resource bracket expression</a> - TheSilkMiner - Sat Jun 18 15:12:53 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f80319ae33e659559b9633ded0d0247515d8418d\" rel=\"nofollow\">Add additional logging for better debugging</a> - TheSilkMiner - Sat Jun 18 15:11:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5ad22c67127b12d93ce785a52212f62f52916b1\" rel=\"nofollow\">Move Tier Registry to API</a> - TheSilkMiner - Sat Jun 18 15:11:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4531925d26321d549d5be6adb1c68fbbcac498f9\" rel=\"nofollow\">Add sound event support</a> - TheSilkMiner - Sat Jun 4 15:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d62f2bdac669f8534d3e37dfc7106c3f35e2c2fd\" rel=\"nofollow\">Rework tab and tier creation to be delayed</a> - TheSilkMiner - Tue May 31 15:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/443d10a7f27367fae8f104fbcd8f6c20b1ca2c4f\" rel=\"nofollow\">Add complete tool set</a> - TheSilkMiner - Mon May 30 14:49:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fc35cf3a58a2151454fb1854d7210673b1ffabc1\" rel=\"nofollow\">Fully implement pickaxe textures</a> - TheSilkMiner - Sun May 29 12:46:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889cc1bf69ffd6c27739d615129631455fed07a6\" rel=\"nofollow\">[WIP/Not Working] Add framework to add custom tools</a> - TheSilkMiner - Sat May 28 15:02:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e4781d52f9518c1e848be6946531effc7901939a\" rel=\"nofollow\">Implement <code><tooltype></code> bracket handler on both loaders</a> - TheSilkMiner - Sat May 28 15:01:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889b2a4a85b31e800059367eabceb52fcb26f2bc\" rel=\"nofollow\">Provide better conventional name</a> - TheSilkMiner - Sat May 28 14:59:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa84b3a249d223b66e1ecdddeb6861468040f335\" rel=\"nofollow\">Fix optionals being untyped</a> - TheSilkMiner - Sat May 28 14:59:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c6a453357b51506cef4880fd45dd08940144137\" rel=\"nofollow\">Provide better default names</a> - TheSilkMiner - Sat May 28 14:58:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98ef974f66118ab10e428d5c23be775de1463cc5\" rel=\"nofollow\">Show CoT plugins in CT log for better diagnosis</a> - TheSilkMiner - Sat May 28 14:57:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa447303425087564ab998c57d8d6dad21708056\" rel=\"nofollow\">Add translations</a> - TheSilkMiner - Fri May 27 16:42:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a15a24e5614de7a21a88f4cf9966c7580cc4693\" rel=\"nofollow\">Fix Trundle DS resolving paths from root instead of parent</a> - TheSilkMiner - Fri May 27 16:41:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52b9523f1ed118ed27ac518bf4876cd70dd3bae7\" rel=\"nofollow\">Add command to dump generated resources to log</a> - TheSilkMiner - Fri May 27 16:41:04 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d1ebd355586e1194a65431859d00453e673af80\" rel=\"nofollow\">Fix Trundle Path not properly resolving <code>/</code></a> - TheSilkMiner - Fri May 27 16:40:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8821bb7afb74953774d16396e76c96614e9f458a\" rel=\"nofollow\">Refactor item builders</a> - TheSilkMiner - Fri May 27 15:33:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db63b41a53734dd3b338f586f7f1a7972dffa7dc\" rel=\"nofollow\">Expose Tiers, for future tool builder</a> - TheSilkMiner - Fri May 27 15:31:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/48978bef317ae2b28696535a212b98e9bbc6838f\" rel=\"nofollow\">Change missing textures</a> - TheSilkMiner - Wed May 25 13:37:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7c47f986fd69b40bce31e509a9e362d7501792a4\" rel=\"nofollow\">Add basic item texture template</a> - TheSilkMiner - Tue May 24 21:17:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/03787bd9afa75ad9dfb09a08d0b1d43897abe1c8\" rel=\"nofollow\">Generate language entry for creative tab</a> - TheSilkMiner - Tue May 24 21:16:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ec4abd519d0b076b2119590e46908fbf6f91a099\" rel=\"nofollow\">Rework templates not to require a helper</a> - TheSilkMiner - Tue May 24 21:15:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2625365c43c6ee50855d47219936f7eb833843\" rel=\"nofollow\">Add template factory to help with template provisioning</a> - TheSilkMiner - Mon May 23 21:26:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/722484125f33bc7310ea26f669a7a070792e5f5e\" rel=\"nofollow\">Convert registration to actions</a> - TheSilkMiner - Mon May 23 21:25:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01d5838879794f1c77ee718d65c4eeb7c3df9c47\" rel=\"nofollow\">Add providers for common elements</a> - TheSilkMiner - Mon May 23 17:13:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b9ad959118cd2686620273b4ec9f5951e23ac977\" rel=\"nofollow\">Fix providing a resource causing FS finalization</a> - TheSilkMiner - Mon May 23 17:03:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db0581ef1518f960f727aea6fd133671bd77094\" rel=\"nofollow\">Follow PECS for resource serializers</a> - TheSilkMiner - Mon May 23 13:33:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d8031dc9b860c9571025db4287b5c5711a70168d\" rel=\"nofollow\">Allow providing of alterable resources</a> - TheSilkMiner - Mon May 23 12:03:25 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e91d6681ff230ac2174bcda25a75837e5d0ec6af\" rel=\"nofollow\">Add first rendition of item builders</a> - TheSilkMiner - Sat May 21 16:09:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9efb8754b6ca1263b3aed83c820cce35f19f4f88\" rel=\"nofollow\">Provide ability to reference item properties</a> - TheSilkMiner - Sat May 21 16:09:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7340ffe590181018a7dd596b7a9f8d1c4e79d8bb\" rel=\"nofollow\">Add forgotten natives</a> - TheSilkMiner - Sat May 21 16:09:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dfb8968c08ae7cc9b0af9899c50b396d9b37f83b\" rel=\"nofollow\">Add custom creative tab API</a> - TheSilkMiner - Sat May 21 16:09:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1fa8618cad8a71598ef8361901ebba25f62ff98b\" rel=\"nofollow\">Add ability to reference and create items</a> - TheSilkMiner - Sat May 21 16:07:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2cd356b4251123f26706ef2082b1d84bb2403be\" rel=\"nofollow\">Fix trying to write inside non-existent directories</a> - TheSilkMiner - Sat May 21 16:03:36 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e4a3777ed6ae2e4bd59f23bd85c21b2b9e958dc\" rel=\"nofollow\">Fix resolution and relativization when in root or empty context</a> - TheSilkMiner - Sat May 21 16:03:14 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a8c8436d994f63177cdb9d9a46af0783ed20f8b9\" rel=\"nofollow\">Fix subpath implementing [begin, end] logic</a> - TheSilkMiner - Sat May 21 16:01:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/34073baf41f971254f3c742e13f2b6b89ede0294\" rel=\"nofollow\">Fix eliding of root marker in root paths</a> - TheSilkMiner - Sat May 21 16:00:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db17b54efc22d241a6b3a539dddc4f9144f8794d\" rel=\"nofollow\">Provide identifier for all ContentTweaker actions</a> - TheSilkMiner - Sat May 21 15:59:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0594a154df5fc3319838c54d7f73c3e98fc34d98\" rel=\"nofollow\">Fix duplicates due to incorrect Gradle configuration</a> - TheSilkMiner - Sat May 21 15:58:46 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ef51045b6890d17a8310e4de6497b463cd411300\" rel=\"nofollow\">Provide factory method to create object holders</a> - TheSilkMiner - Sat May 21 15:57:45 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b7c902a388ced41b35099e41e7bb21f2051b9929\" rel=\"nofollow\">Fix crash when attempting to resolve root path</a> - TheSilkMiner - Sat May 21 15:57:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dcba2b1a1e5b647f946023c682ebce7ce93fed36\" rel=\"nofollow\">Cache reference lookups</a> - TheSilkMiner - Sat May 21 15:56:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3aa57137ada6f9babac137fbb362fae692d2e709\" rel=\"nofollow\">Avoid repeated creation of useless heavy objects</a> - TheSilkMiner - Sat May 21 15:55:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e9c1844e894957503f086edec3e37d586aff8cf0\" rel=\"nofollow\">Fix channel being set to append mode when not asked to</a> - TheSilkMiner - Sat May 21 15:54:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cdbc2321639e2c7d3ce89f87cd60194933cb6892\" rel=\"nofollow\">Minor alterations to object types string conversion</a> - TheSilkMiner - Sat May 21 15:54:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb9b9b2cc287d4e5ada6fce56c87364bdea3a3e\" rel=\"nofollow\">Set Javadoc to generate with UTF-8 encoding</a> - TheSilkMiner - Sat May 21 15:53:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d063d1c6d79c81ab73fa244c45ddc9aaa57d44ee\" rel=\"nofollow\">Account for attempting to create abstract classes</a> - TheSilkMiner - Sat May 21 15:53:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/733d6dbea0c6bc261e4c382f4a31b31855cb9d78\" rel=\"nofollow\">Provide more descriptive name for pack</a> - TheSilkMiner - Sat May 21 15:52:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7228df52f2a89133a532da6f5085bc44c486da8\" rel=\"nofollow\">Load repositories on Forge</a> - TheSilkMiner - Wed May 18 11:49:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/17997775caeb1fdc12115df716df260700b127c8\" rel=\"nofollow\">Add user-level pack repository source</a> - TheSilkMiner - Wed May 18 11:49:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8fa40f8bc554ce3d1a7afe2633c54fb28724c50b\" rel=\"nofollow\">Leverage game-provided pack version</a> - TheSilkMiner - Wed May 18 11:48:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/83bd675285f13a6ae753fe2d05f852f2e8c459c5\" rel=\"nofollow\">Provide game directory access</a> - TheSilkMiner - Wed May 18 11:47:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0d621ec14040df0f990d89c1cb6200dd5a061020\" rel=\"nofollow\">Provide utility to create instances from generics</a> - TheSilkMiner - Tue May 17 14:27:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a68dad09c4a4e48cb3eaca49ad27c4de423ad9c1\" rel=\"nofollow\">Rework resource API to build file system directly</a> - TheSilkMiner - Tue May 17 12:30:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4333bcba481c6b2b7c9000f8f4a9bd7c82dc9a16\" rel=\"nofollow\">Provide first draft of resource API</a> - TheSilkMiner - Mon May 16 21:04:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d37b7417975fd3ead4e303c51b4488702a7f7fd7\" rel=\"nofollow\">Implement reference to unknown</a> - TheSilkMiner - Fri May 6 23:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eb7e85347ebc7a737bcb4eaf85c61163b627d91d\" rel=\"nofollow\">Split Unknown and UnknownFactory for upcoming reference</a> - TheSilkMiner - Fri May 6 23:09:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa5dd3d6660ddd55c8b38f792fde908fa5d005e2\" rel=\"nofollow\">Avoid warnings with GameData on registration</a> - TheSilkMiner - Fri May 6 23:08:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9be56d4e46687d36b6b1aff558ef9a45ab03a0c8\" rel=\"nofollow\">Implement Reference factories for additional support</a> - TheSilkMiner - Fri May 6 23:08:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e548408b813f5e4e8d10a1898e3ea94e0710ec8\" rel=\"nofollow\">Move zen constants to API</a> - TheSilkMiner - Fri May 6 23:04:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/76e2fc25e200553f32d10e97414988bd17f9a455\" rel=\"nofollow\">Rework ObjectType to allow Unknown and be easier</a> - TheSilkMiner - Wed May 4 12:44:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/322191898b8e53e1d30f0ed9d50a023c5f6c59eb\" rel=\"nofollow\">Rename slightly methods to be more in-line</a> - TheSilkMiner - Tue May 3 13:41:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cabfb53e4370d64acb967cd6eb10ee51619ba97d\" rel=\"nofollow\">Remove registry validation in Factory BEP</a> - TheSilkMiner - Tue May 3 13:27:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ae219428ec5d61afce93afff8d7c791c702e75fd\" rel=\"nofollow\">Move ReferenceExpression to API for more usage</a> - TheSilkMiner - Tue May 3 13:16:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6adffa22fae7795071593c7c68e1023139b0a3ea\" rel=\"nofollow\">Allow more type-specific references in RMF</a> - TheSilkMiner - Tue May 3 11:45:00 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/70b9adcea53f57120fdb9b6bd62c61b8e561a9f0\" rel=\"nofollow\">Move metafactories into rt package</a> - TheSilkMiner - Tue May 3 11:17:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c257f21b96e771334ca1080b925419c4170d2151\" rel=\"nofollow\">Add WIP Reference bracket handler</a> - TheSilkMiner - Tue May 3 11:11:35 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52c4bb945ae2030ba4889580cf9b728e47a26328\" rel=\"nofollow\">Add initial implementation for content registration</a> - TheSilkMiner - Tue May 3 11:10:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23ad6de86f91df51d7864c927dbc5abb8213c129\" rel=\"nofollow\">Move helper functions to BracketHelper</a> - TheSilkMiner - Tue May 3 11:06:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2ab08c31e8c8d91f69a0f2066b86d2a32e0c1666\" rel=\"nofollow\">Fix Unknown being registered on the wrong loader</a> - TheSilkMiner - Tue May 3 11:04:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af61d42bc1d66d297bced786f9b80ab0f8b81f47\" rel=\"nofollow\">Allow CoT plugins to register custom brackets</a> - TheSilkMiner - Tue May 3 11:03:32 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c886b42e760f73e088696bfec90238f3b2f4f8e5\" rel=\"nofollow\">Use InstantiationUtil</a> - TheSilkMiner - Tue Apr 26 11:20:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/94c6a64af038a48f1db7650914fbbb006fcf443f\" rel=\"nofollow\">Move to CurseForgeGradle</a> - TheSilkMiner - Tue Apr 26 11:19:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee1012a7282021f81497347a7347887f0c71ea81\" rel=\"nofollow\">Add missed dumping for factories</a> - TheSilkMiner - Mon Apr 25 14:33:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23387ee22d66ea3eada7b2b27e20f39226a13493\" rel=\"nofollow\">Skeleton for 1.18 ContentTweaker</a> - TheSilkMiner - Mon Apr 25 14:29:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/37d2646d606fff205bf517ba6f14acb9b16cde6b\" rel=\"nofollow\">Workaround IntelliJ Idea 2022.1 bug</a> - TheSilkMiner - Wed Apr 13 09:50:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7850440280b09003874866830a3388c9e1f5aed\" rel=\"nofollow\">Fix loading on Fabric</a> - TheSilkMiner - Wed Apr 13 09:50:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/759c32363b55e174c904be19bab6de0e7debf775\" rel=\"nofollow\">Update to 1.18.2</a> - TheSilkMiner - Mon Apr 11 10:14:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/775a1f97d3758f7b49f9d2eec338822389ba9897\" rel=\"nofollow\">Set up workspace for 1.18 port</a> - TheSilkMiner - Tue Jan 11 20:40:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8060c7f8dd2880484d83a4f5e4587ea904b2a452\" rel=\"nofollow\">add support for setting if a block is transparent</a> - Jared - Sat Jan 1 14:55:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b077acd9d25ca052154e0c2164b5b3c9f7ab6f75\" rel=\"nofollow\">Add support for custom glass blocks</a> - Jared - Sat Jan 1 13:57:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3d625d34b3729e6f8da56e26464348d90e5f708c\" rel=\"nofollow\">update CrT to resolve issues</a> - youyihj - Fri Dec 3 17:26:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec2966793dc560da59d86139482cd08f56a1143\" rel=\"nofollow\">don\'t export deprecated class</a> - youyihj - Fri Dec 3 17:21:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dc525a391e28172cd312eea577aa86b1ec38787f\" rel=\"nofollow\">expanding ItemGroup</a> - youyihj - Mon Sep 27 12:52:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ef7f54d4c398a22fd31f9f44c14566733bfe86f\" rel=\"nofollow\">item group support</a> - youyihj - Tue Aug 24 14:01:00 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0+5支持游戏: 1.18.2类型:FabricBeta下载次数: 71ContentTweaker-forge-1.18.2-1.0.0+5ContentTweaker-forge-1.18.2-1.0.0+5.jar下载1.0.0+5#Beta<h3>Current version: 1.0.0+5</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6c6929ef998388f597860f5e4ddaf993850a9bb7\" rel=\"nofollow\">use correct project names</a> - Jared - Tue Aug 2 03:07:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f36f464b0a64e6687d4adef78b5e3e668e74e98c\" rel=\"nofollow\">use the correct version when uploading to CF</a> - Jared - Tue Aug 2 02:57:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee0a78187a6bba013153e3a57c9dad86a0e71eb6\" rel=\"nofollow\">stop using kotlin in buildSrc</a> - Jared - Tue Aug 2 02:47:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a8ef2f218cefd84a531616fd8679146c729c7cd\" rel=\"nofollow\">Hopefully fix build</a> - Jared - Tue Aug 2 02:38:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/25f05ea16b22538c91696e2a502dc2dba52f1b56\" rel=\"nofollow\">fix small example issue</a> - Jared - Mon Aug 1 19:35:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39fbe88d4e8da2aa5379958add468a7104659099\" rel=\"nofollow\">Finish set of example scripts</a> - TheSilkMiner - Mon Aug 1 17:09:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b283f398a8ee8af87d85d80a5b7ff2f51ce2d6f0\" rel=\"nofollow\">Clarify why people would want to specify a name</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d36fc137d13090008fd1c9af2fb9289b29455eb8\" rel=\"nofollow\">Fix a couple of typos</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/afd824566df41519c1c5fa67bff08960ab8af70a\" rel=\"nofollow\">Fix NPE in TierSortingStruct</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2f609e0ce810765e327a22091342ecc0353ad96e\" rel=\"nofollow\">Fix tab references using the wrong ID</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5746e13ff91b0ddab5a6a6fb80dd151845cf338f\" rel=\"nofollow\">Fix nutrition checking the wrong value</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6d3d603481ee71f9e330cb2a4a0908daa36572c\" rel=\"nofollow\">Provide no block item warning in base class</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01ae1aaa47bc0e39aa752caa96ff93cf64f2166d\" rel=\"nofollow\">Mention where users can find help for resources</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5810514132bc87b00e54ce4b64a2b36691b7c0dc\" rel=\"nofollow\">Mention that the resource bracket is also retained</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1df96d6a240c59b7a81069dc0a7da3fdd94c9fb2\" rel=\"nofollow\">Fix Java being stupid in TrundleFS</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cbd35950f2f8c1f7458e87df615468932194c92e\" rel=\"nofollow\">fix some typos</a> - Jared - Fri Jul 29 18:46:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1e2962b3ddc305952a4e9467a77de81412d704fd\" rel=\"nofollow\">Add first set of vanilla content examples</a> - TheSilkMiner - Fri Jul 29 17:57:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8824f7547e0f33cbb9d67d28a4a0ef1a40df9786\" rel=\"nofollow\">Account for no food properties on items</a> - TheSilkMiner - Fri Jul 29 17:56:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4aa0ded41dc06a683fd0c3f403c8a28bfba5bae2\" rel=\"nofollow\">Fix some naming</a> - TheSilkMiner - Mon Jul 25 13:56:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/990e1928448112a071257e15ddbcd0e4c6d54319\" rel=\"nofollow\">Add first set of tutorial scripts</a> - TheSilkMiner - Mon Jul 25 13:53:34 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/06b05d2a80750a8239d77094e80e9f6513b03936\" rel=\"nofollow\">Follow conventions for factory methods</a> - TheSilkMiner - Mon Jul 25 13:53:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0632fa0cde334ec4289c6239a0ea928ec08236d1\" rel=\"nofollow\">Fix sorting being done in stupid ways, thanks Mojang</a> - TheSilkMiner - Mon Jul 25 13:48:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d026a50fd5a19d89320f95993ae8b7878d1e81b6\" rel=\"nofollow\">Allow references to reference everything</a> - TheSilkMiner - Mon Jul 25 13:47:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5985eee6106e0786e68db1fbd44aa111636c79d5\" rel=\"nofollow\">Allow marking of publishes as release or beta</a> - TheSilkMiner - Fri Jul 22 21:15:11 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/efa0a297bfcc27c98c32f70029123313e48825a0\" rel=\"nofollow\">Fix broken lighting on items</a> - TheSilkMiner - Fri Jul 22 21:10:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24a4dc2c3f2ed770d26b47323996c1c6fc6a8c8b\" rel=\"nofollow\">Rework Fabric registration to be on-time</a> - TheSilkMiner - Fri Jul 22 21:06:43 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/564cc4829e729d3fc6dbd2c44b4cfa0105f34997\" rel=\"nofollow\">Update Jenkinsfile</a> - Jared - Fri Jul 22 16:27:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f3231521fb6b854ce53f0c0d504ca2131cf0140b\" rel=\"nofollow\">Goodbye JEI, welcome REI</a> - TheSilkMiner - Fri Jul 22 15:11:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2027f634d6131244763e81cea105a45f8ebd2e18\" rel=\"nofollow\">Properly compile to ensure refmaps generate</a> - TheSilkMiner - Fri Jul 22 15:10:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44df4b302b23f250753759bca56b6e9401a9d79b\" rel=\"nofollow\">Properly implement resource loading on Fabric</a> - TheSilkMiner - Fri Jul 22 15:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1a32dc05211f59bdab4672b1eadc62a2a35da987\" rel=\"nofollow\">Make sure registration for CoT runs last</a> - TheSilkMiner - Fri Jul 22 15:08:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cf0391d11367d3adf8717fc4f5cd7882b9d45cb7\" rel=\"nofollow\">Do not override cloning requests in items</a> - TheSilkMiner - Thu Jul 21 14:49:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4450d8ca7b7ae07b3beac170374763f8c8513a86\" rel=\"nofollow\">Add possibility of dumping all resources to the file system</a> - TheSilkMiner - Thu Jul 21 14:37:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ecc9510164915240af101bd9a428a67fb60d47fa\" rel=\"nofollow\">Make API for BlockBuilder\'s empty loot table frendlier</a> - TheSilkMiner - Thu Jul 21 14:37:41 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e46bc8dda7ec1687a5f8f7886306d8ed4474a9ba\" rel=\"nofollow\">Fix various Mixin bits</a> - TheSilkMiner - Thu Jul 21 14:37:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3c1a5e7cd9416c734f40db1192d37cdba393f0d7\" rel=\"nofollow\">Fix version being specified wrongly in manifest</a> - TheSilkMiner - Thu Jul 21 14:36:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/901839a6acc09e87a689f507513b12598b20e7dc\" rel=\"nofollow\">Make it run again</a> - TheSilkMiner - Wed Jun 22 12:25:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02bbca3c5a055b7cd89664c3e905f198d81ebea4\" rel=\"nofollow\">Make it compile again</a> - TheSilkMiner - Wed Jun 22 12:18:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d7528451533e508f1c0a4b62f117743492d51adb\" rel=\"nofollow\">Set up multi-project and multi-sourceset Gradle configuration</a> - TheSilkMiner - Tue Jun 21 15:25:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/323320d14231573e4c564e0fbe349d4fa431067c\" rel=\"nofollow\">Remove unneeded beps</a> - TheSilkMiner - Tue Jun 21 12:09:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39eae6d7238e1bfd153db30765c12c622fc4eceb\" rel=\"nofollow\">Well, that\'s done</a> - TheSilkMiner - Tue Jun 21 12:08:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1b130fa5c3b2ad39e32d6bcecb60d03b14842a31\" rel=\"nofollow\">Remove staged action support as it is now unneeded</a> - TheSilkMiner - Tue Jun 21 12:07:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/536ef239e6c43a921f3f20d9a3bb66e003ccbf14\" rel=\"nofollow\">Rework entire API to use standalone object types and references</a> - TheSilkMiner - Tue Jun 21 12:07:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee080cc302951d1d3faa4e5966293e5936eb8089\" rel=\"nofollow\">Provide helper for automatic resolver-based dumping</a> - TheSilkMiner - Tue Jun 21 12:00:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92a0cf954da9161c59782a94e8d99ac8708a9e42\" rel=\"nofollow\">Move references to resolvers</a> - TheSilkMiner - Tue Jun 21 11:57:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ef48874e73c850c096d1438dbfeab43872592b6\" rel=\"nofollow\">Properly pass-through event</a> - TheSilkMiner - Tue Jun 21 11:56:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e3114e59932eff85308680f106d03c0a44c17ee1\" rel=\"nofollow\">Allow querying of block properties</a> - TheSilkMiner - Tue Jun 21 11:54:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2ce273c405930affdc872c2307b4bbcde03bede\" rel=\"nofollow\">Rework GameRegistry system to be more registry-like</a> - TheSilkMiner - Tue Jun 21 11:54:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c3b08fa6effe334b42a51ba886d1f02af89eec9\" rel=\"nofollow\">I think I can do this</a> - TheSilkMiner - Tue Jun 21 11:50:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a984d3e6c63abaddf84defb54568372a942108c6\" rel=\"nofollow\">Rework object resolvers into registry resolvers</a> - TheSilkMiner - Tue Jun 21 11:50:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78b676bee077fd124afcbc6b89c865c3d6887c7a\" rel=\"nofollow\">Move object types to API</a> - TheSilkMiner - Tue Jun 21 11:45:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eaf0268fc40b8ec83a7b06be01bf5698aefa548d\" rel=\"nofollow\">Add a more detailed toString output for holders</a> - TheSilkMiner - Mon Jun 20 15:13:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af0af3a2087964fccbcc3f120971d05e043e6368\" rel=\"nofollow\">Move from reflection to method handles in OFM</a> - TheSilkMiner - Mon Jun 20 12:10:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55ce6b9fae6c312612f9995c32cdd36f2936d043\" rel=\"nofollow\">Begin API rework to allow non-registry-backed object types</a> - TheSilkMiner - Sat Jun 18 16:35:54 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/154cd19a9dd252410946dcb1103a9f51fb7d85e5\" rel=\"nofollow\">Collapse metafactories into single classes</a> - TheSilkMiner - Sat Jun 18 15:47:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1933cc8ef0d2db08f8877e032e2185e74e9b9ce6\" rel=\"nofollow\">Remove \'Unknown\' as it makes no sense</a> - TheSilkMiner - Sat Jun 18 15:39:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6e947e97887b6be6e401af6ad675fae193e030d0\" rel=\"nofollow\">Fix wrong handling of paths in Runtime Pack</a> - TheSilkMiner - Sat Jun 18 15:28:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c1228596ccb10280adde9a6bc9f4421cb496701\" rel=\"nofollow\">Add possibility of custom tool creation</a> - TheSilkMiner - Sat Jun 18 15:28:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1777de35c9998628b3d73a24813b223244e13f5\" rel=\"nofollow\">Add block builders</a> - TheSilkMiner - Sat Jun 18 15:27:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12c56d61f6ee0ec2131ea99be6cb4e44f80009f9\" rel=\"nofollow\">Add registry for all sound types</a> - TheSilkMiner - Sat Jun 18 15:25:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5ce58ff4daac2e0b8d47b19436ce9e44410e7887\" rel=\"nofollow\">Remove item bracket dump as unused</a> - TheSilkMiner - Sat Jun 18 15:22:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91b845ffb519ac67da0dc8e2e80e2f8c24ecb30d\" rel=\"nofollow\">Add missed actions and natives</a> - TheSilkMiner - Sat Jun 18 15:21:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85e781ba70a071959b9d56351f21984324fd8c6e\" rel=\"nofollow\">Add sound type support</a> - TheSilkMiner - Sat Jun 18 15:20:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8b3238c892b8fe934ae15f97a73ae25a528512fa\" rel=\"nofollow\">Add Material support</a> - TheSilkMiner - Sat Jun 18 15:19:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a0eaba56e2a022eef064843101cbb1ecf5a6aeee\" rel=\"nofollow\">Add material color support</a> - TheSilkMiner - Sat Jun 18 15:18:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78c4471aa78edadf74c78afd62df4f524591b743\" rel=\"nofollow\">Prevent access of properties from ZenCode</a> - TheSilkMiner - Sat Jun 18 15:14:57 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b6372da287161f37fbe6f09a1c6e53094f40f7be\" rel=\"nofollow\">Allow no-dumper custom brackets</a> - TheSilkMiner - Sat Jun 18 15:14:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e714eaeabfe2cdf848a8f597bae117213d33ed45\" rel=\"nofollow\">Add resource bracket expression</a> - TheSilkMiner - Sat Jun 18 15:12:53 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f80319ae33e659559b9633ded0d0247515d8418d\" rel=\"nofollow\">Add additional logging for better debugging</a> - TheSilkMiner - Sat Jun 18 15:11:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5ad22c67127b12d93ce785a52212f62f52916b1\" rel=\"nofollow\">Move Tier Registry to API</a> - TheSilkMiner - Sat Jun 18 15:11:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4531925d26321d549d5be6adb1c68fbbcac498f9\" rel=\"nofollow\">Add sound event support</a> - TheSilkMiner - Sat Jun 4 15:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d62f2bdac669f8534d3e37dfc7106c3f35e2c2fd\" rel=\"nofollow\">Rework tab and tier creation to be delayed</a> - TheSilkMiner - Tue May 31 15:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/443d10a7f27367fae8f104fbcd8f6c20b1ca2c4f\" rel=\"nofollow\">Add complete tool set</a> - TheSilkMiner - Mon May 30 14:49:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fc35cf3a58a2151454fb1854d7210673b1ffabc1\" rel=\"nofollow\">Fully implement pickaxe textures</a> - TheSilkMiner - Sun May 29 12:46:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889cc1bf69ffd6c27739d615129631455fed07a6\" rel=\"nofollow\">[WIP/Not Working] Add framework to add custom tools</a> - TheSilkMiner - Sat May 28 15:02:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e4781d52f9518c1e848be6946531effc7901939a\" rel=\"nofollow\">Implement <code><tooltype></code> bracket handler on both loaders</a> - TheSilkMiner - Sat May 28 15:01:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889b2a4a85b31e800059367eabceb52fcb26f2bc\" rel=\"nofollow\">Provide better conventional name</a> - TheSilkMiner - Sat May 28 14:59:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa84b3a249d223b66e1ecdddeb6861468040f335\" rel=\"nofollow\">Fix optionals being untyped</a> - TheSilkMiner - Sat May 28 14:59:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c6a453357b51506cef4880fd45dd08940144137\" rel=\"nofollow\">Provide better default names</a> - TheSilkMiner - Sat May 28 14:58:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98ef974f66118ab10e428d5c23be775de1463cc5\" rel=\"nofollow\">Show CoT plugins in CT log for better diagnosis</a> - TheSilkMiner - Sat May 28 14:57:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa447303425087564ab998c57d8d6dad21708056\" rel=\"nofollow\">Add translations</a> - TheSilkMiner - Fri May 27 16:42:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a15a24e5614de7a21a88f4cf9966c7580cc4693\" rel=\"nofollow\">Fix Trundle DS resolving paths from root instead of parent</a> - TheSilkMiner - Fri May 27 16:41:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52b9523f1ed118ed27ac518bf4876cd70dd3bae7\" rel=\"nofollow\">Add command to dump generated resources to log</a> - TheSilkMiner - Fri May 27 16:41:04 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d1ebd355586e1194a65431859d00453e673af80\" rel=\"nofollow\">Fix Trundle Path not properly resolving <code>/</code></a> - TheSilkMiner - Fri May 27 16:40:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8821bb7afb74953774d16396e76c96614e9f458a\" rel=\"nofollow\">Refactor item builders</a> - TheSilkMiner - Fri May 27 15:33:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db63b41a53734dd3b338f586f7f1a7972dffa7dc\" rel=\"nofollow\">Expose Tiers, for future tool builder</a> - TheSilkMiner - Fri May 27 15:31:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/48978bef317ae2b28696535a212b98e9bbc6838f\" rel=\"nofollow\">Change missing textures</a> - TheSilkMiner - Wed May 25 13:37:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7c47f986fd69b40bce31e509a9e362d7501792a4\" rel=\"nofollow\">Add basic item texture template</a> - TheSilkMiner - Tue May 24 21:17:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/03787bd9afa75ad9dfb09a08d0b1d43897abe1c8\" rel=\"nofollow\">Generate language entry for creative tab</a> - TheSilkMiner - Tue May 24 21:16:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ec4abd519d0b076b2119590e46908fbf6f91a099\" rel=\"nofollow\">Rework templates not to require a helper</a> - TheSilkMiner - Tue May 24 21:15:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2625365c43c6ee50855d47219936f7eb833843\" rel=\"nofollow\">Add template factory to help with template provisioning</a> - TheSilkMiner - Mon May 23 21:26:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/722484125f33bc7310ea26f669a7a070792e5f5e\" rel=\"nofollow\">Convert registration to actions</a> - TheSilkMiner - Mon May 23 21:25:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01d5838879794f1c77ee718d65c4eeb7c3df9c47\" rel=\"nofollow\">Add providers for common elements</a> - TheSilkMiner - Mon May 23 17:13:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b9ad959118cd2686620273b4ec9f5951e23ac977\" rel=\"nofollow\">Fix providing a resource causing FS finalization</a> - TheSilkMiner - Mon May 23 17:03:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db0581ef1518f960f727aea6fd133671bd77094\" rel=\"nofollow\">Follow PECS for resource serializers</a> - TheSilkMiner - Mon May 23 13:33:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d8031dc9b860c9571025db4287b5c5711a70168d\" rel=\"nofollow\">Allow providing of alterable resources</a> - TheSilkMiner - Mon May 23 12:03:25 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e91d6681ff230ac2174bcda25a75837e5d0ec6af\" rel=\"nofollow\">Add first rendition of item builders</a> - TheSilkMiner - Sat May 21 16:09:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9efb8754b6ca1263b3aed83c820cce35f19f4f88\" rel=\"nofollow\">Provide ability to reference item properties</a> - TheSilkMiner - Sat May 21 16:09:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7340ffe590181018a7dd596b7a9f8d1c4e79d8bb\" rel=\"nofollow\">Add forgotten natives</a> - TheSilkMiner - Sat May 21 16:09:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dfb8968c08ae7cc9b0af9899c50b396d9b37f83b\" rel=\"nofollow\">Add custom creative tab API</a> - TheSilkMiner - Sat May 21 16:09:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1fa8618cad8a71598ef8361901ebba25f62ff98b\" rel=\"nofollow\">Add ability to reference and create items</a> - TheSilkMiner - Sat May 21 16:07:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2cd356b4251123f26706ef2082b1d84bb2403be\" rel=\"nofollow\">Fix trying to write inside non-existent directories</a> - TheSilkMiner - Sat May 21 16:03:36 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e4a3777ed6ae2e4bd59f23bd85c21b2b9e958dc\" rel=\"nofollow\">Fix resolution and relativization when in root or empty context</a> - TheSilkMiner - Sat May 21 16:03:14 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a8c8436d994f63177cdb9d9a46af0783ed20f8b9\" rel=\"nofollow\">Fix subpath implementing [begin, end] logic</a> - TheSilkMiner - Sat May 21 16:01:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/34073baf41f971254f3c742e13f2b6b89ede0294\" rel=\"nofollow\">Fix eliding of root marker in root paths</a> - TheSilkMiner - Sat May 21 16:00:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db17b54efc22d241a6b3a539dddc4f9144f8794d\" rel=\"nofollow\">Provide identifier for all ContentTweaker actions</a> - TheSilkMiner - Sat May 21 15:59:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0594a154df5fc3319838c54d7f73c3e98fc34d98\" rel=\"nofollow\">Fix duplicates due to incorrect Gradle configuration</a> - TheSilkMiner - Sat May 21 15:58:46 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ef51045b6890d17a8310e4de6497b463cd411300\" rel=\"nofollow\">Provide factory method to create object holders</a> - TheSilkMiner - Sat May 21 15:57:45 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b7c902a388ced41b35099e41e7bb21f2051b9929\" rel=\"nofollow\">Fix crash when attempting to resolve root path</a> - TheSilkMiner - Sat May 21 15:57:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dcba2b1a1e5b647f946023c682ebce7ce93fed36\" rel=\"nofollow\">Cache reference lookups</a> - TheSilkMiner - Sat May 21 15:56:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3aa57137ada6f9babac137fbb362fae692d2e709\" rel=\"nofollow\">Avoid repeated creation of useless heavy objects</a> - TheSilkMiner - Sat May 21 15:55:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e9c1844e894957503f086edec3e37d586aff8cf0\" rel=\"nofollow\">Fix channel being set to append mode when not asked to</a> - TheSilkMiner - Sat May 21 15:54:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cdbc2321639e2c7d3ce89f87cd60194933cb6892\" rel=\"nofollow\">Minor alterations to object types string conversion</a> - TheSilkMiner - Sat May 21 15:54:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb9b9b2cc287d4e5ada6fce56c87364bdea3a3e\" rel=\"nofollow\">Set Javadoc to generate with UTF-8 encoding</a> - TheSilkMiner - Sat May 21 15:53:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d063d1c6d79c81ab73fa244c45ddc9aaa57d44ee\" rel=\"nofollow\">Account for attempting to create abstract classes</a> - TheSilkMiner - Sat May 21 15:53:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/733d6dbea0c6bc261e4c382f4a31b31855cb9d78\" rel=\"nofollow\">Provide more descriptive name for pack</a> - TheSilkMiner - Sat May 21 15:52:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7228df52f2a89133a532da6f5085bc44c486da8\" rel=\"nofollow\">Load repositories on Forge</a> - TheSilkMiner - Wed May 18 11:49:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/17997775caeb1fdc12115df716df260700b127c8\" rel=\"nofollow\">Add user-level pack repository source</a> - TheSilkMiner - Wed May 18 11:49:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8fa40f8bc554ce3d1a7afe2633c54fb28724c50b\" rel=\"nofollow\">Leverage game-provided pack version</a> - TheSilkMiner - Wed May 18 11:48:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/83bd675285f13a6ae753fe2d05f852f2e8c459c5\" rel=\"nofollow\">Provide game directory access</a> - TheSilkMiner - Wed May 18 11:47:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0d621ec14040df0f990d89c1cb6200dd5a061020\" rel=\"nofollow\">Provide utility to create instances from generics</a> - TheSilkMiner - Tue May 17 14:27:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a68dad09c4a4e48cb3eaca49ad27c4de423ad9c1\" rel=\"nofollow\">Rework resource API to build file system directly</a> - TheSilkMiner - Tue May 17 12:30:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4333bcba481c6b2b7c9000f8f4a9bd7c82dc9a16\" rel=\"nofollow\">Provide first draft of resource API</a> - TheSilkMiner - Mon May 16 21:04:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d37b7417975fd3ead4e303c51b4488702a7f7fd7\" rel=\"nofollow\">Implement reference to unknown</a> - TheSilkMiner - Fri May 6 23:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eb7e85347ebc7a737bcb4eaf85c61163b627d91d\" rel=\"nofollow\">Split Unknown and UnknownFactory for upcoming reference</a> - TheSilkMiner - Fri May 6 23:09:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa5dd3d6660ddd55c8b38f792fde908fa5d005e2\" rel=\"nofollow\">Avoid warnings with GameData on registration</a> - TheSilkMiner - Fri May 6 23:08:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9be56d4e46687d36b6b1aff558ef9a45ab03a0c8\" rel=\"nofollow\">Implement Reference factories for additional support</a> - TheSilkMiner - Fri May 6 23:08:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e548408b813f5e4e8d10a1898e3ea94e0710ec8\" rel=\"nofollow\">Move zen constants to API</a> - TheSilkMiner - Fri May 6 23:04:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/76e2fc25e200553f32d10e97414988bd17f9a455\" rel=\"nofollow\">Rework ObjectType to allow Unknown and be easier</a> - TheSilkMiner - Wed May 4 12:44:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/322191898b8e53e1d30f0ed9d50a023c5f6c59eb\" rel=\"nofollow\">Rename slightly methods to be more in-line</a> - TheSilkMiner - Tue May 3 13:41:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cabfb53e4370d64acb967cd6eb10ee51619ba97d\" rel=\"nofollow\">Remove registry validation in Factory BEP</a> - TheSilkMiner - Tue May 3 13:27:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ae219428ec5d61afce93afff8d7c791c702e75fd\" rel=\"nofollow\">Move ReferenceExpression to API for more usage</a> - TheSilkMiner - Tue May 3 13:16:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6adffa22fae7795071593c7c68e1023139b0a3ea\" rel=\"nofollow\">Allow more type-specific references in RMF</a> - TheSilkMiner - Tue May 3 11:45:00 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/70b9adcea53f57120fdb9b6bd62c61b8e561a9f0\" rel=\"nofollow\">Move metafactories into rt package</a> - TheSilkMiner - Tue May 3 11:17:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c257f21b96e771334ca1080b925419c4170d2151\" rel=\"nofollow\">Add WIP Reference bracket handler</a> - TheSilkMiner - Tue May 3 11:11:35 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52c4bb945ae2030ba4889580cf9b728e47a26328\" rel=\"nofollow\">Add initial implementation for content registration</a> - TheSilkMiner - Tue May 3 11:10:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23ad6de86f91df51d7864c927dbc5abb8213c129\" rel=\"nofollow\">Move helper functions to BracketHelper</a> - TheSilkMiner - Tue May 3 11:06:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2ab08c31e8c8d91f69a0f2066b86d2a32e0c1666\" rel=\"nofollow\">Fix Unknown being registered on the wrong loader</a> - TheSilkMiner - Tue May 3 11:04:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af61d42bc1d66d297bced786f9b80ab0f8b81f47\" rel=\"nofollow\">Allow CoT plugins to register custom brackets</a> - TheSilkMiner - Tue May 3 11:03:32 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c886b42e760f73e088696bfec90238f3b2f4f8e5\" rel=\"nofollow\">Use InstantiationUtil</a> - TheSilkMiner - Tue Apr 26 11:20:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/94c6a64af038a48f1db7650914fbbb006fcf443f\" rel=\"nofollow\">Move to CurseForgeGradle</a> - TheSilkMiner - Tue Apr 26 11:19:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee1012a7282021f81497347a7347887f0c71ea81\" rel=\"nofollow\">Add missed dumping for factories</a> - TheSilkMiner - Mon Apr 25 14:33:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23387ee22d66ea3eada7b2b27e20f39226a13493\" rel=\"nofollow\">Skeleton for 1.18 ContentTweaker</a> - TheSilkMiner - Mon Apr 25 14:29:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/37d2646d606fff205bf517ba6f14acb9b16cde6b\" rel=\"nofollow\">Workaround IntelliJ Idea 2022.1 bug</a> - TheSilkMiner - Wed Apr 13 09:50:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7850440280b09003874866830a3388c9e1f5aed\" rel=\"nofollow\">Fix loading on Fabric</a> - TheSilkMiner - Wed Apr 13 09:50:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/759c32363b55e174c904be19bab6de0e7debf775\" rel=\"nofollow\">Update to 1.18.2</a> - TheSilkMiner - Mon Apr 11 10:14:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/775a1f97d3758f7b49f9d2eec338822389ba9897\" rel=\"nofollow\">Set up workspace for 1.18 port</a> - TheSilkMiner - Tue Jan 11 20:40:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8060c7f8dd2880484d83a4f5e4587ea904b2a452\" rel=\"nofollow\">add support for setting if a block is transparent</a> - Jared - Sat Jan 1 14:55:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b077acd9d25ca052154e0c2164b5b3c9f7ab6f75\" rel=\"nofollow\">Add support for custom glass blocks</a> - Jared - Sat Jan 1 13:57:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3d625d34b3729e6f8da56e26464348d90e5f708c\" rel=\"nofollow\">update CrT to resolve issues</a> - youyihj - Fri Dec 3 17:26:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec2966793dc560da59d86139482cd08f56a1143\" rel=\"nofollow\">don\'t export deprecated class</a> - youyihj - Fri Dec 3 17:21:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dc525a391e28172cd312eea577aa86b1ec38787f\" rel=\"nofollow\">expanding ItemGroup</a> - youyihj - Mon Sep 27 12:52:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ef7f54d4c398a22fd31f9f44c14566733bfe86f\" rel=\"nofollow\">item group support</a> - youyihj - Tue Aug 24 14:01:00 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0+5支持游戏: 1.18.2类型:ForgeBeta下载次数: 67ContentTweaker-forge-1.18.2-1.0.0+4ContentTweaker-forge-1.18.2-1.0.0+4.jar下载1.0.0+4#Beta<h3>Current version: 1.0.0+4</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f36f464b0a64e6687d4adef78b5e3e668e74e98c\" rel=\"nofollow\">use the correct version when uploading to CF</a> - Jared - Tue Aug 2 02:57:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee0a78187a6bba013153e3a57c9dad86a0e71eb6\" rel=\"nofollow\">stop using kotlin in buildSrc</a> - Jared - Tue Aug 2 02:47:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a8ef2f218cefd84a531616fd8679146c729c7cd\" rel=\"nofollow\">Hopefully fix build</a> - Jared - Tue Aug 2 02:38:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/25f05ea16b22538c91696e2a502dc2dba52f1b56\" rel=\"nofollow\">fix small example issue</a> - Jared - Mon Aug 1 19:35:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39fbe88d4e8da2aa5379958add468a7104659099\" rel=\"nofollow\">Finish set of example scripts</a> - TheSilkMiner - Mon Aug 1 17:09:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b283f398a8ee8af87d85d80a5b7ff2f51ce2d6f0\" rel=\"nofollow\">Clarify why people would want to specify a name</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d36fc137d13090008fd1c9af2fb9289b29455eb8\" rel=\"nofollow\">Fix a couple of typos</a> - TheSilkMiner - Mon Aug 1 17:09:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/afd824566df41519c1c5fa67bff08960ab8af70a\" rel=\"nofollow\">Fix NPE in TierSortingStruct</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2f609e0ce810765e327a22091342ecc0353ad96e\" rel=\"nofollow\">Fix tab references using the wrong ID</a> - TheSilkMiner - Mon Aug 1 17:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5746e13ff91b0ddab5a6a6fb80dd151845cf338f\" rel=\"nofollow\">Fix nutrition checking the wrong value</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6d3d603481ee71f9e330cb2a4a0908daa36572c\" rel=\"nofollow\">Provide no block item warning in base class</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01ae1aaa47bc0e39aa752caa96ff93cf64f2166d\" rel=\"nofollow\">Mention where users can find help for resources</a> - TheSilkMiner - Mon Aug 1 17:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5810514132bc87b00e54ce4b64a2b36691b7c0dc\" rel=\"nofollow\">Mention that the resource bracket is also retained</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1df96d6a240c59b7a81069dc0a7da3fdd94c9fb2\" rel=\"nofollow\">Fix Java being stupid in TrundleFS</a> - TheSilkMiner - Mon Aug 1 17:09:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cbd35950f2f8c1f7458e87df615468932194c92e\" rel=\"nofollow\">fix some typos</a> - Jared - Fri Jul 29 18:46:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1e2962b3ddc305952a4e9467a77de81412d704fd\" rel=\"nofollow\">Add first set of vanilla content examples</a> - TheSilkMiner - Fri Jul 29 17:57:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8824f7547e0f33cbb9d67d28a4a0ef1a40df9786\" rel=\"nofollow\">Account for no food properties on items</a> - TheSilkMiner - Fri Jul 29 17:56:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4aa0ded41dc06a683fd0c3f403c8a28bfba5bae2\" rel=\"nofollow\">Fix some naming</a> - TheSilkMiner - Mon Jul 25 13:56:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/990e1928448112a071257e15ddbcd0e4c6d54319\" rel=\"nofollow\">Add first set of tutorial scripts</a> - TheSilkMiner - Mon Jul 25 13:53:34 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/06b05d2a80750a8239d77094e80e9f6513b03936\" rel=\"nofollow\">Follow conventions for factory methods</a> - TheSilkMiner - Mon Jul 25 13:53:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0632fa0cde334ec4289c6239a0ea928ec08236d1\" rel=\"nofollow\">Fix sorting being done in stupid ways, thanks Mojang</a> - TheSilkMiner - Mon Jul 25 13:48:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d026a50fd5a19d89320f95993ae8b7878d1e81b6\" rel=\"nofollow\">Allow references to reference everything</a> - TheSilkMiner - Mon Jul 25 13:47:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5985eee6106e0786e68db1fbd44aa111636c79d5\" rel=\"nofollow\">Allow marking of publishes as release or beta</a> - TheSilkMiner - Fri Jul 22 21:15:11 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/efa0a297bfcc27c98c32f70029123313e48825a0\" rel=\"nofollow\">Fix broken lighting on items</a> - TheSilkMiner - Fri Jul 22 21:10:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24a4dc2c3f2ed770d26b47323996c1c6fc6a8c8b\" rel=\"nofollow\">Rework Fabric registration to be on-time</a> - TheSilkMiner - Fri Jul 22 21:06:43 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/564cc4829e729d3fc6dbd2c44b4cfa0105f34997\" rel=\"nofollow\">Update Jenkinsfile</a> - Jared - Fri Jul 22 16:27:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f3231521fb6b854ce53f0c0d504ca2131cf0140b\" rel=\"nofollow\">Goodbye JEI, welcome REI</a> - TheSilkMiner - Fri Jul 22 15:11:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2027f634d6131244763e81cea105a45f8ebd2e18\" rel=\"nofollow\">Properly compile to ensure refmaps generate</a> - TheSilkMiner - Fri Jul 22 15:10:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44df4b302b23f250753759bca56b6e9401a9d79b\" rel=\"nofollow\">Properly implement resource loading on Fabric</a> - TheSilkMiner - Fri Jul 22 15:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1a32dc05211f59bdab4672b1eadc62a2a35da987\" rel=\"nofollow\">Make sure registration for CoT runs last</a> - TheSilkMiner - Fri Jul 22 15:08:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cf0391d11367d3adf8717fc4f5cd7882b9d45cb7\" rel=\"nofollow\">Do not override cloning requests in items</a> - TheSilkMiner - Thu Jul 21 14:49:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4450d8ca7b7ae07b3beac170374763f8c8513a86\" rel=\"nofollow\">Add possibility of dumping all resources to the file system</a> - TheSilkMiner - Thu Jul 21 14:37:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ecc9510164915240af101bd9a428a67fb60d47fa\" rel=\"nofollow\">Make API for BlockBuilder\'s empty loot table frendlier</a> - TheSilkMiner - Thu Jul 21 14:37:41 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e46bc8dda7ec1687a5f8f7886306d8ed4474a9ba\" rel=\"nofollow\">Fix various Mixin bits</a> - TheSilkMiner - Thu Jul 21 14:37:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3c1a5e7cd9416c734f40db1192d37cdba393f0d7\" rel=\"nofollow\">Fix version being specified wrongly in manifest</a> - TheSilkMiner - Thu Jul 21 14:36:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/901839a6acc09e87a689f507513b12598b20e7dc\" rel=\"nofollow\">Make it run again</a> - TheSilkMiner - Wed Jun 22 12:25:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02bbca3c5a055b7cd89664c3e905f198d81ebea4\" rel=\"nofollow\">Make it compile again</a> - TheSilkMiner - Wed Jun 22 12:18:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d7528451533e508f1c0a4b62f117743492d51adb\" rel=\"nofollow\">Set up multi-project and multi-sourceset Gradle configuration</a> - TheSilkMiner - Tue Jun 21 15:25:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/323320d14231573e4c564e0fbe349d4fa431067c\" rel=\"nofollow\">Remove unneeded beps</a> - TheSilkMiner - Tue Jun 21 12:09:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/39eae6d7238e1bfd153db30765c12c622fc4eceb\" rel=\"nofollow\">Well, that\'s done</a> - TheSilkMiner - Tue Jun 21 12:08:16 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1b130fa5c3b2ad39e32d6bcecb60d03b14842a31\" rel=\"nofollow\">Remove staged action support as it is now unneeded</a> - TheSilkMiner - Tue Jun 21 12:07:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/536ef239e6c43a921f3f20d9a3bb66e003ccbf14\" rel=\"nofollow\">Rework entire API to use standalone object types and references</a> - TheSilkMiner - Tue Jun 21 12:07:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee080cc302951d1d3faa4e5966293e5936eb8089\" rel=\"nofollow\">Provide helper for automatic resolver-based dumping</a> - TheSilkMiner - Tue Jun 21 12:00:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92a0cf954da9161c59782a94e8d99ac8708a9e42\" rel=\"nofollow\">Move references to resolvers</a> - TheSilkMiner - Tue Jun 21 11:57:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ef48874e73c850c096d1438dbfeab43872592b6\" rel=\"nofollow\">Properly pass-through event</a> - TheSilkMiner - Tue Jun 21 11:56:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e3114e59932eff85308680f106d03c0a44c17ee1\" rel=\"nofollow\">Allow querying of block properties</a> - TheSilkMiner - Tue Jun 21 11:54:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2ce273c405930affdc872c2307b4bbcde03bede\" rel=\"nofollow\">Rework GameRegistry system to be more registry-like</a> - TheSilkMiner - Tue Jun 21 11:54:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c3b08fa6effe334b42a51ba886d1f02af89eec9\" rel=\"nofollow\">I think I can do this</a> - TheSilkMiner - Tue Jun 21 11:50:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a984d3e6c63abaddf84defb54568372a942108c6\" rel=\"nofollow\">Rework object resolvers into registry resolvers</a> - TheSilkMiner - Tue Jun 21 11:50:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78b676bee077fd124afcbc6b89c865c3d6887c7a\" rel=\"nofollow\">Move object types to API</a> - TheSilkMiner - Tue Jun 21 11:45:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eaf0268fc40b8ec83a7b06be01bf5698aefa548d\" rel=\"nofollow\">Add a more detailed toString output for holders</a> - TheSilkMiner - Mon Jun 20 15:13:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af0af3a2087964fccbcc3f120971d05e043e6368\" rel=\"nofollow\">Move from reflection to method handles in OFM</a> - TheSilkMiner - Mon Jun 20 12:10:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55ce6b9fae6c312612f9995c32cdd36f2936d043\" rel=\"nofollow\">Begin API rework to allow non-registry-backed object types</a> - TheSilkMiner - Sat Jun 18 16:35:54 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/154cd19a9dd252410946dcb1103a9f51fb7d85e5\" rel=\"nofollow\">Collapse metafactories into single classes</a> - TheSilkMiner - Sat Jun 18 15:47:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1933cc8ef0d2db08f8877e032e2185e74e9b9ce6\" rel=\"nofollow\">Remove \'Unknown\' as it makes no sense</a> - TheSilkMiner - Sat Jun 18 15:39:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6e947e97887b6be6e401af6ad675fae193e030d0\" rel=\"nofollow\">Fix wrong handling of paths in Runtime Pack</a> - TheSilkMiner - Sat Jun 18 15:28:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c1228596ccb10280adde9a6bc9f4421cb496701\" rel=\"nofollow\">Add possibility of custom tool creation</a> - TheSilkMiner - Sat Jun 18 15:28:15 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1777de35c9998628b3d73a24813b223244e13f5\" rel=\"nofollow\">Add block builders</a> - TheSilkMiner - Sat Jun 18 15:27:58 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12c56d61f6ee0ec2131ea99be6cb4e44f80009f9\" rel=\"nofollow\">Add registry for all sound types</a> - TheSilkMiner - Sat Jun 18 15:25:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5ce58ff4daac2e0b8d47b19436ce9e44410e7887\" rel=\"nofollow\">Remove item bracket dump as unused</a> - TheSilkMiner - Sat Jun 18 15:22:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91b845ffb519ac67da0dc8e2e80e2f8c24ecb30d\" rel=\"nofollow\">Add missed actions and natives</a> - TheSilkMiner - Sat Jun 18 15:21:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85e781ba70a071959b9d56351f21984324fd8c6e\" rel=\"nofollow\">Add sound type support</a> - TheSilkMiner - Sat Jun 18 15:20:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8b3238c892b8fe934ae15f97a73ae25a528512fa\" rel=\"nofollow\">Add Material support</a> - TheSilkMiner - Sat Jun 18 15:19:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a0eaba56e2a022eef064843101cbb1ecf5a6aeee\" rel=\"nofollow\">Add material color support</a> - TheSilkMiner - Sat Jun 18 15:18:27 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78c4471aa78edadf74c78afd62df4f524591b743\" rel=\"nofollow\">Prevent access of properties from ZenCode</a> - TheSilkMiner - Sat Jun 18 15:14:57 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b6372da287161f37fbe6f09a1c6e53094f40f7be\" rel=\"nofollow\">Allow no-dumper custom brackets</a> - TheSilkMiner - Sat Jun 18 15:14:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e714eaeabfe2cdf848a8f597bae117213d33ed45\" rel=\"nofollow\">Add resource bracket expression</a> - TheSilkMiner - Sat Jun 18 15:12:53 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f80319ae33e659559b9633ded0d0247515d8418d\" rel=\"nofollow\">Add additional logging for better debugging</a> - TheSilkMiner - Sat Jun 18 15:11:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5ad22c67127b12d93ce785a52212f62f52916b1\" rel=\"nofollow\">Move Tier Registry to API</a> - TheSilkMiner - Sat Jun 18 15:11:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4531925d26321d549d5be6adb1c68fbbcac498f9\" rel=\"nofollow\">Add sound event support</a> - TheSilkMiner - Sat Jun 4 15:09:29 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d62f2bdac669f8534d3e37dfc7106c3f35e2c2fd\" rel=\"nofollow\">Rework tab and tier creation to be delayed</a> - TheSilkMiner - Tue May 31 15:09:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/443d10a7f27367fae8f104fbcd8f6c20b1ca2c4f\" rel=\"nofollow\">Add complete tool set</a> - TheSilkMiner - Mon May 30 14:49:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fc35cf3a58a2151454fb1854d7210673b1ffabc1\" rel=\"nofollow\">Fully implement pickaxe textures</a> - TheSilkMiner - Sun May 29 12:46:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889cc1bf69ffd6c27739d615129631455fed07a6\" rel=\"nofollow\">[WIP/Not Working] Add framework to add custom tools</a> - TheSilkMiner - Sat May 28 15:02:18 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e4781d52f9518c1e848be6946531effc7901939a\" rel=\"nofollow\">Implement <code><tooltype></code> bracket handler on both loaders</a> - TheSilkMiner - Sat May 28 15:01:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/889b2a4a85b31e800059367eabceb52fcb26f2bc\" rel=\"nofollow\">Provide better conventional name</a> - TheSilkMiner - Sat May 28 14:59:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa84b3a249d223b66e1ecdddeb6861468040f335\" rel=\"nofollow\">Fix optionals being untyped</a> - TheSilkMiner - Sat May 28 14:59:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1c6a453357b51506cef4880fd45dd08940144137\" rel=\"nofollow\">Provide better default names</a> - TheSilkMiner - Sat May 28 14:58:13 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98ef974f66118ab10e428d5c23be775de1463cc5\" rel=\"nofollow\">Show CoT plugins in CT log for better diagnosis</a> - TheSilkMiner - Sat May 28 14:57:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa447303425087564ab998c57d8d6dad21708056\" rel=\"nofollow\">Add translations</a> - TheSilkMiner - Fri May 27 16:42:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a15a24e5614de7a21a88f4cf9966c7580cc4693\" rel=\"nofollow\">Fix Trundle DS resolving paths from root instead of parent</a> - TheSilkMiner - Fri May 27 16:41:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52b9523f1ed118ed27ac518bf4876cd70dd3bae7\" rel=\"nofollow\">Add command to dump generated resources to log</a> - TheSilkMiner - Fri May 27 16:41:04 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d1ebd355586e1194a65431859d00453e673af80\" rel=\"nofollow\">Fix Trundle Path not properly resolving <code>/</code></a> - TheSilkMiner - Fri May 27 16:40:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8821bb7afb74953774d16396e76c96614e9f458a\" rel=\"nofollow\">Refactor item builders</a> - TheSilkMiner - Fri May 27 15:33:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db63b41a53734dd3b338f586f7f1a7972dffa7dc\" rel=\"nofollow\">Expose Tiers, for future tool builder</a> - TheSilkMiner - Fri May 27 15:31:59 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/48978bef317ae2b28696535a212b98e9bbc6838f\" rel=\"nofollow\">Change missing textures</a> - TheSilkMiner - Wed May 25 13:37:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7c47f986fd69b40bce31e509a9e362d7501792a4\" rel=\"nofollow\">Add basic item texture template</a> - TheSilkMiner - Tue May 24 21:17:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/03787bd9afa75ad9dfb09a08d0b1d43897abe1c8\" rel=\"nofollow\">Generate language entry for creative tab</a> - TheSilkMiner - Tue May 24 21:16:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ec4abd519d0b076b2119590e46908fbf6f91a099\" rel=\"nofollow\">Rework templates not to require a helper</a> - TheSilkMiner - Tue May 24 21:15:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2625365c43c6ee50855d47219936f7eb833843\" rel=\"nofollow\">Add template factory to help with template provisioning</a> - TheSilkMiner - Mon May 23 21:26:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/722484125f33bc7310ea26f669a7a070792e5f5e\" rel=\"nofollow\">Convert registration to actions</a> - TheSilkMiner - Mon May 23 21:25:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01d5838879794f1c77ee718d65c4eeb7c3df9c47\" rel=\"nofollow\">Add providers for common elements</a> - TheSilkMiner - Mon May 23 17:13:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b9ad959118cd2686620273b4ec9f5951e23ac977\" rel=\"nofollow\">Fix providing a resource causing FS finalization</a> - TheSilkMiner - Mon May 23 17:03:07 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db0581ef1518f960f727aea6fd133671bd77094\" rel=\"nofollow\">Follow PECS for resource serializers</a> - TheSilkMiner - Mon May 23 13:33:10 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d8031dc9b860c9571025db4287b5c5711a70168d\" rel=\"nofollow\">Allow providing of alterable resources</a> - TheSilkMiner - Mon May 23 12:03:25 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e91d6681ff230ac2174bcda25a75837e5d0ec6af\" rel=\"nofollow\">Add first rendition of item builders</a> - TheSilkMiner - Sat May 21 16:09:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9efb8754b6ca1263b3aed83c820cce35f19f4f88\" rel=\"nofollow\">Provide ability to reference item properties</a> - TheSilkMiner - Sat May 21 16:09:40 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7340ffe590181018a7dd596b7a9f8d1c4e79d8bb\" rel=\"nofollow\">Add forgotten natives</a> - TheSilkMiner - Sat May 21 16:09:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dfb8968c08ae7cc9b0af9899c50b396d9b37f83b\" rel=\"nofollow\">Add custom creative tab API</a> - TheSilkMiner - Sat May 21 16:09:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1fa8618cad8a71598ef8361901ebba25f62ff98b\" rel=\"nofollow\">Add ability to reference and create items</a> - TheSilkMiner - Sat May 21 16:07:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2cd356b4251123f26706ef2082b1d84bb2403be\" rel=\"nofollow\">Fix trying to write inside non-existent directories</a> - TheSilkMiner - Sat May 21 16:03:36 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e4a3777ed6ae2e4bd59f23bd85c21b2b9e958dc\" rel=\"nofollow\">Fix resolution and relativization when in root or empty context</a> - TheSilkMiner - Sat May 21 16:03:14 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a8c8436d994f63177cdb9d9a46af0783ed20f8b9\" rel=\"nofollow\">Fix subpath implementing [begin, end] logic</a> - TheSilkMiner - Sat May 21 16:01:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/34073baf41f971254f3c742e13f2b6b89ede0294\" rel=\"nofollow\">Fix eliding of root marker in root paths</a> - TheSilkMiner - Sat May 21 16:00:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db17b54efc22d241a6b3a539dddc4f9144f8794d\" rel=\"nofollow\">Provide identifier for all ContentTweaker actions</a> - TheSilkMiner - Sat May 21 15:59:42 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0594a154df5fc3319838c54d7f73c3e98fc34d98\" rel=\"nofollow\">Fix duplicates due to incorrect Gradle configuration</a> - TheSilkMiner - Sat May 21 15:58:46 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ef51045b6890d17a8310e4de6497b463cd411300\" rel=\"nofollow\">Provide factory method to create object holders</a> - TheSilkMiner - Sat May 21 15:57:45 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b7c902a388ced41b35099e41e7bb21f2051b9929\" rel=\"nofollow\">Fix crash when attempting to resolve root path</a> - TheSilkMiner - Sat May 21 15:57:26 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dcba2b1a1e5b647f946023c682ebce7ce93fed36\" rel=\"nofollow\">Cache reference lookups</a> - TheSilkMiner - Sat May 21 15:56:20 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3aa57137ada6f9babac137fbb362fae692d2e709\" rel=\"nofollow\">Avoid repeated creation of useless heavy objects</a> - TheSilkMiner - Sat May 21 15:55:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e9c1844e894957503f086edec3e37d586aff8cf0\" rel=\"nofollow\">Fix channel being set to append mode when not asked to</a> - TheSilkMiner - Sat May 21 15:54:52 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cdbc2321639e2c7d3ce89f87cd60194933cb6892\" rel=\"nofollow\">Minor alterations to object types string conversion</a> - TheSilkMiner - Sat May 21 15:54:08 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb9b9b2cc287d4e5ada6fce56c87364bdea3a3e\" rel=\"nofollow\">Set Javadoc to generate with UTF-8 encoding</a> - TheSilkMiner - Sat May 21 15:53:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d063d1c6d79c81ab73fa244c45ddc9aaa57d44ee\" rel=\"nofollow\">Account for attempting to create abstract classes</a> - TheSilkMiner - Sat May 21 15:53:06 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/733d6dbea0c6bc261e4c382f4a31b31855cb9d78\" rel=\"nofollow\">Provide more descriptive name for pack</a> - TheSilkMiner - Sat May 21 15:52:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7228df52f2a89133a532da6f5085bc44c486da8\" rel=\"nofollow\">Load repositories on Forge</a> - TheSilkMiner - Wed May 18 11:49:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/17997775caeb1fdc12115df716df260700b127c8\" rel=\"nofollow\">Add user-level pack repository source</a> - TheSilkMiner - Wed May 18 11:49:31 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8fa40f8bc554ce3d1a7afe2633c54fb28724c50b\" rel=\"nofollow\">Leverage game-provided pack version</a> - TheSilkMiner - Wed May 18 11:48:49 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/83bd675285f13a6ae753fe2d05f852f2e8c459c5\" rel=\"nofollow\">Provide game directory access</a> - TheSilkMiner - Wed May 18 11:47:39 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0d621ec14040df0f990d89c1cb6200dd5a061020\" rel=\"nofollow\">Provide utility to create instances from generics</a> - TheSilkMiner - Tue May 17 14:27:48 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a68dad09c4a4e48cb3eaca49ad27c4de423ad9c1\" rel=\"nofollow\">Rework resource API to build file system directly</a> - TheSilkMiner - Tue May 17 12:30:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4333bcba481c6b2b7c9000f8f4a9bd7c82dc9a16\" rel=\"nofollow\">Provide first draft of resource API</a> - TheSilkMiner - Mon May 16 21:04:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d37b7417975fd3ead4e303c51b4488702a7f7fd7\" rel=\"nofollow\">Implement reference to unknown</a> - TheSilkMiner - Fri May 6 23:09:37 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/eb7e85347ebc7a737bcb4eaf85c61163b627d91d\" rel=\"nofollow\">Split Unknown and UnknownFactory for upcoming reference</a> - TheSilkMiner - Fri May 6 23:09:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa5dd3d6660ddd55c8b38f792fde908fa5d005e2\" rel=\"nofollow\">Avoid warnings with GameData on registration</a> - TheSilkMiner - Fri May 6 23:08:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9be56d4e46687d36b6b1aff558ef9a45ab03a0c8\" rel=\"nofollow\">Implement Reference factories for additional support</a> - TheSilkMiner - Fri May 6 23:08:19 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7e548408b813f5e4e8d10a1898e3ea94e0710ec8\" rel=\"nofollow\">Move zen constants to API</a> - TheSilkMiner - Fri May 6 23:04:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/76e2fc25e200553f32d10e97414988bd17f9a455\" rel=\"nofollow\">Rework ObjectType to allow Unknown and be easier</a> - TheSilkMiner - Wed May 4 12:44:01 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/322191898b8e53e1d30f0ed9d50a023c5f6c59eb\" rel=\"nofollow\">Rename slightly methods to be more in-line</a> - TheSilkMiner - Tue May 3 13:41:30 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cabfb53e4370d64acb967cd6eb10ee51619ba97d\" rel=\"nofollow\">Remove registry validation in Factory BEP</a> - TheSilkMiner - Tue May 3 13:27:24 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ae219428ec5d61afce93afff8d7c791c702e75fd\" rel=\"nofollow\">Move ReferenceExpression to API for more usage</a> - TheSilkMiner - Tue May 3 13:16:28 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6adffa22fae7795071593c7c68e1023139b0a3ea\" rel=\"nofollow\">Allow more type-specific references in RMF</a> - TheSilkMiner - Tue May 3 11:45:00 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/70b9adcea53f57120fdb9b6bd62c61b8e561a9f0\" rel=\"nofollow\">Move metafactories into rt package</a> - TheSilkMiner - Tue May 3 11:17:51 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c257f21b96e771334ca1080b925419c4170d2151\" rel=\"nofollow\">Add WIP Reference bracket handler</a> - TheSilkMiner - Tue May 3 11:11:35 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/52c4bb945ae2030ba4889580cf9b728e47a26328\" rel=\"nofollow\">Add initial implementation for content registration</a> - TheSilkMiner - Tue May 3 11:10:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23ad6de86f91df51d7864c927dbc5abb8213c129\" rel=\"nofollow\">Move helper functions to BracketHelper</a> - TheSilkMiner - Tue May 3 11:06:02 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2ab08c31e8c8d91f69a0f2066b86d2a32e0c1666\" rel=\"nofollow\">Fix Unknown being registered on the wrong loader</a> - TheSilkMiner - Tue May 3 11:04:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/af61d42bc1d66d297bced786f9b80ab0f8b81f47\" rel=\"nofollow\">Allow CoT plugins to register custom brackets</a> - TheSilkMiner - Tue May 3 11:03:32 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c886b42e760f73e088696bfec90238f3b2f4f8e5\" rel=\"nofollow\">Use InstantiationUtil</a> - TheSilkMiner - Tue Apr 26 11:20:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/94c6a64af038a48f1db7650914fbbb006fcf443f\" rel=\"nofollow\">Move to CurseForgeGradle</a> - TheSilkMiner - Tue Apr 26 11:19:47 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ee1012a7282021f81497347a7347887f0c71ea81\" rel=\"nofollow\">Add missed dumping for factories</a> - TheSilkMiner - Mon Apr 25 14:33:22 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/23387ee22d66ea3eada7b2b27e20f39226a13493\" rel=\"nofollow\">Skeleton for 1.18 ContentTweaker</a> - TheSilkMiner - Mon Apr 25 14:29:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/37d2646d606fff205bf517ba6f14acb9b16cde6b\" rel=\"nofollow\">Workaround IntelliJ Idea 2022.1 bug</a> - TheSilkMiner - Wed Apr 13 09:50:56 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a7850440280b09003874866830a3388c9e1f5aed\" rel=\"nofollow\">Fix loading on Fabric</a> - TheSilkMiner - Wed Apr 13 09:50:21 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/759c32363b55e174c904be19bab6de0e7debf775\" rel=\"nofollow\">Update to 1.18.2</a> - TheSilkMiner - Mon Apr 11 10:14:09 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/775a1f97d3758f7b49f9d2eec338822389ba9897\" rel=\"nofollow\">Set up workspace for 1.18 port</a> - TheSilkMiner - Tue Jan 11 20:40:03 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8060c7f8dd2880484d83a4f5e4587ea904b2a452\" rel=\"nofollow\">add support for setting if a block is transparent</a> - Jared - Sat Jan 1 14:55:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b077acd9d25ca052154e0c2164b5b3c9f7ab6f75\" rel=\"nofollow\">Add support for custom glass blocks</a> - Jared - Sat Jan 1 13:57:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3d625d34b3729e6f8da56e26464348d90e5f708c\" rel=\"nofollow\">update CrT to resolve issues</a> - youyihj - Fri Dec 3 17:26:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec2966793dc560da59d86139482cd08f56a1143\" rel=\"nofollow\">don\'t export deprecated class</a> - youyihj - Fri Dec 3 17:21:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dc525a391e28172cd312eea577aa86b1ec38787f\" rel=\"nofollow\">expanding ItemGroup</a> - youyihj - Mon Sep 27 12:52:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ef7f54d4c398a22fd31f9f44c14566733bfe86f\" rel=\"nofollow\">item group support</a> - youyihj - Tue Aug 24 14:01:00 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0+4支持游戏: 1.18.2类型:ForgeBeta下载次数: 66ContentTweaker-1.16-1.0.0.develop.36ContentTweaker-1.16-1.0.0.develop.36.jar下载1.0.0.develop.36#Release<h3>Current version: 1.0.0.36</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2b59ac32bed65044701dd844ca921daca64557f\" rel=\"nofollow\">add itemUseDuration</a> - youyihj - Mon May 2 03:48:12 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5d9bbe39b28a9059ada1dacc273b1389f25859c5\" rel=\"nofollow\">the function has a default value</a> - youyihj - Sun May 1 16:51:05 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8250297310ba60e67e84e5c5063e88f9645aca83\" rel=\"nofollow\">fix item use finish is not fired</a> - youyihj - Sun May 1 16:47:25 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c38be741b7b448bd78e7df580c1d5790a6fe2748\" rel=\"nofollow\">fix example mistakes</a> - youyihj - Fri Mar 18 13:45:17 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a7c6685f97dc27d35f28867c4df9f6e531d483f\" rel=\"nofollow\">add Item use action and Item use finish</a> - Jared - Tue Feb 15 15:06:36 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8060c7f8dd2880484d83a4f5e4587ea904b2a452\" rel=\"nofollow\">add support for setting if a block is transparent</a> - Jared - Sat Jan 1 14:55:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b077acd9d25ca052154e0c2164b5b3c9f7ab6f75\" rel=\"nofollow\">Add support for custom glass blocks</a> - Jared - Sat Jan 1 13:57:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3d625d34b3729e6f8da56e26464348d90e5f708c\" rel=\"nofollow\">update CrT to resolve issues</a> - youyihj - Fri Dec 3 17:26:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec2966793dc560da59d86139482cd08f56a1143\" rel=\"nofollow\">don\'t export deprecated class</a> - youyihj - Fri Dec 3 17:21:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dc525a391e28172cd312eea577aa86b1ec38787f\" rel=\"nofollow\">expanding ItemGroup</a> - youyihj - Mon Sep 27 12:52:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ef7f54d4c398a22fd31f9f44c14566733bfe86f\" rel=\"nofollow\">item group support</a> - youyihj - Tue Aug 24 14:01:00 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.36支持游戏: 1.16.5类型:ForgeRelease下载次数: 3,030ContentTweaker-1.16-1.0.0.develop.35ContentTweaker-1.16-1.0.0.develop.35.jar下载1.0.0.develop.35#Beta<h3>Current version: 1.0.0.35</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c38be741b7b448bd78e7df580c1d5790a6fe2748\" rel=\"nofollow\">fix example mistakes</a> - youyihj - Fri Mar 18 13:45:17 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a7c6685f97dc27d35f28867c4df9f6e531d483f\" rel=\"nofollow\">add Item use action and Item use finish</a> - Jared - Tue Feb 15 15:06:36 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8060c7f8dd2880484d83a4f5e4587ea904b2a452\" rel=\"nofollow\">add support for setting if a block is transparent</a> - Jared - Sat Jan 1 14:55:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b077acd9d25ca052154e0c2164b5b3c9f7ab6f75\" rel=\"nofollow\">Add support for custom glass blocks</a> - Jared - Sat Jan 1 13:57:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3d625d34b3729e6f8da56e26464348d90e5f708c\" rel=\"nofollow\">update CrT to resolve issues</a> - youyihj - Fri Dec 3 17:26:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec2966793dc560da59d86139482cd08f56a1143\" rel=\"nofollow\">don\'t export deprecated class</a> - youyihj - Fri Dec 3 17:21:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dc525a391e28172cd312eea577aa86b1ec38787f\" rel=\"nofollow\">expanding ItemGroup</a> - youyihj - Mon Sep 27 12:52:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ef7f54d4c398a22fd31f9f44c14566733bfe86f\" rel=\"nofollow\">item group support</a> - youyihj - Tue Aug 24 14:01:00 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.35支持游戏: 1.16.5类型:ForgeBeta下载次数: 80ContentTweaker-1.16-1.0.0.develop.34ContentTweaker-1.16-1.0.0.develop.34.jar下载1.0.0.develop.34#Beta<h3>Current version: 1.0.0.34</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a7c6685f97dc27d35f28867c4df9f6e531d483f\" rel=\"nofollow\">add Item use action and Item use finish</a> - Jared - Tue Feb 15 15:06:36 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8060c7f8dd2880484d83a4f5e4587ea904b2a452\" rel=\"nofollow\">add support for setting if a block is transparent</a> - Jared - Sat Jan 1 14:55:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b077acd9d25ca052154e0c2164b5b3c9f7ab6f75\" rel=\"nofollow\">Add support for custom glass blocks</a> - Jared - Sat Jan 1 13:57:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3d625d34b3729e6f8da56e26464348d90e5f708c\" rel=\"nofollow\">update CrT to resolve issues</a> - youyihj - Fri Dec 3 17:26:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec2966793dc560da59d86139482cd08f56a1143\" rel=\"nofollow\">don\'t export deprecated class</a> - youyihj - Fri Dec 3 17:21:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dc525a391e28172cd312eea577aa86b1ec38787f\" rel=\"nofollow\">expanding ItemGroup</a> - youyihj - Mon Sep 27 12:52:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ef7f54d4c398a22fd31f9f44c14566733bfe86f\" rel=\"nofollow\">item group support</a> - youyihj - Tue Aug 24 14:01:00 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.34支持游戏: 1.16.5类型:ForgeBeta下载次数: 61ContentTweaker-1.16-1.0.0.develop.33ContentTweaker-1.16-1.0.0.develop.33.jar下载1.0.0.develop.33#Beta<h3>Current version: 1.0.0.33</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8060c7f8dd2880484d83a4f5e4587ea904b2a452\" rel=\"nofollow\">add support for setting if a block is transparent</a> - Jared - Sat Jan 1 14:55:38 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b077acd9d25ca052154e0c2164b5b3c9f7ab6f75\" rel=\"nofollow\">Add support for custom glass blocks</a> - Jared - Sat Jan 1 13:57:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3d625d34b3729e6f8da56e26464348d90e5f708c\" rel=\"nofollow\">update CrT to resolve issues</a> - youyihj - Fri Dec 3 17:26:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec2966793dc560da59d86139482cd08f56a1143\" rel=\"nofollow\">don\'t export deprecated class</a> - youyihj - Fri Dec 3 17:21:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dc525a391e28172cd312eea577aa86b1ec38787f\" rel=\"nofollow\">expanding ItemGroup</a> - youyihj - Mon Sep 27 12:52:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ef7f54d4c398a22fd31f9f44c14566733bfe86f\" rel=\"nofollow\">item group support</a> - youyihj - Tue Aug 24 14:01:00 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.33支持游戏: 1.16.5类型:ForgeBeta下载次数: 45ContentTweaker-1.16-1.0.0.develop.32ContentTweaker-1.16-1.0.0.develop.32.jar下载1.0.0.develop.32#Beta<h3>Current version: 1.0.0.32</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b077acd9d25ca052154e0c2164b5b3c9f7ab6f75\" rel=\"nofollow\">Add support for custom glass blocks</a> - Jared - Sat Jan 1 13:57:55 2022</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3d625d34b3729e6f8da56e26464348d90e5f708c\" rel=\"nofollow\">update CrT to resolve issues</a> - youyihj - Fri Dec 3 17:26:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec2966793dc560da59d86139482cd08f56a1143\" rel=\"nofollow\">don\'t export deprecated class</a> - youyihj - Fri Dec 3 17:21:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dc525a391e28172cd312eea577aa86b1ec38787f\" rel=\"nofollow\">expanding ItemGroup</a> - youyihj - Mon Sep 27 12:52:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ef7f54d4c398a22fd31f9f44c14566733bfe86f\" rel=\"nofollow\">item group support</a> - youyihj - Tue Aug 24 14:01:00 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.32支持游戏: 1.16.5类型:ForgeBeta下载次数: 22ContentTweaker-1.16-1.0.0.develop.31ContentTweaker-1.16-1.0.0.develop.31.jar下载1.0.0.develop.31#Beta<h3>Current version: 1.0.0.31</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3d625d34b3729e6f8da56e26464348d90e5f708c\" rel=\"nofollow\">update CrT to resolve issues</a> - youyihj - Fri Dec 3 17:26:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec2966793dc560da59d86139482cd08f56a1143\" rel=\"nofollow\">don\'t export deprecated class</a> - youyihj - Fri Dec 3 17:21:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dc525a391e28172cd312eea577aa86b1ec38787f\" rel=\"nofollow\">expanding ItemGroup</a> - youyihj - Mon Sep 27 12:52:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ef7f54d4c398a22fd31f9f44c14566733bfe86f\" rel=\"nofollow\">item group support</a> - youyihj - Tue Aug 24 14:01:00 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.31支持游戏: 1.16.5类型:ForgeBeta下载次数: 15ContentTweaker-1.16-1.0.0.develop.30ContentTweaker-1.16-1.0.0.develop.30.jar下载1.0.0.develop.30#Beta<h3>Current version: 1.0.0.30</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a3e629a1c9cd936382e9993a2dfce1e5b8f0fa80\" rel=\"nofollow\">get the correct branch</a> - Jared - Thu Dec 30 12:04:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.30支持游戏: 1.16.5类型:ForgeBeta下载次数: 38ContentTweaker-1.16-1.0.0.develop.29ContentTweaker-1.16-1.0.0.develop.29.jar下载1.0.0.develop.29#Beta<h3>Current version: 1.0.0.29</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0bf22a8096779eaea537323f2e338635a9f38102\" rel=\"nofollow\">Fix docs pushing</a> - Jared - Thu Dec 30 12:02:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.29支持游戏: 1.16.5类型:ForgeBeta下载次数: 19ContentTweaker-1.16-1.0.0.develop.28ContentTweaker-1.16-1.0.0.develop.28.jar下载1.0.0.develop.28#Beta<h3>Current version: 1.0.0.28</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71ca65487c11917cb0f0049cd84ba602c2d50cec\" rel=\"nofollow\">remove mmd maven</a> - Jared - Thu Dec 30 11:56:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7f038f9b0a80fa87602ee03f12545d17c14baae0\" rel=\"nofollow\">make it that blocks can be opaque</a> - Jared - Thu Dec 30 11:50:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.28支持游戏: 1.16.5类型:ForgeBeta下载次数: 19ContentTweaker-1.16-1.0.0.develop.26ContentTweaker-1.16-1.0.0.develop.26.jar下载1.0.0.develop.26#Beta<h3>Current version: 1.0.0.26</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/fa66a758fd700f63889e1b7e1e96a6ca2a052af7\" rel=\"nofollow\">Migrate from MCItemGroup to ItemGroup. Bump CRT dep</a> - Jared - Sat Sep 25 15:02:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.26支持游戏: 1.16.5类型:ForgeBeta下载次数: 19ContentTweaker-1.16-1.0.0.develop.25ContentTweaker-1.16-1.0.0.develop.25.jar下载1.0.0.develop.25#Beta<h3>Current version: 1.0.0.25</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/705c29b310c4fbf3aaa4ee8f052c835f115cea41\" rel=\"nofollow\">Add missing block properties to the block builder. Close #227</a> - Jared - Sat Sep 25 01:58:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92947748ac3e8d4de1e34cc1c1eacbdcf1246ccc\" rel=\"nofollow\">add support for falling blocks.</a> - Jared - Sat Sep 25 01:52:55 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.25支持游戏: 1.16.5类型:ForgeBeta下载次数: 22ContentTweaker-1.16-1.0.0.develop.24ContentTweaker-1.16-1.0.0.develop.24.jar下载1.0.0.develop.24#Beta<h3>Current version: 1.0.0.24</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3e6160a613180c3b9be88036075ccdeda160b79e\" rel=\"nofollow\">Add support for isSideInvisible. Close #248</a> - Jared - Sat Sep 25 00:46:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7bcdfd03bc0868e0d47f78112b4dd379420e72b5\" rel=\"nofollow\">Update CraftTweaker</a> - Jared - Sat Sep 25 00:45:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.24支持游戏: 1.16.5类型:ForgeBeta下载次数: 16ContentTweaker-1.16-1.0.0.develop.22ContentTweaker-1.16-1.0.0.develop.22.jar下载1.0.0.develop.22#Beta<h3>Current version: 1.0.0.22</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8ba0dc066caf13ba3d9d8c8ac561380bfd0f6919\" rel=\"nofollow\">Set Java Version for Jenins-builds</a> - kindlich - Sat Jul 10 10:34:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c12e51cbcf3fbca6505d0e4a8a73cffea66a592\" rel=\"nofollow\">change method name</a> - youyihj - Sat Jul 10 05:03:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a507be6140c9f9c1d4caad567ba56597ed7758c7\" rel=\"nofollow\">fix block color handler</a> - youyihj - Sat Jul 3 12:08:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/415f4f39edabb634ab1853831b8552a09fd89e08\" rel=\"nofollow\">fix fluid color, close #243</a> - youyihj - Fri Jun 4 06:26:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4e689e0c94b2fae0aca778f15a32870bc4cc1f1d\" rel=\"nofollow\">fix bucket item capability</a> - youyihj - Fri Jun 4 05:53:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c7d690b66ded02b425b47335e901652c4c6d1848\" rel=\"nofollow\">ARGB</a> - youyihj - Fri Jun 4 05:15:52 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fb1c19686a1546f241a334155387ce74c4250bd\" rel=\"nofollow\">fix inventory tick function name</a> - youyihj - Wed Jun 2 02:57:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c06acdc80a779713bdfcfdb4843f52e87ff5444e\" rel=\"nofollow\">remove tag stuff</a> - youyihj - Sat May 22 18:01:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92f19fd14e4f564976a71c5581362275f654c8b7\" rel=\"nofollow\">it is a float</a> - youyihj - Sat May 22 17:36:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9df84734229b5b968881af4ad1c4a84a9f54ce28\" rel=\"nofollow\">docParam withRenderType</a> - youyihj - Sat May 22 17:29:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b2bc4b66431ab981ed1e65136bae1810042178cf\" rel=\"nofollow\">docParam withFood</a> - youyihj - Sat May 22 17:25:26 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a00fb4f991afee90388b092565ec02c600bb75e6\" rel=\"nofollow\">fluid tags writer, fix some issues on fluid stuff</a> - youyihj - Sat May 22 17:24:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.22支持游戏: 1.16.5类型:ForgeBeta下载次数: 17ContentTweaker-1.12.2-4.10.0ContentTweaker-1.12.2-4.10.0.jar下载4.10.0#Release<p>Assorted Fixes</p>展开版本: 4.10.0支持游戏: 1.12.2类型:ForgeRelease下载次数: 34,022ContentTweaker-1.16-1.0.0.develop.19ContentTweaker-1.16-1.0.0.develop.19.jar下载1.0.0.develop.19#Release<h3>Current version: 1.0.0.19</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/553469c12f207e7c0f75a02e1830037560c14673\" rel=\"nofollow\">Enabled discord webhook</a> - Jared - Thu May 27 01:50:41 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.19支持游戏: 1.16.5类型:ForgeRelease下载次数: 21ContentTweaker-1.16-1.0.0.develop.18ContentTweaker-1.16-1.0.0.develop.18.jar下载1.0.0.develop.18#Beta<h3>Current version: 1.0.0.18</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/02d67d47e7bc8472831492b48f727e0fd1602139\" rel=\"nofollow\">Disable webhook for now</a> - Jared - Fri May 21 22:27:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.18支持游戏: 1.16.5类型:ForgeBeta下载次数: 23ContentTweaker-1.16-1.0.0.develop.17ContentTweaker-1.16-1.0.0.develop.17.jar下载1.0.0.develop.17#Beta<h3>Current version: 1.0.0.17</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b083dc437911a5a5c8484dfe785b8a40d13556e\" rel=\"nofollow\">Fix discord webhook</a> - Jared - Fri May 21 22:21:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.17支持游戏: 1.16.5类型:ForgeBeta下载次数: 29ContentTweaker-1.16-1.0.0.developContentTweaker-1.16-1.0.0.develop.jar下载1.0.0.develop#Beta<h3>Current version: 1.0.0.15</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop支持游戏: 1.16.5类型:ForgeBeta下载次数: 23ContentTweaker-1.16-1.0.0.develop.15ContentTweaker-1.16-1.0.0.develop.15.jar下载1.0.0.develop.15#Beta<h3>Current version: 1.0.0.15</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.15支持游戏: 1.16.5类型:ForgeBeta下载次数: 23ContentTweaker-1.16-1.0.0.develop.14ContentTweaker-1.16-1.0.0.develop.14.jar下载1.0.0.develop.14#Beta<h3>Current version: 1.0.0.14</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.14支持游戏: 1.16.5类型:ForgeBeta下载次数: 21ContentTweaker-1.16-1.0.0.develop.13ContentTweaker-1.16-1.0.0.develop.13.jar下载1.0.0.develop.13#Beta<h3>Current version: 1.0.0.13</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7904ef20139039a50aba8357dc9e36b389c8667e\" rel=\"nofollow\">Remove OnlyIn again</a> - kindlich - Fri May 21 21:26:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/90ad5010e2ad6b4e5df4ed9da2bb0dcf6e9c0d10\" rel=\"nofollow\">remove unused allowTinted stuff</a> - youyihj - Fri May 21 17:34:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/28499b14c3a61219bf0e8fdd1612634b726b0eab\" rel=\"nofollow\">Update src/main/java/com/blamejared/contenttweaker/items/types/advance/CoTItemAdvanced.java</a> - youyihj - Fri May 21 17:31:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16359986ca434f18f61884f92590137da14d1434\" rel=\"nofollow\">remove allowTinted doc, I removed the method before</a> - youyihj - Fri May 21 17:27:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/821aeb5d36e04dfbcef2763901910badf0c97acb\" rel=\"nofollow\">Apply suggestions from code review</a> - youyihj - Fri May 21 17:26:08 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a0c963c3abb3345eed78f82b7ed85f65a4a5485\" rel=\"nofollow\">fix format</a> - youyihj - Fri May 21 09:55:28 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/1ccb36ccd0e824584b15891c78188817246697c5\" rel=\"nofollow\">ActionQueueFluidForRegistration#validate</a> - youyihj - Fri May 21 09:54:38 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e43b5466941c0fcb2a8682e204121bffb9b034c4\" rel=\"nofollow\">client only registerAllRenderTypeRules</a> - youyihj - Fri May 21 09:38:04 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/44b05137a5cdfd7df8a503847675490c03f067c5\" rel=\"nofollow\">fix example</a> - youyihj - Thu May 20 15:10:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/265b18fd80b5873435c3790ad38d43254d71ed83\" rel=\"nofollow\">update CrT and move native expansions</a> - youyihj - Thu May 20 15:01:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/55cbd921f1a6f6093a3a0816174bcfa604d41dc6\" rel=\"nofollow\">use EnumMap instead</a> - youyihj - Thu May 20 06:05:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4ed7df772dd56e595d65e1fc79f511e9aacd8531\" rel=\"nofollow\">block builder document</a> - youyihj - Thu May 20 01:43:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c0441ed9737057dc99f1f789d63bb19e6153fe16\" rel=\"nofollow\">fix function setter</a> - youyihj - Thu May 20 01:40:24 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/58df11714c01f1a0b0a35ac82b58c9f3994fec5e\" rel=\"nofollow\">render type</a> - youyihj - Wed May 19 11:44:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b890b26f72d1307cef3abeae3982f45318e6c72b\" rel=\"nofollow\">getTileData -> getTileEntity</a> - youyihj - Wed May 19 09:06:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9c52085417c3886235afce11c871bc67bcfe25b8\" rel=\"nofollow\">move item use context to native</a> - youyihj - Wed May 19 09:00:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7248cf63b201e10e7705c87cb8fba0393d1875e9\" rel=\"nofollow\">changes</a> - youyihj - Wed May 19 08:50:49 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d4a5eca05f6824a12897857f5ff7c1679c9af480\" rel=\"nofollow\">fix advanced builder docParm</a> - youyihj - Wed May 19 08:47:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0a2842910b8d2aba2eec4750df039c104c439cf6\" rel=\"nofollow\">fix</a> - youyihj - Sat May 15 07:45:57 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/15ebab301d867ab8b02e00fde55e8736cfa99fd0\" rel=\"nofollow\">don\'t expose IIsCotFluid</a> - youyihj - Sat May 15 07:42:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/85af99e1916bba485daa915f2ed704f20e2220ae\" rel=\"nofollow\">change to ActionResultType</a> - youyihj - Sat May 15 07:40:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/27c86d2dbc166088778cf4a7283557ba08b12c9b\" rel=\"nofollow\">example</a> - youyihj - Sat May 15 07:33:32 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/918db306c123ca31e2bebbdc3a971b75960e2fbd\" rel=\"nofollow\">fix bucket color</a> - youyihj - Sat May 15 07:24:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f727d98f508972127ee6e75b14c968f8d5fa2255\" rel=\"nofollow\">no need to expose IIsCotItem</a> - youyihj - Sat May 15 07:18:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f5e5e38eba2c16b220cbb3f0c83a4981a78f0004\" rel=\"nofollow\">remove deprecated example collection event</a> - youyihj - Thu May 13 16:45:50 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d3d9050d2cbbfb4f9884debd19fbaaf493b48770\" rel=\"nofollow\">advanced items & blocks and remove function registry</a> - youyihj - Thu May 13 16:43:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1b798aa05ad1c26175d78a46477994f4a0de67a\" rel=\"nofollow\">update forge maven</a> - youyihj - Thu May 13 14:56:30 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/aa6e057a062962a25234645adf8f349cbca43c6d\" rel=\"nofollow\">update CrT</a> - youyihj - Thu May 13 14:55:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d60e414068a26524790bc1849f776d3ba9877f8\" rel=\"nofollow\">format fluid stuff</a> - youyihj - Wed Apr 14 15:41:27 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2e1e7f7736e97ff1b82eb92b5036dfefa158458a\" rel=\"nofollow\">move SuppressWarnings to method level</a> - youyihj - Wed Apr 14 15:37:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a632a80e6f659a338f08dc7a44289a2854345ab6\" rel=\"nofollow\">getDirection -> getFace</a> - youyihj - Wed Apr 14 15:35:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b252ee602f906d093e139e8466b3ea66713ef2b9\" rel=\"nofollow\">example fix</a> - youyihj - Wed Apr 14 15:34:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8e4678e8a41c0b5bce0154567907d504ddef2362\" rel=\"nofollow\">color action should be applied on client side</a> - youyihj - Sat Apr 3 04:57:40 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/96618f92c1b2a8d14c9373cfa7c354718edc4b17\" rel=\"nofollow\">advanced example</a> - youyihj - Sat Apr 3 04:57:18 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8a2b8a1fa98c23889b7516f2e4fe9cd4f082dd65\" rel=\"nofollow\">BEP lower case</a> - youyihj - Sat Apr 3 04:00:34 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c81eb3fe07cfaf8ff2aee66f62e7b0a29512cf16\" rel=\"nofollow\">example</a> - youyihj - Sat Apr 3 03:59:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9d3e1b00330b1b60967f8585f0239763bd4684be\" rel=\"nofollow\">remove UnsupportedOperationException in bucket item</a> - youyihj - Sat Apr 3 03:44:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/cb7dcd983610e4eb68701c1bf8121aaad86945b8\" rel=\"nofollow\">fix submodule again</a> - youyihj - Fri Mar 26 11:12:10 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/658659f67ed45abf73513ddbed68577a7ac438c9\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:07:44 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0f2e97242fae5276ca2a1a88b89e8d68b5763bc6\" rel=\"nofollow\">some works</a> - youyihj - Fri Mar 26 11:07:14 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/71fb9729f3852bd535d59e507365317dc9443cf5\" rel=\"nofollow\">fix submodule</a> - youyihj - Fri Mar 26 11:04:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a21e0cc9a46ca3279c8706a07a6cf2d76671d7a8\" rel=\"nofollow\">these expansion have been in CrT</a> - youyihj - Fri Mar 26 01:46:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bca5e5a114499551beead00f5998ef806b733107\" rel=\"nofollow\">update CrT</a> - youyihj - Fri Mar 26 01:42:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e0c42c3305dbd9e64f80149d68794ba28f735540\" rel=\"nofollow\">use pair as key</a> - youyihj - Wed Mar 3 03:06:05 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40eee2179b6557e241d2b063a605eaf98e71ec14\" rel=\"nofollow\">fix CrT submodule</a> - youyihj - Sun Feb 28 10:20:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a4eeb570d07ebd34415e84c2c48b5791f3c58b03\" rel=\"nofollow\">update CrT</a> - youyihj - Sun Feb 28 10:16:06 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b37991f6cc2bcf3b8c6dfce16ee9fa07c40108da\" rel=\"nofollow\">fluid attributes</a> - youyihj - Sun Feb 28 10:11:37 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6bfe287076af2af2de7e7bdfbb5a6b9dc2eead1c\" rel=\"nofollow\">hand issue and only tinted item/block will register color handlers</a> - youyihj - Sun Feb 28 07:19:17 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/646e8bed49b1f08ff9a0d61030373f1d3875ab1e\" rel=\"nofollow\">directly compare types</a> - youyihj - Sun Feb 28 06:47:42 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92451ff2729757492182c5dd19e8167a968ad594\" rel=\"nofollow\">it needs static</a> - youyihj - Sun Feb 28 06:43:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2c31978da4d73ddad4e385f05cc355062b198a75\" rel=\"nofollow\">Hand object</a> - youyihj - Sun Feb 28 06:34:53 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/9cf6e280cd7f27b2a4380a97ecbb2f5cbc319515\" rel=\"nofollow\">missing functional interface method annotation</a> - youyihj - Sun Feb 28 05:59:35 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c2c6f24aca68fde0e511b5e276a722f1a9436623\" rel=\"nofollow\">clean up unused import</a> - youyihj - Sun Feb 28 05:55:09 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f2be14eef1c1ec7a3c834dd344b92d447d573c72\" rel=\"nofollow\">block item functions</a> - youyihj - Sun Feb 28 05:50:47 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4c466c1d30d9c8d9803826c0aa70f1c37617716b\" rel=\"nofollow\">block colors</a> - youyihj - Sun Feb 28 05:48:07 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/29468c1250ef100f58a4bce493fbf155ed3cd283\" rel=\"nofollow\">item colors</a> - youyihj - Sun Feb 28 05:19:33 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/14a4448d577206c0a3535f0d5ca14b7fdfaea87e\" rel=\"nofollow\">fluid stuff</a> - youyihj - Sun Feb 28 04:35:59 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/606dd0c3d5c2fd31b9083fec350db4efa7f73c63\" rel=\"nofollow\">block functions</a> - youyihj - Sat Feb 27 13:18:23 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6db217571aa750e4aa5e7e1d609eccdc15a73d04\" rel=\"nofollow\">refactor function things</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c890154f193a19e33a328290f25ace6e0593ac85\" rel=\"nofollow\">block functon base</a> - youyihj - Fri Feb 26 11:03:25 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e06b8d63cd85fe11d876092875f12ba0859359ad\" rel=\"nofollow\">using tick</a> - youyihj - Fri Feb 26 11:03:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5c45851762cc38fc92efb42f5c26c4e378285ba6\" rel=\"nofollow\">misc change</a> - youyihj - Mon Feb 22 16:35:36 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/92c775103688fcc51189f72c19c3ebbe947fe483\" rel=\"nofollow\">item functions</a> - youyihj - Mon Feb 22 16:00:45 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5795236cab7879163bde6a0ea930e14ce0e1f28a\" rel=\"nofollow\">GLOBAL<em>DATA</em>AND<em>RESOURCE</em>PACKS support</a> - youyihj - Mon Feb 22 15:16:58 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/19f5c06337bc504487f4ad32c0926a4102a2f00f\" rel=\"nofollow\">some item functions</a> - youyihj - Mon Feb 22 15:13:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/09286bd5dd53af5dd9e48a4400a62b3f5f099000\" rel=\"nofollow\">more Properties things</a> - youyihj - Mon Feb 22 13:01:56 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/30d6ddc6b15558c57f45bc63552f70aea8068938\" rel=\"nofollow\">port to 1.16.5</a> - youyihj - Mon Feb 22 12:44:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.13支持游戏: 1.16.5类型:ForgeBeta下载次数: 19ContentTweaker-1.16-1.0.0.develop.12ContentTweaker-1.16-1.0.0.develop.12.jar下载1.0.0.develop.12#Beta<h3>Current version: 1.0.0.12</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7db0de44c89de9a3e99767c29e0b6a6d197a38fa\" rel=\"nofollow\">Removed CrT submodule</a> - kindlich - Mon May 17 02:20:15 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8153d40647e4c65b6c9eee783a8df7aeacaf6334\" rel=\"nofollow\">Move to changelog.md</a> - kindlich - Mon May 17 02:08:54 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/12901b9c5718db434e732915c0e1a624fb3302e4\" rel=\"nofollow\">Fix ExpandToolType method not being static</a> - kindlich - Mon May 17 01:41:46 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/450778c59fe8c6d87b5c63cbbcb391c155ccc372\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon May 17 01:39:02 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6f6ebfa6e8e89530141408d39ae7d2b497949ad\" rel=\"nofollow\">Made CrT a Maven Dependency</a> - kindlich - Mon May 17 01:20:19 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/8bbb974441ed4f696296fea5e8a093a2cfeea2da\" rel=\"nofollow\">migrate MCToolType to ToolType</a> - Jared - Sat Apr 24 01:38:21 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f67126b32ecb6faf2b3c53041e60eed4fee0b123\" rel=\"nofollow\">update crafttweaker</a> - Jared - Sat Apr 24 01:11:31 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/112a6fcf587c684a208304327e90bec3e7656155\" rel=\"nofollow\">update gitignore</a> - Jared - Sat Apr 24 01:02:13 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e54fa80f201a9d910f8dbaa0da6296ab50704237\" rel=\"nofollow\">update to 1.16.5</a> - Jared - Sat Apr 24 01:02:01 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.12支持游戏: 1.16.5类型:ForgeBeta下载次数: 22ContentTweaker-1.16-1.0.0.develop.11ContentTweaker-1.16-1.0.0.develop.11.jar下载1.0.0.develop.11#Release<h3>Current version: 1.0.0.develop.11</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a6573c68a9a39203904686c108bd8e2294f30608\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun Jan 10 00:51:16 2021</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/18b128720475d5c0711140537c42e17b21788ca7\" rel=\"nofollow\">Improve error message for adding items at the wrong time</a> - kindlich - Sun Dec 6 21:04:15 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/59a1d439b159df020388714704fe03c50c86c391\" rel=\"nofollow\">Fixed copy-paste issues for side textures</a> - kindlich - Sun Dec 6 21:03:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.11支持游戏: 1.16.4, 1.16.5类型:ForgeRelease下载次数: 35ContentTweaker-1.16-1.0.0.develop.10ContentTweaker-1.16-1.0.0.develop.10.jar下载1.0.0.develop.10#Alpha<h3>Current version: 1.0.0.develop.10</h3><ul><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fc6645c8027aa4326521fde660c1394b9610b0c\" rel=\"nofollow\">Cleaned up a little</a> - kindlich - Mon Nov 16 13:12:14 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/654d0f6aee08c0165a05675dcfb5bebdcc85e48e\" rel=\"nofollow\">Added Slabs</a> - kindlich - Mon Nov 16 11:56:59 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/420559e29ed45815874be0f81892889b92bde934\" rel=\"nofollow\">Fix invalid MC version in toml</a> - kindlich - Mon Nov 16 11:47:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3ec771133b9a665e70f70d3bf28ac12ac69ef2c7\" rel=\"nofollow\">Created Templates for resources instead of using strings</a> - kindlich - Mon Nov 16 11:47:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/41555841dff53b8dbe751676e7f233d596809169\" rel=\"nofollow\">Write resources only when on Client</a> - kindlich - Mon Nov 16 11:44:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b0cadbb868b9b7d754d43a7cab562be67b93b055\" rel=\"nofollow\">Updated to 1.16.4</a> - kindlich - Sun Nov 15 21:01:10 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/CraftTweaker/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.10支持游戏: 1.16.4类型:ForgeAlpha下载次数: 22ContentTweaker-1.16-1.0.0.develop.9ContentTweaker-1.16-1.0.0.develop.9.jar下载1.0.0.develop.9#Beta<h3>Current version: 1.0.0.develop.9</h3><ul><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/24f7557d94ec06933340777567da5d49a32a25de\" rel=\"nofollow\">Updated Jenkinsfile for @crafttweakerbot</a> - kindlich - Sat Sep 19 22:32:40 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.9支持游戏: 1.16.3类型:ForgeBeta下载次数: 26ContentTweaker-1.16-1.0.0.develop.8ContentTweaker-1.16-1.0.0.develop.8.jar下载1.0.0.develop.8#Beta<h3>Current version: 1.0.0.develop.8</h3><ul><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.8支持游戏: 1.16.3类型:ForgeBeta下载次数: 19ContentTweaker-1.16-1.0.0.develop.6ContentTweaker-1.16-1.0.0.develop.6.jar下载1.0.0.develop.6#Beta<h3>Current version: 1.0.0.develop.6</h3><ul><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/a057a802ef841eb832a12ee0d64a0c84c613bddc\" rel=\"nofollow\">1.16.3 port and documentation export</a> - kindlich - Fri Sep 18 16:29:46 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.6支持游戏: 1.16.3类型:ForgeBeta下载次数: 23ContentTweaker-1.16-1.0.0.develop.3ContentTweaker-1.16-1.0.0.develop.3.jar下载1.0.0.develop.3#Beta<h3>Current version: 1.0.0.develop.3</h3><ul><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/62cffdfeb64c4c235c14d87a6e8caf4432dc78f5\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 16:31:13 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/3fba10f956b40c7a22c32a8200d086d1341c680c\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Sep 13 12:36:48 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/91dcdd77fa3694b43f70d9182247c145f43afa80\" rel=\"nofollow\">Updated CurseForge dependencies</a> - kindlich - Sun Sep 13 12:36:47 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/4811dab4721ac9fdcc44b25eab3615f60fd4a222\" rel=\"nofollow\">Initial 1.16.2 port</a> - kindlich - Sun Sep 13 12:36:46 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/221ac6e89e8cdd4ff55ec82cb55811d531102f71\" rel=\"nofollow\">Added ItemGroup validator</a> - kindlich - Sun Sep 13 12:29:20 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.3支持游戏: 1.16.2类型:ForgeBeta下载次数: 26ContentTweaker-1.15-1.0.0.develop.20ContentTweaker-1.15-1.0.0.develop.20.jar下载1.0.0.develop.20#Beta<h3>Current version: 1.0.0.develop.20</h3><ul><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/ebe9511af40789573716dac064bfbbc898a50b5b\" rel=\"nofollow\">Fix incorrect resource and datapack path</a> - kindlich - Sat Aug 15 13:17:42 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.20支持游戏: 1.15.2类型:ForgeBeta下载次数: 83ContentTweaker-1.15-1.0.0.develop.19ContentTweaker-1.15-1.0.0.develop.19.jar下载1.0.0.develop.19#Beta<h3>Current version: 1.0.0.develop.19</h3><ul><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/2a6ab1bdadee380b98a30db07c12c9b392bc53d2\" rel=\"nofollow\">Register items in the order they were added to the CoTRegistry</a> - kindlich - Fri Aug 14 18:20:08 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.19支持游戏: 1.15.2类型:ForgeBeta下载次数: 24ContentTweaker-1.15-1.0.0.develop.18ContentTweaker-1.15-1.0.0.develop.18.jar下载1.0.0.develop.18#Beta<h3>Current version: 1.0.0.develop.18</h3><ul><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/0c1b670c8f6e7ead7d9030fe054a561091bbbc3a\" rel=\"nofollow\">Added BlockBuilder#notSolid</a> - kindlich - Thu Aug 13 20:52:52 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f19d8ddddd005317ea29e9e88df9021615adfd4e\" rel=\"nofollow\">Added the_loader and openloader as optional dependencies in CF</a> - kindlich - Thu Aug 13 20:33:28 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/b5c87d08dfff58c16eeb34c7242de3b0d11c2bef\" rel=\"nofollow\">Some cleanup</a> - kindlich - Thu Aug 13 20:33:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.18支持游戏: 1.15.2类型:ForgeBeta下载次数: 21ContentTweaker-1.15-1.0.0.develop.17ContentTweaker-1.15-1.0.0.develop.17.jar下载1.0.0.develop.17#Beta<h3>Current version: 1.0.0.develop.17</h3><ul><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/66675da35d68c70e254a8cf32d11482663ca9b11\" rel=\"nofollow\">Probably fix maven publishing</a> - kindlich - Tue Jul 28 19:25:42 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/961c4506110c5f8a1c399ec02f9bc94893af90bb\" rel=\"nofollow\">More tests with jenkins ^^\'</a> - kindlich - Tue Jul 28 18:44:29 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6ec5b32d1728506f3bd0a5fb8771a70645c9011a\" rel=\"nofollow\">WIP: Should fix CrT build</a> - kindlich - Tue Jul 28 17:40:07 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/c73219f221d4ee1584425a2984f45d871874dfef\" rel=\"nofollow\">Tests with Jenkins pt.5</a> - kindlich - Mon Jul 27 23:08:20 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/01c69ce1eabf7929ffb68447013f063ed9a0b4f2\" rel=\"nofollow\">Actually apply the CurseGradle plugin I guess</a> - kindlich - Mon Jul 27 22:02:07 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/ad8dc84973bcaa1b91e4b431ab6bfadf05bc3449\" rel=\"nofollow\">Updated .gitmodules to use https</a> - kindlich - Mon Jul 27 21:55:54 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/43c52363090b6028e8d12bd5e4a690aef734cc7e\" rel=\"nofollow\">Tests with Jenkins pt. 4</a> - kindlich - Mon Jul 27 21:52:39 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f6ec97d57a010861e92e2814d3b4d1d8fe520a52\" rel=\"nofollow\">Tests with Jenkins pt. 3</a> - kindlich - Mon Jul 27 21:31:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/63bef7b2be26e8546d49a52f91c410e231c91120\" rel=\"nofollow\">Tests with Jenkins pt. 2</a> - kindlich - Mon Jul 27 21:27:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/4b060e7a3260ded801331c34df2708a321d80a27\" rel=\"nofollow\">Renamed Jenkinsfile</a> - kindlich - Mon Jul 27 20:35:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/979ddcd9e23688f0b835451d0070b223bb81d418\" rel=\"nofollow\">Test with Jenkins, pt. 1</a> - kindlich - Mon Jul 27 20:26:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/5f71579d2bab1cfe2b60887b4e496eb377be6dcd\" rel=\"nofollow\">Updated CrT</a> - kindlich - Mon Jul 27 19:38:56 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/442253f6ede4194170c91c91297275d28c0d98a5\" rel=\"nofollow\">Added 2nd constructor to BlockBuilder that accepts another Block</a> - kindlich - Sun Jul 19 22:19:22 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/40a621a61ece5d0a6b0571c6bfd8df884085c51d\" rel=\"nofollow\">Updated CrT subrepo</a> - kindlich - Fri Jun 5 23:04:06 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/c6bceb26b106f141eaae55d1b6700860b5a323e3\" rel=\"nofollow\">Fixed pack.mcmeta not generating for datapack dir</a> - kindlich - Fri Jun 5 23:03:51 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/98fbdc1aba4a6b7b872342766fb8f22c48e10488\" rel=\"nofollow\">Javadocs and more</a> - kindlich - Sat May 30 23:47:03 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6550369b101956a03e3e6c496758ade8153cb541\" rel=\"nofollow\">Remove stuff for CoTEα</a> - kindlich - Fri May 29 20:08:16 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/6565fd445387825efaf56b6018a7052e48885e06\" rel=\"nofollow\">Updated CrT</a> - kindlich - Fri May 15 15:22:36 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/f1c6360b994487df0db4cfb1bba62f48b196e10d\" rel=\"nofollow\">More work on the item cap</a> - kindlich - Wed May 13 20:25:04 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/bfb677273ffa52199cd9c5eaecff441942ef4edb\" rel=\"nofollow\">Some more work on the Item Capability and the general setup</a> - kindlich - Sun May 10 20:00:17 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/73f9155c7445e8d5569d1362fcd976b680f810fd\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sun May 10 11:53:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/7da6a936999bba9a783edcb4241e0fe52bc6d3c8\" rel=\"nofollow\">Started with Tiles</a> - kindlich - Sun May 10 11:53:05 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/dee7e2f87268dadbfe135d85abe52beeba5a1be5\" rel=\"nofollow\">1.15</a> - kindlich - Wed May 6 14:29:54 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/82340a7fd7f34dbeed694e5842055ca35f393287\" rel=\"nofollow\">Fixed .gitmodules</a> - kindlich - Wed May 6 14:26:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/d6104a693c2c676d54ea0f342e389b69bea57445\" rel=\"nofollow\">Updated CrT</a> - kindlich - Wed May 6 12:18:34 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/d739374d2d891ea7524b8c34febd436b50ea9d0a\" rel=\"nofollow\">Added Document annotation to some classes</a> - kindlich - Wed May 6 12:18:18 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/16ac796c71fbf9bf62fe80728e6b3ba01e963b88\" rel=\"nofollow\">When you hit a wall, sometimes deleting everything leads to something else</a> - kindlich - Sun May 3 20:52:31 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/78ba99f174c334f20f0b0923f03329283cd9ffc1\" rel=\"nofollow\">Working on Presets</a> - kindlich - Sat May 2 17:39:42 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/168a92b7ffcbaf458d47b23d8ddac0ed5bad3cbd\" rel=\"nofollow\">Commit in case I mess up even more</a> - kindlich - Thu Apr 30 20:04:31 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/3f1bbd1583ccfcfdc6833c2058cdd26e5a8d4a76\" rel=\"nofollow\">Updated CrT: BEP changes</a> - kindlich - Mon Apr 27 21:33:12 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/e64bf22d5d447e85ca3e6d4935f1436bcb40ad01\" rel=\"nofollow\">Updated CrT</a> - kindlich - Sun Apr 26 18:46:39 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/3954eb497c8c7b710c443774eff8d6b76bf9aebe\" rel=\"nofollow\">Added CrT annotation processor for Documentation and Some consistency checks</a> - kindlich - Sun Apr 26 18:46:25 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/4d7ce2df933ed667d63edb4e0b698df541d2bf64\" rel=\"nofollow\">Updated CraftTweaker</a> - kindlich - Sat Apr 25 19:19:30 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/103a41500952a04a44d647a88b550a6d14edcab5\" rel=\"nofollow\">Some Block and model work</a> - kindlich - Sat Apr 25 19:19:17 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/dbef601ddda194d2062aa6a49d274e08b779456a\" rel=\"nofollow\">Added dependency on the_loader</a> - kindlich - Sat Apr 25 19:17:55 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/a67521a3f5d4123014db9860b41783b5abe7f5bd\" rel=\"nofollow\">Registered the CrT submodule to git</a> - kindlich - Thu Apr 23 22:25:58 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/db9184a93477db1251fa3d6033d49144d5941e51\" rel=\"nofollow\">More work on ITems</a> - kindlich - Thu Apr 23 22:18:38 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/bd702d5f9513630c15f819dd6ac94992c71730ae\" rel=\"nofollow\">Added the-loader for testing</a> - kindlich - Thu Apr 23 22:07:27 2020</li><li><a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/commit/7fd14c224aec7ddddbdea0898678d921658d066b\" rel=\"nofollow\">Some more work on Basic items</a> - kindlich - Wed Apr 22 21:18:04 2020</li></ul>展开版本: 1.0.0.develop.17支持游戏: 1.15.2类型:ForgeBeta下载次数: 30ContentTweaker-1.12.2-4.9.1ContentTweaker-1.12.2-4.9.1.jar下载4.9.1#Release<p>Fixes:</p><ul><li>TileEntity is already defined for this package no longer appears (it wasn\'t supposed to be active code anyway)</li></ul>展开版本: 4.9.1支持游戏: 1.12.2类型:ForgeRelease下载次数: 6,463ContentTweaker-1.12.2-4.9.0ContentTweaker-1.12.2-4.9.0.jar下载4.9.0#Release<ul><li>New<ul><li>Vanilla Factory<br><ul><li>Item Records can now be created</li><li>Blocks<ul><li>Function for Coloring Blocks (pupnewfster)</li><li>Ability to be Affected by Gravity (pupnewfster)</li><li>Ability to be set as Replaceable (pupnewfster)</li><li>Ability to be set to not be Silk Harvestable</li><li>Ability to be Wither Proof (pupnewfster)</li></ul></li><li>Foods<ul><li>Ability to run Functions after finished Eating (kindlich)</li></ul></li></ul></li><li>Material System<ul><li>Material Names can now be Internationalized (3Tusk)</li></ul></li></ul></li><li>Fixes<ul><li>Vanilla Factory<ul><li>Creative Tab<ul><li>Now proper defaults to Vanilla Texture</li></ul></li><li>DropHandler<ul><li>No longer throws Not found errors</li></ul></li></ul></li><li>Material System<ul><li>PartTypes can now be set to properly pull their ItemStack Versions</li></ul></li></ul></li></ul>展开版本: 4.9.0支持游戏: 1.12.2类型:ForgeRelease下载次数: 33ContentTweaker-1.12.2-4.8.0ContentTweaker-1.12.2-4.8.0.jar下载4.8.0#Release<p>Added:</p><ul><li>Block: beaconBase method </li><li>Material: can now be compared</li><li>Item: added onItemUpdate</li></ul><p>Fixed: </p><ul><li>Tinker\'s Traits now handled at the proper tike</li></ul>展开版本: 4.8.0支持游戏: 1.12.2类型:ForgeRelease下载次数: 27ContentTweaker-1.12.2-4.7.0ContentTweaker-1.12.2-4.7.0.jar下载4.7.0#Release<p>Added:</p><p> - Ability to set Map waypoints</p><p> - Ability to configure multiple drops for Ore parts (Shananiganeer)</p>展开版本: 4.7.0支持游戏: 1.12.2类型:ForgeRelease下载次数: 21ContentTweaker-1.12.2-4.6.0ContentTweaker-1.12.2-4.6.0.jar下载4.6.0#Release<p>Fixes:</p><ul><li>Food not respecting \"alwaysEditable\" </li><li>Food not having the properly named \"alwaysEdible\"</li><li>BlockPos now extends CraftTweaker\'s BlockPos</li><li>World now extends CraftTweaker\'s World</li><li>Methods for getting Material System info now static and able to be called</li></ul><p>New:</p><ul><li>Custom Tinker\'s Material Handling (Kindlich)</li><li>ChickensMod compat! You can now create custom Chickens of your own (Docs Coming)</li><li>Blocks can now control their own Drops! Probably one of the most asked for features</li></ul>展开版本: 4.6.0支持游戏: 1.12.2类型:ForgeRelease下载次数: 28ContentTweaker-1.12.2-4.5.0ContentTweaker-1.12.2-4.5.0.jar下载4.5.0#Release<ul><li>Added<ul><li>Block<ul><li>CanEntitySpawn (TheNecron)</li></ul></li><li>Item:<ul><li>ITextureLocationSuppier function</li><li>ILocalizedNameSupplier function</li></ul></li><li>  World:<ul><li>    Random:<ul><li>       nextBoolean method</li><li>       nextInt method</li></ul></li></ul></li><li>  MaterialSystem:<ul><li>    Added hasOverlay to Part</li></ul></li></ul></li><li>Fixed:<ul><li>  Bracket Handler Errors due to missing Annotation (TheNecron)</li><li>  Not able to make nonfull blocks</li><li>  BlockStates were not properly being compared (TheNecron)</li><li>  ItemRightClick now uses newer CT classes (TheNecron) </li></ul></li></ul>展开版本: 4.5.0支持游戏: 1.12.2类型:ForgeRelease下载次数: 27ContentTweaker-1.12.2-4.4.1ContentTweaker-1.12.2-4.4.1.jar下载4.4.1#Release<p>Fixes:</p><p>  Force ContentTweaker\'s CreativeTabs Bracket Handler over CraftTweakers</p>展开版本: 4.4.1支持游戏: 1.12.2类型:ForgeRelease下载次数: 21ContentTweaker-1.12.2-4.4.0ContentTweaker-1.12.2-4.4.0.jar下载4.4.0#Release<p>Added:</p><p>  Content Items:</p><p>    GetContainerItem function (Thanks Kindlich): Allows Items to act like water buckets do when crafting recipes</p><p>  Content Blocks:</p><p>    isPassable (Thanks TheNecron): Allows a block to allow players to pass through the block</p><p>  Content Food:</p><p>    should work now (Thanks TheNecron)</p><p>Fixed:</p><p>  Should be able to use item brackets in scripts now (Just need to do it like <item:minecraft:iron_ingot>)</p>展开版本: 4.4.0支持游戏: 1.12.2类型:ForgeRelease下载次数: 23ContentTweaker-1.12.2-4.3.0ContentTweaker-1.12.2-4.3.0.jar下载4.3.0#Release<p>Added:</p><p>  Material System methods to get all register Parts and such (ALong with commands)</p><p>  Methods for Item Destroy Speed, and Item Destroy Block</p><p>  Add Boolean to Command.call to remove chatting to player/op override.</p><p>  Additional Methods on BlockState</p><p>  CTColor (Which will allow input of Hex values instead of just integer)</p><p>  Added getMobilityFlag to Blocks (Determines whether a piston can push it)</p><p>Note: See BASE release notes for new parts and such added to the Material System</p><p>Fixed:</p><p>  Fluids now have Colors</p><p>  Blockstates should be properly Comparable now</p>展开版本: 4.3.0支持游戏: 1.12.2类型:ForgeRelease下载次数: 28ContentTweaker-1.12-4.2.0ContentTweaker-1.12-4.2.0.jar下载4.2.0#Release<p>New:</p><p>  * Creatable Content:</p><p>      * Fluids (Note: There are some issues, I\'m still working on fixing them.)</p><p>  * Assorted Objects:</p><p>      * Facing</p><p>      * AxisAlignedBB</p><p>      * ActionResult</p><p>      * Mutable ItemStack</p><p>      * Extend Player</p><p>  * New Methods:</p><p>      * World:</p><p>          * getBlockstate</p><p>      * Blockstate:</p><p>          * isReplaceable</p><p>      * BlockPos</p><p>          * getOffset</p><p>  * New Properties:</p><p>      * Item:</p><p>        * Max Damage Property</p><p>        * OnItemUse Function</p><p>       *</p><p>Fixes:</p><p>  * ZenClass for Item once again registered</p><p>  * ContentTweaker now preferred for OreDictUtils (BASE API)</p><p>  * Added other assorted missing ZenClass/ZenMethod/ZenGetter annotations</p><p>  * Fix being able to see through the world when using fullblock = false on Blocks</p>展开版本: 4.2.0支持游戏: 1.12, 1.12.1, 1.12.2类型:ForgeRelease下载次数: 63ContentTweaker-1.12-4.1.0ContentTweaker-1.12-4.1.0.jar下载4.1.0#Release<p>New:</p><p>  Items:</p><p>    * setGlowing will enable Items to glow as if it were enchanted</p><p>Fix:</p><p>  * Custom Objects should now toString Properly when called in scripts to print</p><p>  * Fixed BlockBracketHandler to return proper states for world to handle</p>展开版本: 4.1.0支持游戏: 1.12, 1.12.1, 1.12.2类型:ForgeRelease下载次数: 31ContentTweaker-1.12-4.0.0ContentTweaker-1.12-4.0.0.jar下载4.0.0#Release<p>First 1.12 Curse Release!</p><p>Changes:</p><p>  Scripts now load from in the CraftTweaker script folder. However files need \"#loader contenttweaker\" at the top!</p><p>  Resources moved to <minecraft_dir>/resources (Should match ResourceLoader now)</p>展开版本: 4.0.0支持游戏: 1.12, 1.12.1类型:ForgeRelease下载次数: 28ContentTweaker-1.10.2-2.1.0ContentTweaker-1.10.2-2.1.0.jar下载2.1.0#Release<p>New:</p><p> * Jsons now generate for Items and Blocks added (Now you only need add textures if the normal models work for you)</p><p> * World and Biome information can now be gathered from certain block functions</p><p> * New Block Variables: Slipperiness, Enchantment Power Bonus, onBreak, onPlace</p><p> * Support for the new Material System added in BASE (Going forward this is the suggested way to use the system</p><p>Fixed:</p><p> * Creative Tabs are now properly assigned</p><p> * OBJ models can be used from blockstates (Not directly as models however)</p>展开版本: 2.1.0支持游戏: 1.10.2类型:ForgeRelease下载次数: 91ContentTweaker-1.10.2-2.0.0ContentTweaker-1.10.2-2.0.0.jar下载2.0.0#Alpha<p>Complete Rewrite!</p><p>Current Supports: Blocks, Items, and Creative Tabs.</p><p>See <a href=\"https://github.com/The-Acronym-Coders/ContentTweaker/wiki\" rel=\"nofollow\">https://github.com/The-Acronym-Coders/ContentTweaker/wiki</a> for more details</p>展开版本: 2.0.0支持游戏: 1.10.2类型:ForgeAlpha下载次数: 29ContentTweaker-1.0.5ContentTweaker-1.0.5.jar下载1.0.5#Release<p>Fixed crash on startup without TiC</p>展开版本: 1.0.5支持游戏: 1.7.10类型:ForgeRelease下载次数: 3,345ContentTweaker-1.0.4ContentTweaker-1.0.4.jar下载1.0.4#Release<p>Fix server crash</p><p>Removed creative tab placement</p>展开版本: 1.0.4支持游戏: 1.7.10类型:ForgeRelease下载次数: 29ContentTweaker-1.0.3ContentTweaker-1.0.3.jar下载1.0.3#Release<p>Fix startup crash</p>展开版本: 1.0.3支持游戏: 1.7.10类型:ForgeRelease下载次数: 30ContentTweaker-1.0.0ContentTweaker-1.0.0.jar下载1.0.0#Release<p>Initial Release</p>展开版本: 1.0.0支持游戏: 1.7.10类型:ForgeRelease下载次数: 27全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

游客,如果您要查看本帖隐藏内容请回复
ContentTweaker
楼主 2025-8-10 17:12:14 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2025-8-21 06:50 , Processed in 0.514170 second(s), 51 queries .

快速回复 返回顶部 返回列表