-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Item Registry + Creative Tab Registry working on Forge + Fabric
- Loading branch information
1 parent
d552045
commit a126362
Showing
64 changed files
with
1,857 additions
and
433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"type": "stable", | ||
"version": "1.19.1", | ||
|
||
"mojmap": null, | ||
"yarn": null, | ||
"parchment": null, | ||
"mcp": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"type": "stable", | ||
"version": "1.19.1", | ||
|
||
"javaVersion": "17", | ||
|
||
"forgeGradleVersion": "7.5.1", | ||
"fabricGradleVersion": "8.0.1", | ||
|
||
"forgeVersion": "42.0.9" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"type": "stable", | ||
"version": "1.19.2", | ||
|
||
"mojmap": null, | ||
"yarn": null, | ||
"parchment": null, | ||
"mcp": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"type": "stable", | ||
"version": "1.19.2", | ||
|
||
"javaVersion": "17", | ||
|
||
"forgeGradleVersion": "7.5.1", | ||
"fabricGradleVersion": "8.0.1", | ||
|
||
"forgeVersion": "43.2.8" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"type": "stable", | ||
"version": "1.19", | ||
|
||
"mojmap": null, | ||
"yarn": null, | ||
"parchment": null, | ||
"mcp": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"type": "stable", | ||
"version": "1.19.0", | ||
|
||
"javaVersion": "17", | ||
|
||
"forgeGradleVersion": "7.5.1", | ||
"fabricGradleVersion": "8.0.1", | ||
|
||
"forgeVersion": "44.1.10" | ||
} |
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
samples/made-in-haxe/resources/assets/made-in-haxe/lang/en_us.json
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
samples/made-in-haxe/src/com/elitemastereric/madeinhaxe/items/ModItems.hx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Made in Haxe | ||
|
||
Made in Haxe is a barebones sample mod, which adds a new item and a new Creative Mode tab to hold it. | ||
|
||
## Compatibility | ||
|
||
MC Version | Forge | Fabric | ||
---|---|--- | ||
1.19.4 | ✓ | | ||
1.19.3 | ✓ | | ||
1.19.2 | ✗ | ? | ||
1.19.1 | ? | ? | ||
1.19.0 | ? | ? | ||
|
||
**Legend**: | ||
- `✓`: Builds and runs successfully in a modded game | ||
- `⚠`: Fails to build due to issues with external libraries | ||
- `✗`: Fails to build due to issues with PickHaxe | ||
- `?`: Not tested | ||
|
||
**Issue List**: | ||
- 1.19.4 Forge: Requires using `--mappings mojang` on build and make | ||
|
||
|
||
## Building | ||
|
||
- Make sure you have Haxe 4.3.0 installed. | ||
- `haxelib run pickhaxe build fabric 1.19.3` | ||
- `haxelib run pickhaxe gradlew fabric 1.19.3 build` | ||
- Look in `./build/fabric/1.19.3/` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
5 changes: 5 additions & 0 deletions
5
samples/madeinhaxe/resources/assets/madeinhaxe/lang/en_us.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"itemGroup.madeinhaxe.made_in_haxe": "Made in Haxe", | ||
|
||
"item.madeinhaxe.glyph_haxe": "Haxe Glyph" | ||
} |
2 changes: 1 addition & 1 deletion
2
.../made-in-haxe/models/item/haxe_glyph.json → ...ts/madeinhaxe/models/item/glyph_haxe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "made-in-haxe:item/haxe_glyph" | ||
"layer0": "madeinhaxe:item/glyph_haxe" | ||
} | ||
} |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.