@ -4,14 +4,14 @@ org.gradle.parallel=true
|
|||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/develop
|
# check these on https://fabricmc.net/develop
|
||||||
minecraft_version=1.21.4
|
minecraft_version=1.21.1
|
||||||
yarn_mappings=1.21.4+build.8
|
yarn_mappings=1.21.1+build.3
|
||||||
loader_version=0.16.10
|
loader_version=0.16.10
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=0.1.0
|
mod_version=0.0.0
|
||||||
maven_group=xyz.ibatv.nethercraft
|
maven_group=xyz.ibatv.nethercraft
|
||||||
archives_base_name=nethercraft-classic
|
archives_base_name=nethercraft-classic
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
fabric_version=0.118.0+1.21.4
|
fabric_version=0.115.1+1.21.1
|
35
resources/fabric.mod.json
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"schemaVersion": 1,
|
||||||
|
"id": "nethercraft-classic",
|
||||||
|
"version": "${version}",
|
||||||
|
"name": "Nethercraft Classic",
|
||||||
|
"description": "A classic beta mod originally by scokeev9. The mod makes the Nether survivable, adding things like food, trees, new ores, and mobs. As of the Nether Update, biomes are now included!",
|
||||||
|
"authors": [
|
||||||
|
"scokeev9",
|
||||||
|
"IveBeenAlone"
|
||||||
|
],
|
||||||
|
"contact": {
|
||||||
|
"homepage": "https://ibatv.xyz/",
|
||||||
|
"sources": "https://git.ibatv.xyz/IveBeenAlone/nethercraft-classic-fabric"
|
||||||
|
},
|
||||||
|
"license": "CC0-1.0",
|
||||||
|
"icon": "assets/nethercraft-classic/icon.png",
|
||||||
|
"environment": "*",
|
||||||
|
"entrypoints": {
|
||||||
|
"main": [
|
||||||
|
"xyz.ibatv.nethercraft.NethercraftClassic"
|
||||||
|
],
|
||||||
|
"fabric-datagen": [
|
||||||
|
"xyz.ibatv.nethercraft.NethercraftClassicDataGenerator"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"mixins": [
|
||||||
|
"nethercraft-classic.mixins.json"
|
||||||
|
],
|
||||||
|
"depends": {
|
||||||
|
"fabricloader": ">=0.16.10",
|
||||||
|
"minecraft": "~1.21.4",
|
||||||
|
"java": ">=21",
|
||||||
|
"fabric-api": "*"
|
||||||
|
}
|
||||||
|
}
|
11
resources/nethercraft-classic.mixins.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"required": true,
|
||||||
|
"package": "xyz.ibatv.nethercraft.mixin",
|
||||||
|
"compatibilityLevel": "JAVA_21",
|
||||||
|
"mixins": [
|
||||||
|
"ExampleMixin"
|
||||||
|
],
|
||||||
|
"injectors": {
|
||||||
|
"defaultRequire": 1
|
||||||
|
}
|
||||||
|
}
|
@ -19,6 +19,6 @@ public class NethercraftClassic implements ModInitializer {
|
|||||||
// However, some things (like resources) may still be uninitialized.
|
// However, some things (like resources) may still be uninitialized.
|
||||||
// Proceed with mild caution.
|
// Proceed with mild caution.
|
||||||
|
|
||||||
LOGGER.info("Loading " + MOD_ID);
|
LOGGER.info("Hello Fabric world!");
|
||||||
}
|
}
|
||||||
}
|
}
|
After Width: | Height: | Size: 75 KiB |
After Width: | Height: | Size: 924 B |
After Width: | Height: | Size: 407 B |
After Width: | Height: | Size: 455 B |
After Width: | Height: | Size: 245 B |
After Width: | Height: | Size: 287 B |
After Width: | Height: | Size: 415 B |
After Width: | Height: | Size: 611 B |
After Width: | Height: | Size: 682 B |
After Width: | Height: | Size: 697 B |
After Width: | Height: | Size: 773 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 502 B |
After Width: | Height: | Size: 505 B |
After Width: | Height: | Size: 488 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 743 B |
After Width: | Height: | Size: 761 B |
After Width: | Height: | Size: 770 B |
After Width: | Height: | Size: 720 B |
After Width: | Height: | Size: 705 B |
After Width: | Height: | Size: 543 B |
After Width: | Height: | Size: 757 B |
After Width: | Height: | Size: 781 B |
After Width: | Height: | Size: 667 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 416 B |
After Width: | Height: | Size: 955 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 582 B |
After Width: | Height: | Size: 704 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 497 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 909 B |
After Width: | Height: | Size: 875 B |
After Width: | Height: | Size: 908 B |
After Width: | Height: | Size: 908 B |
After Width: | Height: | Size: 865 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 683 B |
After Width: | Height: | Size: 455 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 809 B |
After Width: | Height: | Size: 467 B |
After Width: | Height: | Size: 459 B |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 632 B |
After Width: | Height: | Size: 758 B |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 7.0 KiB |
After Width: | Height: | Size: 6.9 KiB |
After Width: | Height: | Size: 6.6 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 375 B |
After Width: | Height: | Size: 462 B |
After Width: | Height: | Size: 462 B |
After Width: | Height: | Size: 430 B |
After Width: | Height: | Size: 547 B |
After Width: | Height: | Size: 409 B |
After Width: | Height: | Size: 281 B |
After Width: | Height: | Size: 433 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 658 B |
After Width: | Height: | Size: 521 B |
After Width: | Height: | Size: 230 B |
After Width: | Height: | Size: 437 B |
After Width: | Height: | Size: 335 B |
After Width: | Height: | Size: 289 B |
After Width: | Height: | Size: 283 B |
After Width: | Height: | Size: 275 B |
After Width: | Height: | Size: 409 B |
After Width: | Height: | Size: 1.3 KiB |