Commit Graph

3887 Commits

Author SHA1 Message Date
Darkere
b64aab9c59 Amount specifying screen is now limited to valid values.
Cherry picked from 3402fc538ad1c00b384e0f180f6654995142f432
2022-01-25 17:49:18 +01:00
Darkere
2ff06d379e Fixed fluid autocrafting breaking when using 2 stacks of the same fluid in a pattern.
Cherry picked from 69753592358a0e361a4e392770e12e6d61e1519b
2022-01-25 17:47:14 +01:00
Darkere
e53ad61d59 Fixed autocrafting task getting stuck if two tasks fulfilled each others requirements. Fixes #3217
A second task was able to finish a first task without the first tasks quantity reaching 0, in which case the state of the first task went from PROCESSED to READY and would never finish.

Cherry picked from fdc1991c32cfc6ba4ef735641dbe8f593f745486
2022-01-25 17:44:24 +01:00
Darkere
aa1777d5dc Processing patterns now use the order of items/fluids specified in the pattern.
Cherry picked from bb44bf1633f4986a9400a7eaa55e5d0e96e9989d
2022-01-25 17:42:58 +01:00
Darkere
6827b12f4a Fixed multiple bugs related to transferring recipes into the Crafting Grid.
Cherry picked from e0fab68fd3957ee5081a0a709b7fb7c6f7c704a9
2022-01-25 17:41:02 +01:00
raoulvdberge
04187930c4 Bump to v1.10.0-beta.5 2021-12-28 22:35:17 +01:00
raoulvdberge
6cdb16a4cd Update changelog 2021-12-28 22:28:00 +01:00
raoulvdberge
aaa63cd519 Fix client crashes when starting the game. Fixes #3190 2021-12-28 22:25:50 +01:00
raoulvdberge
42d3375923 Rename MainItemGroup to MainCreativeTab 2021-12-28 22:03:11 +01:00
raoulvdberge
dd3b986450 Rename MainItemGroup to MainCreativeTab 2021-12-28 22:03:11 +01:00
raoulvdberge
4ef36c24a6 Some more World -> Level renames 2021-12-28 22:03:10 +01:00
Jack Steel
2785b2c149 Return an ArrayList rather than ImmutableList for FluidGrid tooltip
Fixes #3187
2021-12-28 22:02:07 +01:00
E. Kim
f3059c819d Update ko_kr.json 2021-12-28 21:57:33 +01:00
raoulvdberge
5ec745f17d Add FUNDING.yml 2021-12-18 16:47:48 +01:00
raoulvdberge
2f65c26e80 Add TODO 2021-12-18 14:31:33 +01:00
raoulvdberge
1866ed4f10 Bump to v1.10.0-beta.4 2021-12-17 12:10:28 +01:00
raoulvdberge
a522edea08 Fix networks and network devices being removed when a chunk unloads. Fixes #3178 2021-12-17 12:06:04 +01:00
raoulvdberge
a4ebfe190d Bump to 1.10.0-beta.3. 2021-12-16 02:42:09 +01:00
raoulvdberge
48873ab12b Fixed potential Pattern crash when loading Minecraft. Fixes #3176
Fixes a NPE when using "level" later on in the pattern factory
Normally, this shouldn't be an issue because there is a hasTag() guard (and MC preloads tooltips of items where tag = null)
But for some reason, there is an environment where MC loads the Pattern tooltip (at startup) with a NBT tag
2021-12-16 02:30:48 +01:00
raoulvdberge
07b2dcba63 Fixed all Refined Storage advancements being granted when joining a world. Fixes #3175
Also re-runs datagen.
2021-12-16 02:16:55 +01:00
raoulvdberge
0eb95037a2 Remove JSON update URL as we are moving to GitHub releases 2021-12-15 19:42:45 +01:00
raoulvdberge
78d2f50a0c Finalize setup classes correctly 2021-12-15 19:42:31 +01:00
raoulvdberge
eb7b00a271 Add changelog for 1.9.17 to 1.10.0-beta.1 2021-12-15 18:50:57 +01:00
raoulvdberge
e60fed0303 Update changelog 2021-12-15 18:45:20 +01:00
raoulvdberge
cc4fcd2ee2 Bump to 1.10.0-beta.2 2021-12-15 18:43:50 +01:00
raoulvdberge
d1b2286928 1.10.0-beta.1 2021-12-15 18:32:25 +01:00
raoulvdberge
d28d593a15 Rename MatrixStack -> PoseStack 2021-12-15 18:23:18 +01:00
raoulvdberge
4725a1d782 Fix server loading issues 2021-12-15 18:20:08 +01:00
raoulvdberge
ca0d0032e4 Rename Container -> ContainerMenu 2021-12-15 17:46:37 +01:00
Beech Horn
933c2f8511 Added caching to the CraftingManager (#3171)
* Added caching to the CraftingManager

* Fixed import problems.
2021-12-15 16:35:16 +01:00
raoulvdberge
24e82e64dc Handle volatiles 2021-12-13 11:28:28 +01:00
raoulvdberge
5c1aa6ae1f Rename tile -> block entity 2021-12-13 10:50:58 +01:00
raoulvdberge
77e1162c53 Rename world -> level 2021-12-13 10:24:54 +01:00
raoulvdberge
b0673da75c Fix missing game version 2021-12-12 23:42:55 +01:00
raoulvdberge
8c41a49180 Correct formatting 2021-12-12 23:31:15 +01:00
raoulvdberge
548c77252f Add CurseForge plugin 2021-12-12 23:28:43 +01:00
raoulvdberge
0906b51b99 Remove TODOs 2021-12-12 23:06:07 +01:00
raoulvdberge
6c786c453a Fix being unable to start autocrafting 2021-12-12 22:46:55 +01:00
raoulvdberge
2780f8529c Cleanup 2021-12-12 22:06:22 +01:00
raoulvdberge
2358013b06 Remove inaccurate info from CONTRIBUTING.md 2021-12-12 21:51:21 +01:00
raoulvdberge
ac8bbce286 Add release pipeline 2021-12-12 21:48:15 +01:00
raoulvdberge
bc8b300e37 Change default branch to develop 2021-12-12 21:44:59 +01:00
raoulvdberge
49e342597e Add CONTRIBUTING.md 2021-12-12 21:43:56 +01:00
raoulvdberge
fdafad2b5c Add build badge to README 2021-12-12 21:43:47 +01:00
raoulvdberge
5c11d3af37 Add issue templates 2021-12-12 21:43:36 +01:00
raoulvdberge
bc95760700 Add build GH pipeline 2021-12-12 20:45:45 +01:00
raoulvdberge
18c7fd8403 Fix Javadoc 2021-12-12 20:42:40 +01:00
raoulvdberge
653a6c2d23 Update README badges 2021-12-12 20:31:00 +01:00
raoulvdberge
3aa1349942 Update LICENSE.md 2021-12-12 20:29:25 +01:00
raoulvdberge
da8adda303 Remove Jenkinsfile 2021-12-12 20:29:14 +01:00