Initial commit

This commit is contained in:
2024-09-07 08:36:32 +02:00
commit 80f6bebd3d
194 changed files with 761290 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1 @@
// 1.20.1 2024-09-07T08:46:38.014960087 Mechanical Template's crafting recipes.

View File

@@ -0,0 +1 @@
public-f net.minecraft.data.recipes.RecipeProvider m_6055_()Ljava/lang/String; # getName

View 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"

View File

@@ -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 ǝʇɐǝɹƆ"
}

View File

@@ -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"
}

View File

@@ -0,0 +1,9 @@
{
"sources": [
{
"type": "directory",
"source": "fluid",
"prefix": "fluid/"
}
]
}

View 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"
}

View File

@@ -0,0 +1 @@
com.oierbravo.create_mechanical_template.compat.kubejs.CustomKubeJSPlugin

Binary file not shown.

After

Width:  |  Height:  |  Size: 965 KiB

View File

@@ -0,0 +1,6 @@
{
"pack": {
"description": "Create Mechanical Spawner resources",
"pack_format": 12
}
}