Fix version not being set in the mod.json + some clean up
This commit is contained in:
parent
e1112a5cff
commit
e4136f547d
4 changed files with 12 additions and 53 deletions
|
@ -23,7 +23,7 @@
|
|||
"techreborn.rei.ReiPlugin"
|
||||
]
|
||||
},
|
||||
"requires": {
|
||||
"depends": {
|
||||
"fabricloader": ">=0.4.0",
|
||||
"fabric": "*",
|
||||
"reborncore": "*"
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
[
|
||||
{
|
||||
"modid": "techreborn",
|
||||
"name": "Tech Reborn",
|
||||
"description": "Tech Reborn is a completely standalone tech mod including tools and machines to gather resources, process materials, and progress through the mod. http://www.techreborn.ovh/",
|
||||
"version": "$version",
|
||||
"mcversion": "$mcversion",
|
||||
"url": "https://github.com/TechReborn/TechReborn",
|
||||
"updateUrl": "",
|
||||
"authorList": [
|
||||
"modmuss50",
|
||||
"Gigabit101",
|
||||
"Prospector",
|
||||
"drcrazy"
|
||||
],
|
||||
"credits": "Thanks to these contributors: TheMattaBase, Mj11jM, Mazdallier, tntrololol, joflashstudios, lclc98, Lordmau5, mezz, Thog, and Dimmerworld",
|
||||
"logoFile": "logo.png",
|
||||
"screenshots": [
|
||||
],
|
||||
"parent": "",
|
||||
"dependencies": [
|
||||
"reborncore"
|
||||
]
|
||||
}
|
||||
]
|
|
@ -1,13 +0,0 @@
|
|||
public net.minecraft.client.gui.recipebook.GuiRecipeBook field_193022_s # recipeBookPage
|
||||
public net.minecraft.client.gui.recipebook.GuiRecipeBook field_191915_z # ghostRecipe
|
||||
public net.minecraft.client.gui.recipebook.GuiRecipeBook field_193960_m # toggleRecipesBtn
|
||||
|
||||
public net.minecraft.client.gui.recipebook.GuiRecipeBook field_191904_o # width
|
||||
public net.minecraft.client.gui.recipebook.GuiRecipeBook field_191905_p # height
|
||||
public net.minecraft.client.gui.recipebook.GuiRecipeBook field_191903_n # xOffset
|
||||
|
||||
public net.minecraft.client.gui.inventory.GuiContainer field_147003_i # guiLeft
|
||||
public net.minecraft.client.gui.inventory.GuiContainer field_147009_r # guiTop
|
||||
|
||||
#RebornCore uses this, so I added it here make setting up a dev env easier, shoudlnt halm to much
|
||||
public net.minecraft.client.renderer.BlockFluidRenderer func_178269_a(Lnet/minecraft/world/IBlockAccess;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/material/Material;)F # getFluidHeight
|
Loading…
Add table
Add a link
Reference in a new issue