Initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// 1.20.1 2024-09-07T08:46:38.014248417 Registrate Provider for create_mechanical_template [Recipes, Advancements, Loot Tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)]
|
||||
e7c73663bd817394eb709fd00580ffebb1f19500 assets/create_mechanical_template/lang/en_ud.json
|
||||
24ebfd55dfc92ea15449b1474183a4057062bf65 assets/create_mechanical_template/lang/en_us.json
|
||||
@@ -0,0 +1 @@
|
||||
// 1.20.1 2024-09-07T08:46:38.014960087 Mechanical Template's crafting recipes.
|
||||
1
build/resources/main/META-INF/accesstransformer.cfg
Normal file
1
build/resources/main/META-INF/accesstransformer.cfg
Normal file
@@ -0,0 +1 @@
|
||||
public-f net.minecraft.data.recipes.RecipeProvider m_6055_()Ljava/lang/String; # getName
|
||||
46
build/resources/main/META-INF/mods.toml
Normal file
46
build/resources/main/META-INF/mods.toml
Normal file
@@ -0,0 +1,46 @@
|
||||
modLoader="javafml" #mandatory
|
||||
loaderVersion="[47,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
|
||||
license="MIT"
|
||||
[[mods]] #mandatory
|
||||
modId="create_mechanical_template" #mandatory
|
||||
version="${file.jarVersion}" #mandatory
|
||||
displayName="Create Mechanical Template" #mandatory
|
||||
#updateJSONURL="https://change.me.example.invalid/updates.json" #optional
|
||||
# A URL for the "homepage" for this mod, displayed in the mod UI
|
||||
#displayURL="https://change.me.to.your.mods.homepage.example.invalid/" #optional
|
||||
# A file name (in the root of the mod JAR) containing a logo for display
|
||||
logoFile="logo.png" #optional
|
||||
# A text field displayed in the mod UI
|
||||
credits="Thanks to the Creators of Create" #optional
|
||||
# A text field displayed in the mod UI
|
||||
authors="oierbravo" #optional
|
||||
# The description text for the mod (multi line!) (#mandatory)
|
||||
description='''
|
||||
Description
|
||||
'''
|
||||
# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.
|
||||
[[dependencies.create_mechanical_template]] #optional
|
||||
# the modid of the dependency
|
||||
modId="forge" #mandatory
|
||||
# Does this dependency have to exist - if not, ordering below must be specified
|
||||
mandatory=true #mandatory
|
||||
# The version range of the dependency
|
||||
versionRange="[43,)" #mandatory
|
||||
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
|
||||
ordering="NONE"
|
||||
# Side this dependency is applied on - BOTH, CLIENT or SERVER
|
||||
side="BOTH"
|
||||
# Here's another dependency
|
||||
[[dependencies.create_mechanical_template]]
|
||||
modId="minecraft"
|
||||
mandatory=true
|
||||
# This version range declares a minimum of the current minecraft version up to but not including the next major version
|
||||
versionRange="[1.20.1,1.21)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
[[dependencies.create_mechanical_template]]
|
||||
modId = "create"
|
||||
mandatory = true
|
||||
versionRange="[0.5.1.h,)"
|
||||
ordering = "AFTER"
|
||||
side = "BOTH"
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"block.create_mechanical_template.mechanical_block.tooltip": "ʞƆOꞀᗺ ꞀⱯƆINⱯHƆƎW",
|
||||
"block.create_mechanical_template.mechanical_block.tooltip.summary": "˙dıʇןooʇ ‾ʞɔoןᗺ‾ ǝɔıN",
|
||||
"config.jade.plugin_create_mechanical_template.template_data": "ɐʇɐp ǝʇɐןdɯǝʇ ןɐɔıuɐɥɔǝW",
|
||||
"itemGroup.create_mechanical_template:main": "ǝʇɐןdɯǝ⟘ ןɐɔıuɐɥɔǝW ǝʇɐǝɹƆ"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"block.create_mechanical_template.mechanical_block.tooltip": "MECHANICAL BLOCK",
|
||||
"block.create_mechanical_template.mechanical_block.tooltip.summary": "Nice _Block_ tooltip.",
|
||||
"config.jade.plugin_create_mechanical_template.template_data": "Mechanical template data",
|
||||
"itemGroup.create_mechanical_template:main": "Create Mechanical Template"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"type": "directory",
|
||||
"source": "fluid",
|
||||
"prefix": "fluid/"
|
||||
}
|
||||
]
|
||||
}
|
||||
13
build/resources/main/create_mechanical_template.mixins.json
Normal file
13
build/resources/main/create_mechanical_template.mixins.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"required": true,
|
||||
"priority": 1100,
|
||||
"package": "com.oierbravo.mechanical_template.mixin",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"refmap": "create_mechanical_template.refmap.json",
|
||||
"mixins": [],
|
||||
"client": [],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
},
|
||||
"minVersion": "0.8"
|
||||
}
|
||||
1
build/resources/main/kubejs.plugins.txt.dis
Normal file
1
build/resources/main/kubejs.plugins.txt.dis
Normal file
@@ -0,0 +1 @@
|
||||
com.oierbravo.create_mechanical_template.compat.kubejs.CustomKubeJSPlugin
|
||||
BIN
build/resources/main/logo.png
Normal file
BIN
build/resources/main/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 965 KiB |
6
build/resources/main/pack.mcmeta
Normal file
6
build/resources/main/pack.mcmeta
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"description": "Create Mechanical Spawner resources",
|
||||
"pack_format": 12
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user