Devan-Kerman
7b93f91ffa
Merge pull request #36 from Merith-TK/fabric
...
Update to Match CC:T version
2021-03-04 19:22:59 -06:00
Merith-TK
31a1027401
Clean up some examples a little bit
...
Would be good if they didn't crash and burn on entry :).
2021-03-02 23:12:53 -08:00
Merith-TK
e0fc994819
[TODO] Auto-generate monitor models
...
I didn't think it was worth it, and then I found myself needing to
update a dozen of them. The code isn't especially pretty, but it works,
so that's fine.
Also fixes several issues with us using the wrong texture (closes #572 ).
I've put together a wiki page[1] which describes each texture in a
little more detail.
[1] https://github.com/SquidDev-CC/CC-Tweaked/wiki/Monitor-texture-reference
2021-03-02 22:47:44 -08:00
Merith-TK
43408bf085
CC:R 1.94.0
v1.94.0
2021-03-02 19:21:12 -08:00
Merith-TK
d28f42e8b7
use arg[0] in all usage printouts ( #571 )
2021-03-02 18:22:26 -08:00
Wojbie
1f70ed6985
Make edit display errors/results of execution and handle require. ( #723 )
2021-02-23 20:50:19 +00:00
Merith-TK
ac452582c1
Use blit to draw boxes, add colors.toBlit ( #570 )
2021-02-22 18:49:39 -08:00
Merith-TK
7e65c6b25c
Fix JSON objects failing to pass
2021-02-22 18:11:27 -08:00
Merith-TK
457a863842
Dont fail when codecov is being finicky
2021-02-22 18:09:31 -08:00
Merith-TK
eef36e1358
Various SNBT parsing improvements
2021-02-22 17:45:44 -08:00
Merith-TK
feda08b915
Draw in-hand pocket computers with blending
2021-02-22 17:43:54 -08:00
Merith-TK
0240ce50ce
Bump cct-javadoc version
2021-02-22 17:34:20 -08:00
Merith-TK
592b83e784
[TODO] Fix players not getting advancements when they own turtles
2021-02-22 17:32:26 -08:00
Merith-TK
5d91491ec7
Remove superfluous imports
2021-02-22 12:25:13 -08:00
Merith-TK
7326d1110d
Make generic peripherals on by default
2021-02-22 12:17:03 -08:00
Merith-TK
0aa6ac05a0
Add function to get window visibility
2021-02-22 11:56:22 -08:00
Merith-TK
27a2c063b9
Update configuration to match latest illuaminate
2021-02-22 11:50:33 -08:00
Merith-TK
89a195ec06
CC:R 1.93.1
v1.93.1
2021-02-22 11:05:23 -08:00
Merith-TK
0e5fd4e8e0
Fix TBO norm issues on old GPUs
2021-02-22 10:56:52 -08:00
Merith-TK
aa4ec53bb6
Bump JEI/crafttweaker versions
2021-02-22 10:50:57 -08:00
Merith-TK
6b49327462
Document remaining OS functions ( #554 )
2021-02-22 10:49:52 -08:00
Merith-TK
74ad934889
Add color table to docs ( #553 )
2021-02-22 10:43:27 -08:00
Merith-TK
08b3dbbad5
Fix My Docs, Update Patchwork Format
2021-02-22 10:38:52 -08:00
Merith-TK
54eac0a2f8
CC:R 1.93
v1.93.0
2021-02-22 10:27:15 -08:00
Merith-TK
51ca5e620c
Don't propagate adjacent redstone signals for computers ( #549 )
...
[PatchWork] Also updated patchwork format information
2021-02-22 10:22:10 -08:00
Merith-TK
076d572831
Fix io.open documentation
2021-02-22 03:25:08 -08:00
Merith-TK
75f2b91fef
Translations for Swedish
2021-02-22 03:23:58 -08:00
Merith-TK
79534e5630
Fix incorrect open container check
2021-02-22 03:22:39 -08:00
Merith-TK
d483a91459
Use tags to check if something is a dye
2021-02-22 03:08:41 -08:00
Merith-TK
71d764f122
HTTP rules now allow filtering by port
2021-02-22 02:56:04 -08:00
Merith-TK
2e527eb11e
Fix additional -
in docs
2021-02-22 01:45:26 -08:00
Merith-TK
19273b3696
CC:R 1.92.0
v1.92.0
2021-02-22 01:42:34 -08:00
Merith-TK
4643641d51
Update Patchwork, Handle Tabs when Parsing Json
2021-02-22 01:23:39 -08:00
Merith-TK
63cd9c5bc7
Update Patchwork.md with format
2021-02-22 01:20:51 -08:00
Merith-TK
e9c11ff325
Translations for Vienamese
2021-02-22 01:13:56 -08:00
Merith-TK
452464aa01
add changelog + vienamese support
2021-02-22 01:11:29 -08:00
Merith-TK
8885462175
Don't use entity.captureDrops at all (removed line)
2021-02-22 01:05:22 -08:00
Merith-TK
b8bd64913b
Add date-specific MOTDs (like Minecraft) (CCT#533)
2021-02-22 01:02:56 -08:00
Weblate
8f3ea60c74
Translations for Portuguese (Brazil)
...
Co-authored-by: Matheus Medeiros Souza <mmedeiros.cbp@gmail.com >
2021-02-21 13:42:57 +00:00
Jonathan Coates
eb722a74cd
Clarify the turtle.place docs a little
...
Closes #714
2021-02-20 20:19:22 +00:00
Jonathan Coates
1825f67eee
Lazily load models in data generators
...
Fixes #701 (well, hopefully). Our BlockModelProvider is created when
running other mods' data generators (thought not run), which causes
issues as none of the models are considered as "existing files".
2021-02-13 13:02:24 +00:00
Jonathan Coates
975a994581
Fix missing method usages
...
Maybe one should do a full gradle build when doing major build c hanges
:D:.
2021-02-13 12:48:59 +00:00
Jonathan Coates
061514549d
Bump Gradle/ForgeGradle version
...
This is definitely going to break the build (it shouldn't, but these
things always do). Anyway...
- Use the new Java toolchain support, rather than requiring the user to
install multiple Java versions.
- Bump versions of several plugins.
We're sadly stuck on Gradle <7 for now, as they drop the old
maven-publish plugin, which drops SCP support.
2021-02-13 12:39:52 +00:00
David Queneau
00b458c39a
Revert "Cable modems can be placed against all blocks, including chests."
...
This reverts commit 664df62d
2021-02-07 10:47:50 -08:00
Jonathan Coates
5e52429c23
Merge pull request #709 from SkyTheCodeMaster/patch-1
...
Fix `redstone.getBundledInput(side)` returning the output of said side.
2021-02-05 20:54:57 +00:00
SkyTheCodeMaster
396cf15a1f
Fix redstone.getBundledInput(side)
returning the output of said side.
2021-02-05 14:10:11 -05:00
Devan-Kerman
88722d484f
Merge pull request #29 from davidqueneau/fabric
...
Porting GenericPeripherals from upstream CC: Tweaked
2021-02-03 10:44:02 -06:00
David Queneau
6d103e2114
Item movement methods now respect inventory slot rules (i.e. no pickaxes in the fuel slot of a furnace).
2021-02-01 23:21:25 -08:00
David Queneau
42f23d56ae
Double chest inventories are now handled correctly.
2021-02-01 19:04:02 -08:00
David Queneau
89d5211bd7
Fixed bad assumption about empty ItemStacks being reset to ItemStack.EMPTY. Items no longer transfer into an inventory as a different item than they began.
2021-02-01 00:02:28 -08:00