Commit graph

  • 5dad567766 Merge remote-tracking branch 'origin/mc1.16/dev' into mc1.16/dev grimmauld 2021-03-27 08:32:32 +0100
  • 9bc25db615 Keep everything up to date grimmauld 2021-03-27 08:32:23 +0100
  • 4675e0ad15 Stop relying on IDynamicInstance#beginFrame to setup instance state. JozsefA 2021-03-26 22:59:47 -0700
  • d3d338e64b STE tick optimization. - SmartTileEntity#tick down to 3.32% from 11.64% cpu time. - Measured by JFR over 2 sessions each >8min. - Test world was the deployer fields. - Iterating over HashMap values is slow. - Collect TileEntityBehaviours into a list when the contents of SmartTileEntity#behaviours changes. JozsefA 2021-03-26 22:02:19 -0700
  • cf5eea5a10 Merge remote-tracking branch 'origin/mc1.15/dev' into mc1.15/dev JozsefA 2021-03-26 17:31:41 -0700
  • 0b25f662dc Frame rate and tick rate limiting with distance. JozsefA 2021-03-26 16:47:37 -0700
  • 7230489b19 placement helper oversight zelophed 2021-03-27 00:41:09 +0100
  • 56b1170224 Merge remote-tracking branch 'origin/mc1.16/dev' into mc1.16/dev zelophed 2021-03-26 23:59:19 +0100
  • 687743d18f ponder polish zelophed 2021-03-26 23:57:53 +0100
  • 24c306df90 Merge branch 'mc1.15/dev' into mc1.16/dev grimmauld 2021-03-26 23:26:22 +0100
  • e91a15cf5f Ejectors wind up again. JozsefA 2021-03-26 15:25:42 -0700
  • 60bc6102e2 Add Create stone to base_stone_overworld block tag (terraforged was complaining) grimmauld 2021-03-26 23:21:44 +0100
  • fe10c258c4 Merge & Port grimmauld 2021-03-26 23:13:49 +0100
  • 5a176204a5 Merge & Port grimmauld 2021-03-26 22:17:23 +0100
  • cb759e793e 3D Printing is cool again simibubi 2021-03-26 22:05:16 +0100
  • 0afb29f9a6 Simulate and Translocate simibubi 2021-03-26 18:41:03 +0100
  • f28a3e87f3 No longer keep making new wrappers (but particles still don't work) grimmauld 2021-03-26 16:50:06 +0100
  • 1675ee25b4 Fix ponder text being shy and hiding behind other things grimmauld 2021-03-26 16:27:57 +0100
  • 35c62360be Merge & Port grimmauld 2021-03-26 16:03:09 +0100
  • 9c8d035694 Dya see the dye? grimmauld 2021-03-26 13:35:45 +0100
  • b582b39ae4 Merge remote-tracking branch 'origin/mc1.15/dev' into mc1.15/dev grimmauld 2021-03-26 09:11:48 +0100
  • 5fa8a0b808 Revert "Fix leave finding in saws so compatibility with other mods works" grimmauld 2021-03-26 09:11:25 +0100
  • 1d2b51250c Instanced Ejectors and better hashing for BehaviourTypes. JozsefA 2021-03-25 21:27:08 -0700
  • 718142e26f Faith in your Depot simibubi 2021-03-26 00:15:38 +0100
  • 2e5d7a734f Fix ConcurrentModificationException preparing frame for rendering. JozsefA 2021-03-25 15:10:40 -0700
  • affb8abfbd Potentially fix weird crash. JozsefA 2021-03-25 14:48:42 -0700
  • a56514c308 Some housekeeping and documentation. JozsefA 2021-03-25 14:29:52 -0700
  • 8c79174904 fix pressing recipe inconsistency (closes #1296) zelophed 2021-03-25 03:58:24 +0100
  • e26191aaf7 GuiGameReposition zelophed 2021-03-25 02:27:10 +0100
  • b18993ed26 Little things. JozsefA 2021-03-24 15:48:15 -0700
  • 73f87ab44e Exotic smoking - all blocks tagged as campfires that have the lit blockstate property set to true are now valid smoke sources grimmauld 2021-03-24 23:42:42 +0100
  • bb18d9bf71 runData grimmauld 2021-03-24 15:11:51 +0100
  • 4d22b5e9b4 Merge branch 'mc1.15/dev' into mc1.16/dev grimmauld 2021-03-24 15:07:51 +0100
  • 7eafbe5757 Merge remote-tracking branch 'origin/mc1.15/dev' into mc1.15/dev grimmauld 2021-03-24 15:07:04 +0100
  • 16586747a6 Increase priority, less crashing with performant grimmauld 2021-03-24 15:06:54 +0100
  • cbbf502003 port recent changes grimmauld 2021-03-24 14:54:24 +0100
  • 1233ecfe80 Fix belt lighting issues, again. JozsefA 2021-03-23 14:13:32 -0700
  • 5eae3a53fc Keeps getting hotter. JozsefA 2021-03-23 02:12:09 -0700
  • 20189a86fc Spicy light update listening api. JozsefA 2021-03-23 00:08:31 -0700
  • 1310b88828 Lieutenant Scatterbrain II. JozsefA 2021-03-22 20:20:52 -0700
  • f7f7b67a7d Thinking Arms simibubi 2021-03-22 02:05:47 +0100
  • 140cd9a85a Sailing craft simibubi 2021-03-21 17:38:33 +0100
  • c75a0f8aa7 Particular immersion grimmauld 2021-03-21 17:16:17 +0100
  • 9a493b7977 Sticker fixer. JozsefA 2021-03-20 23:35:13 -0700
  • 6a0ad77fe7 Refactor away TileEntityInstance#init JozsefA 2021-03-20 22:33:24 -0700
  • a356f8a91a Ponder and Polish simibubi 2021-03-21 03:51:22 +0100
  • f6cfd377a7 Ticking things. JozsefA 2021-03-20 16:30:09 -0700
  • 9df9a99185 We have SPONGE! (and not only for mixins...) grimmauld 2021-03-20 22:49:42 +0100
  • 3d0898c59b Smooth harvesters, step sounds v1. JozsefA 2021-03-20 13:16:20 -0700
  • 7199068189 Fix some stuff, break othter stuff - Ponder Scenes have misplaced icons - placement helper arrows don't render - Particles in ponders *should* work -> added WrappedClientWorld to make that work - fixed ponder crashingon 1.16 - moved gui stuff to matrix stacks - remove BlockHalper#hasBlockStateProperty, as BlockState#contains is a thing - ran runData grimmauld 2021-03-20 17:33:35 +0100
  • d03ea3488a Merge branch 'mc1.15/dev' into mc1.16/dev zelophed 2021-03-20 12:58:02 +0100
  • c0de8c4eb6 The grind continues simibubi 2021-03-19 20:05:55 +0100
  • cef93ab0a8 Merge remote-tracking branch 'upstream/mc1.15/dev' into mc1.15/dev JozsefA 2021-03-18 14:37:03 -0700
  • b7ec884b9c Includes, quaternions, and frames. JozsefA 2021-03-18 14:36:37 -0700
  • 7954aed0fd Disassemble contraption when bearing block being rotated by wrench Snownee 2021-03-18 23:26:15 +0800
  • 3b36526443 Merge branch 'mc1.15/dev' of https://github.com/Creators-of-Create/Create into mc1.15/dev Snownee 2021-03-18 18:49:43 +0800
  • d75793d036 Add extra item capability checks Snownee 2021-03-18 18:43:25 +0800
  • f7f51d1988 Ponder on Tracks simibubi 2021-03-17 23:31:30 +0100
  • cddc4a40f5 Merge branch 'mc1.15/dev' of https://github.com/Creators-of-Create/Create into mc1.15/dev simibubi 2021-03-17 01:23:18 +0100
  • 1d3e057dda Last kinetic relays and generators simibubi 2021-03-17 01:23:16 +0100
  • 20da7c7761 Merge remote-tracking branch 'upstream/mc1.15/dev' into mc1.15/dev JozsefA 2021-03-16 15:52:45 -0700
  • 018c177f1e Better contraption actor instancing. JozsefA 2021-03-16 15:52:37 -0700
  • a897b5e78b Scene machine simibubi 2021-03-16 21:04:42 +0100
  • 13a4d0ca62 funnel extraction zelophed 2021-03-16 17:21:32 +0100
  • e3394a8907 Allow attribute filter screen to have space to show JEI bookmarks Snownee 2021-03-16 21:56:04 +0800
  • ddb5aa9a3d Human friendly schematic selection Snownee 2021-03-16 15:38:20 +0800
  • 8b5d5abc06 Merge remote-tracking branch 'upstream/mc1.15/dev' into mc1.15/dev Snownee 2021-03-16 12:32:31 +0800
  • 3af36d7bd1
    Update zh_tw.json zxcvbnmyr 2021-03-16 11:24:21 +0800
  • 27eaf55b45 Another UI reshuffle simibubi 2021-03-16 03:24:34 +0100
  • 9a545a09a4 Merge remote-tracking branch 'upstream/mc1.15/dev' into mc1.15/dev JozsefA 2021-03-15 15:58:51 -0700
  • e1c16d869d Some semblance of immersive portals compat. JozsefA 2021-03-15 15:58:41 -0700
  • e38d85a633 Merge branch 'mc1.15/dev' of https://github.com/Creators-of-Create/Create into mc1.15/dev simibubi 2021-03-15 23:20:26 +0100
  • d9027c1d99 Logic Thinking simibubi 2021-03-15 23:20:24 +0100
  • 52eed2bab3 Instanced Gauges and Valves, DRY lighting. JozsefA 2021-03-15 14:20:13 -0700
  • 41e1d18702
    Update zh_tw.json zxcvbnmyr 2021-03-16 01:12:37 +0800
  • 298b900355
    Update zh_tw.json zxcvbnmyr 2021-03-16 01:05:37 +0800
  • a534d2230c Implement extra area for schematic table Snownee 2021-03-16 00:26:00 +0800
  • 8281c5746a Fix ponder particles weirdness Snownee 2021-03-15 17:00:42 +0800
  • 411925033e Merge remote-tracking branch 'upstream/mc1.15/dev' into mc1.15/dev Snownee 2021-03-15 13:02:05 +0800
  • 0ca388141c Better line breaking Snownee 2021-03-15 13:00:55 +0800
  • f1b940ea18 Cutting imaginary trees simibubi 2021-03-15 05:49:29 +0100
  • 2bf9672d92 hotfix simibubi 2021-03-14 23:26:05 +0100
  • dac1cf0303 Merge branch 'mc1.15/dev' of https://github.com/Creators-of-Create/Create into mc1.15/dev simibubi 2021-03-14 21:12:04 +0100
  • a8dc4f3622 Broken Breaking simibubi 2021-03-14 21:12:02 +0100
  • b71c831a07 Lieutenant Scatterbrain. JozsefA 2021-03-13 20:45:24 -0800
  • a40d0f58c2 Pondering about sticky stuff simibubi 2021-03-13 18:24:10 +0100
  • fa66c44a50
    Update zh_tw.json zxcvbnmyr 2021-03-13 14:17:22 +0800
  • 6d602b5533
    Update zh_tw.json zxcvbnmyr 2021-03-13 14:05:01 +0800
  • d735d237ec Ghost blocks are less spooky. JozsefA 2021-03-12 20:20:14 -0800
  • a1e10a5c3c Belt speed = item speed and secret wrench fix. JozsefA 2021-03-12 16:33:01 -0800
  • f14661fb6f Pondering: the beginning and the end. JozsefA 2021-03-12 14:03:21 -0800
  • 841bba04bd Pondering too quickly simibubi 2021-03-12 20:42:37 +0100
  • 678ddfa764 Spoutput blockage simibubi 2021-03-12 18:44:05 +0100
  • af9ed3e44b Merge branch 'mc1.15/dev' of https://github.com/Creators-of-Create/Create into mc1.15/dev Snownee 2021-03-12 23:51:20 +0800
  • 6baa519973 Fix cart assembler duplication (closes #1058, #1150) Snownee 2021-03-12 23:46:26 +0800
  • 438ac99b2d fix dist issues for dedicated server zelophed 2021-03-12 15:51:25 +0100
  • 51c919e4d8 too much assist zelophed 2021-03-12 03:47:36 +0100
  • 154000290e Merge remote-tracking branch 'upstream/mc1.15/dev' into mc1.15/dev JozsefA 2021-03-11 16:04:40 -0800
  • f9eb4dd2e7 Pondering back and forth. JozsefA 2021-03-11 15:59:26 -0800
  • 5e5289fcb0 Update secondary_linear_chassis_side_connected.png Kryppers 2021-03-11 23:50:58 +0000