Merith
9fb35b2799
Merge pull request #11 from ga2mer/1.17.1
...
Wired Modem/Cable breaking and creative picking of sided modem and cable
2021-10-28 10:10:36 -07:00
Nikita Savyolov
272572dbf2
fix: creative picking sided modem/cable
2021-10-28 01:10:47 +03:00
Nikita Savyolov
702e4fc787
fix: correct (maybe) modem properties
...
something changed in 1.17 and the modem now slowly breaks with hand or pickaxe, so we set this manually
2021-10-28 01:08:31 +03:00
Jonathan Coates
ea7a218f4a
Make turtle breaking a little more data driven
...
- Allow any tool to break an "instabreak" block (saplings, plants,
TNT). Oddly this doesn't include bamboo or bamboo sapings (they're
marked as instabreak, only to have their strength overridden again!),
so we also provide a tag for additional blocks to allow.
- Hoes and shovels now allow breaking any block for which this tool is
effective.
- Use block tags to drive any other block breaking capabilities. For
instance, hoes can break pumpkins and cactuses despite not being
effective.
This should get a little nicer in 1.17, as we can just use block tags
for everything.
2021-10-27 19:32:58 +01:00
Merith
511327effe
Merge pull request #10 from 3prm3/1.17.1
...
Fixed grammar errors like your/you're added a link.
2021-10-27 08:44:12 -07:00
ƐqɿmƐ
940e35caea
Fixed grammar errors like your/you're added a link.
2021-10-26 19:14:04 -07:00
Joseph Charamut
fca01693dd
Update jitpack.yml
2021-10-26 21:21:31 -04:00
Joseph Charamut
8846a3f36f
Create jitpack.yml
2021-10-26 21:19:36 -04:00
Merith
8002c9e932
Merge pull request #2 from ga2mer/1.17.1
...
Mainly WiredModem/Cable fixes
2021-10-26 13:29:33 -07:00
Jonathan Coates
544bcaa599
Clear the entity drop list as well as cancelling
...
Fixes #940
2021-10-24 19:11:21 +01:00
Nikita Savyolov
6fd8331e94
fix: BlockCable removedByPlayer
2021-10-18 21:47:43 +03:00
Nikita Savyolov
7a667b9028
fix: correct cable with wired modem highlight
...
The right thing would be to fix Mixin, just like it is done in Forge, but I think that's enough for now
2021-10-18 21:45:33 +03:00
Nikita Savyolov
67b7cd7a14
fix: wired modem direction
2021-10-17 21:10:10 +03:00
Nikita Savyolov
960d79803d
fix: MixinWorld more correct height check
...
I think this Mixin need to be revisiting
2021-10-17 21:08:48 +03:00
Jonathan Coates
ab6b861cd6
Move repo to cc-tweaked org
...
Let's see how this goes.
- Update references to the new repo
- Use rrsync on the server, meaning make-doc.sh uploads relative to the
website root.
- Bump Gradle wrapper to 7.2. Not related to this change, but possibly
fixes running under Java 16. Possibly.
2021-10-17 18:14:32 +01:00
Merith-TK
43ef36fa15
Update links to repo
2021-10-15 16:08:55 -07:00
Merith
f037d9539e
update to beta-1
2021-10-14 06:35:57 +00:00
Merith
a3b2f7b5bd
please the linter
...
fix excess whitespace in readme
2021-10-13 23:25:52 -07:00
Merith
0859145d18
Merge pull request #80 from joecharamut/1.17.1
...
Fix NPE when activating piston
2021-10-13 23:25:14 -07:00
Joseph Charamut
f6e4122f7f
Fix NPE when activating piston
2021-10-14 01:33:12 -04:00
Merith
8e4023fdbc
please the linter
...
pleasing the linter
2021-10-13 17:40:28 -07:00
Merith
f10818ec6b
update readme
2021-10-13 19:35:37 +00:00
Jonathan Coates
72e8fc03d3
Fix upload bandwidth limit not being set
...
Lol, woops.
2021-10-13 17:56:12 +01:00
Jonathan Coates
0e94355a85
Some post-1.17 cleanup
...
- Fix broken Javadoc references
- Apply a couple of refactoring suggestions from IDEA
2021-10-13 17:46:29 +01:00
Merith
bc2358489b
Merge pull request #78 from ga2mer/1.17-alpha
...
fix: more correct mouseReleased event
V1.97.1-beta
2021-10-12 09:23:55 -07:00
Nikita Savyolov
6e5e682e3a
fix: more correct mouseReleased event
...
WidgetTerminal still calls mouseReleased on every container click instead of terminal only (like Forge does)
2021-10-12 19:14:03 +03:00
Merith
02c63ce7e8
update version number
2021-10-12 16:10:27 +00:00
Jacob Farley
fd24d89f89
my bad
2021-10-11 19:12:07 -05:00
Jacob Farley
685d33a2dd
fix github actions
2021-10-11 19:09:41 -05:00
Jacob Farley
ca40c9cf19
needs further testing, but presumably fixes #55
2021-10-11 18:26:20 -05:00
Merith
8985ea9560
Merge pull request #75 from ga2mer/1.17-alpha
...
1.17.1 some fixes
2021-10-11 14:13:26 -07:00
Nikita Savyolov
1832028dfd
fix: remove generated recipes and fix pocket upgrades nbt
2021-10-11 22:50:31 +03:00
Nikita Savyolov
316889dab7
fix: recipe util set nbt correct nbt parsing
2021-10-11 22:49:37 +03:00
Nikita Savyolov
96c80a6549
fix: play sounds using Identifier rather than SoundEvent
...
6dd33f7099
2021-10-11 22:49:05 +03:00
Jonathan Coates
482ae0d22e
Fix recipe book upgrade recipes
...
- Flip turtle/pocket and upgrade item.
- Correctly set NBT on pocket upgrade recipe output.
2021-10-11 12:17:45 +01:00
Nikita Savyolov
fb274e2ed6
fix: recipes with nbt
...
it looks like the recipes need to be regenerated
2021-10-11 10:06:15 +03:00
Jonathan Coates
6dd33f7099
Play sounds using ResourceLocation rather than SoundEvent
...
The latter is not registered when sounds are added via resource packs.
Fixes #938 . Probably.
2021-10-10 22:35:45 +01:00
Nikita Savyolov
ebe847c04b
fix: mouseUp (mouseReleased) event
...
mouseReleased doesn't work at ClickableWidget, why?
2021-10-10 23:28:07 +03:00
Nikita Savyolov
fdbf41b3c4
fix: MixinLanguage remove keys if they exists in vanilla
2021-10-10 17:26:25 +03:00
Nikita Savyolov
9dcb9f9537
fix: ModelTransformer return old code, it was wrong get offset length
2021-10-10 08:41:23 +03:00
Merith
1395c877af
update version number
2021-10-10 00:37:35 +00:00
Merith
969451f18c
Merge pull request #74 from ga2mer/1.17-alpha
...
1.17.1 port
2021-10-09 11:32:11 -07:00
Nikita Savyolov
259c8d57f5
fix: removed some imports
2021-10-09 21:08:59 +03:00
Nikita Savyolov
2ee07283fa
Merge branch 'fabric' into 1.17-alpha
2021-10-09 21:02:41 +03:00
Nikita Savyolov
c85a80617a
fix: some tile write nbt returns
2021-10-09 20:52:45 +03:00
Nikita Savyolov
5aa8611e43
fix: return cc:r textures except advanced gui corners
2021-10-09 20:30:33 +03:00
Nikita Savyolov
86aecd945e
fix: mixins
2021-10-08 23:08:03 +03:00
Jonathan Coates
045472577a
Improve motd a hundred fold
...
Yes, I know this is a terrible feature. But it's been a long week and
I'm so tired.
Also fix the ordering in motd_spec. Who thought putting the month first
was reasonable?
2021-10-08 20:49:37 +01:00
Nikita Savyolov
a7a9f4fa13
license: imatrix4f
2021-10-08 18:42:29 +03:00
Nikita Savyolov
22e4c0603b
fix: remove unused imports
2021-10-08 18:35:01 +03:00