Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework server resources #111

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
6c5ef28
remove datapack index page
IchHabeHunger54 May 19, 2024
33f461b
rework advancements article
IchHabeHunger54 May 20, 2024
f617c53
move and rework data maps articles
IchHabeHunger54 May 22, 2024
c808131
Merge remote-tracking branch 'upstream/main'
IchHabeHunger54 May 22, 2024
f602e5c
rework conditions article
IchHabeHunger54 May 22, 2024
2f9ad35
add damage types article
IchHabeHunger54 May 23, 2024
9ae7ed6
add some extra context to datamaps and conditions
IchHabeHunger54 May 23, 2024
e2df534
add links to damage types
IchHabeHunger54 May 23, 2024
06a4382
rewrite and move loot tables article
IchHabeHunger54 Jun 7, 2024
aa428c9
rewrite and move glm article
IchHabeHunger54 Jun 7, 2024
b88d4e4
loot table datagen
IchHabeHunger54 Jun 8, 2024
6266933
rework tags article
IchHabeHunger54 Jun 12, 2024
32a161b
recipes restructure
IchHabeHunger54 Jun 12, 2024
1457e3f
replace all new ResourceLocation() calls with ResourceLocation.create…
IchHabeHunger54 Jun 12, 2024
6a1eed7
Revert "replace all new ResourceLocation() calls with ResourceLocatio…
IchHabeHunger54 Jun 12, 2024
983d1b6
replace all new ResourceLocation() calls with ResourceLocation.fromNa…
IchHabeHunger54 Jun 12, 2024
46fc70b
fix broken links
IchHabeHunger54 Jun 12, 2024
d1b9ca6
fix broken links pt 2
IchHabeHunger54 Jun 12, 2024
43e1c7c
Merge remote-tracking branch 'refs/remotes/upstream/main' into rework…
IchHabeHunger54 Jun 15, 2024
847544c
apply feedback part 1
IchHabeHunger54 Jun 16, 2024
1cdda43
apply feedback part 2
IchHabeHunger54 Jun 28, 2024
0ecb445
Merge remote-tracking branch 'upstream/main'
IchHabeHunger54 Jun 28, 2024
a8069aa
Merge branch 'refs/heads/main' into rework/server-resources
IchHabeHunger54 Jun 28, 2024
49ed6cb
Merge remote-tracking branch 'upstream/main'
IchHabeHunger54 Jun 28, 2024
584d0d8
Merge branch 'refs/heads/main' into rework/server-resources
IchHabeHunger54 Jun 28, 2024
daae7ff
fix broken markdown link
IchHabeHunger54 Jun 28, 2024
41435b7
apply feedback part 3
IchHabeHunger54 Jun 28, 2024
dc1898d
rework loot table article
IchHabeHunger54 Jun 30, 2024
66085a7
add vanilla conditions documentation
IchHabeHunger54 Jun 30, 2024
1e3187d
add vanilla loot functions documentation
IchHabeHunger54 Jul 7, 2024
adcf9c6
add loot parameter info to loot functions article
IchHabeHunger54 Jul 8, 2024
d127fa3
move custom loot table objects into a separate article
IchHabeHunger54 Jul 8, 2024
38ad089
recipes, part 1
Jul 8, 2024
17721ad
Merge remote-tracking branch 'refs/remotes/upstream/main' into rework…
Jul 8, 2024
abdb2ea
fix leftover merge issues
Jul 8, 2024
9834cde
delete old loot tables article
Jul 8, 2024
1ce17ef
apply feedback
Jul 8, 2024
3fb79b8
recipes, part 2
Jul 8, 2024
7e4bd10
recipes, part 3
Jul 9, 2024
69d8014
recipes, part 4
Jul 9, 2024
3f1f68d
recipes, part 5
Jul 10, 2024
7d582ea
recipes, part 6
Jul 16, 2024
70d6598
recipes, part 7
IchHabeHunger54 Jul 16, 2024
b3d33ce
recipes, part 8
IchHabeHunger54 Jul 16, 2024
be94ab9
fix indentations
IchHabeHunger54 Jul 17, 2024
f0f1fc7
apply feedback
IchHabeHunger54 Jul 17, 2024
c86885e
apply feedback by @XFactHD
IchHabeHunger54 Jul 19, 2024
91d3c85
remove duplicate info in builtin.md
IchHabeHunger54 Jul 19, 2024
581974d
apply feedback by @ChampionAsh5357
IchHabeHunger54 Jul 20, 2024
ee10c7e
fix incorrect value in recipe datagen
IchHabeHunger54 Jul 21, 2024
d054143
fix shapeless recipe builder example
IchHabeHunger54 Jul 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/concepts/registries.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ static void onGatherData(GatherDataEvent event) {
[codec]: ../datastorage/codecs.md
[datagen]: #data-generation-for-datapack-registries
[datagenindex]: ../resources/index.md#data-generation
[datapack]: ../resources/server/index.md
[datapack]: ../resources/index.md#data
[defregblocks]: ../blocks/index.md#deferredregisterblocks-helpers
[defregitems]: ../items/index.md#deferredregisteritems
[event]: ./events.md
Expand Down
3 changes: 0 additions & 3 deletions docs/datagen/_category_.json

This file was deleted.

65 changes: 0 additions & 65 deletions docs/datagen/advancements.md

This file was deleted.

34 changes: 0 additions & 34 deletions docs/datagen/glm.md

This file was deleted.

146 changes: 0 additions & 146 deletions docs/datagen/loottables.md

This file was deleted.

Loading
Loading