[WIP] 1.14.4 port

This commit is contained in:
octarine-noise
2020-01-01 16:57:47 +01:00
parent 1ea2b6b946
commit 46cbe64328
164 changed files with 1715 additions and 2115 deletions

View File

@@ -1,15 +0,0 @@
public net.minecraft.client.renderer.BlockModelRenderer$AmbientOcclusionFace
public net.minecraft.client.renderer.BlockModelRenderer$AmbientOcclusionFace field_178206_b # vertexColorMultiplier
public net.minecraft.client.renderer.BlockModelRenderer$AmbientOcclusionFace field_178207_c # vertexBrightness
public net.minecraft.client.renderer.block.model.ModelBakery field_177610_k # blockModelShapes
public net.minecraft.client.renderer.block.statemap.BlockStateMapper field_178450_a # blockStateMap
public net.minecraft.client.renderer.BufferBuilder field_178999_b # rawIntBuffer
public net.minecraft.client.renderer.BufferBuilder func_181670_b(I)V # growBuffer
public net.minecraft.client.renderer.BufferBuilder func_181664_j()I # getBufferSize
public net.minecraft.client.renderer.BlockModelRenderer field_187499_a # blockColors
public net.minecraft.world.ChunkCache field_72815_e # world

View File

@@ -0,0 +1,6 @@
Manifest-Version: 1.0
Specification-Title: BetterFoliage
Implementation-Title: BetterFoliage
Specification-Vendor: octarine-noise
Implementation-Vendor: octarine-noise
MixinConnector: mods.betterfoliage.MixinConnector

View File

@@ -0,0 +1,20 @@
public net.minecraft.client.renderer.BlockModelRenderer$AmbientOcclusionFace
public net.minecraft.client.renderer.BlockModelRenderer$AmbientOcclusionFace <init>
public net.minecraft.client.renderer.BlockModelRenderer$AmbientOcclusionFace field_178206_b #vertexColorMultiplier
public net.minecraft.client.renderer.BlockModelRenderer$AmbientOcclusionFace field_178207_c #vertexBrightness
public net.minecraft.block.BlockState$Cache
public net.minecraft.client.renderer.chunk.ChunkRenderCache field_212408_i #world
#public net.minecraft.client.renderer.block.model.ModelBakery field_177610_k # blockModelShapes
#public net.minecraft.client.renderer.block.statemap.BlockStateMapper field_178450_a # blockStateMap
#public net.minecraft.client.renderer.BufferBuilder field_178999_b # rawIntBuffer
#public net.minecraft.client.renderer.BufferBuilder func_181670_b(I)V # growBuffer
#public net.minecraft.client.renderer.BufferBuilder func_181664_j()I # getBufferSize
#public net.minecraft.client.renderer.BlockModelRenderer field_187499_a # blockColors
#public net.minecraft.world.ChunkCache field_72815_e # world

View File

@@ -0,0 +1,14 @@
modLoader="kotlinfml"
loaderVersion="[1.4,)"
issueTrackerURL="https://github.com/octarine-noise/BetterFoliage/issues"
[[mods]]
modId="betterfoliage"
version="${version}"
displayName="Better Foliage"
authors="octarine-noise"
description='''
Leafier leaves and grassier grass.
'''
displayURL="https://www.curseforge.com/minecraft/mc-mods/better-foliage"
side="CLIENT"

View File

@@ -1,5 +1,2 @@
// Vanilla
net.minecraft.block.BlockCactus
// TerraFirmaCraft
com.bioxx.tfc.Blocks.Vanilla.BlockCustomCactus
net.minecraft.block.CactusBlock

View File

@@ -1,10 +1,10 @@
// Vanilla
net.minecraft.block.BlockTallGrass
net.minecraft.block.BlockCrops
-net.minecraft.block.BlockReed
-net.minecraft.block.BlockDoublePlant
-net.minecraft.block.BlockCarrot
-net.minecraft.block.BlockPotato
net.minecraft.block.TallGrassBlock
net.minecraft.block.CropsBlock
-net.minecraft.block.ReedBlock
-net.minecraft.block.DoublePlantBlock
-net.minecraft.block.CarrotBlock
-net.minecraft.block.PotatoBlock
// Biomes O'Plenty
biomesoplenty.common.block.BlockBOPFlower
@@ -13,24 +13,3 @@ biomesoplenty.common.block.BlockBOPPlant
// Tinkers' Construct
tconstruct.blocks.slime.SlimeTallGrass
// Plant Mega Pack
plantmegapack.block.PMPBlockBerrybush
plantmegapack.block.PMPBlockCrops
plantmegapack.block.PMPBlockDesert
plantmegapack.block.PMPBlockFern
plantmegapack.block.PMPBlockFlowerMulti
plantmegapack.block.PMPBlockFlowerSingle
plantmegapack.block.PMPBlockForest
plantmegapack.block.PMPBlockGrass
plantmegapack.block.PMPBlockJungle
plantmegapack.block.PMPBlockMountain
plantmegapack.block.PMPBlockSavanna
plantmegapack.block.PMPBlockShrub
plantmegapack.block.PMPBlockWetlands
// Pam's HarvestCraft
com.pam.harvestcraft.BlockPamCrop
com.pam.harvestcraft.BlockPamDesertGarden
com.pam.harvestcraft.BlockPamNormalGarden
com.pam.harvestcraft.BlockPamWaterGarden

View File

@@ -1,18 +1,2 @@
// Vanilla
net.minecraft.block.BlockDirt
// Biomes O'Plenty
biomesoplenty.common.block.BlockBOPDirt
// Enhanced Biomes
enhancedbiomes.blocks.BlockSoilEB
// TerraFirmaCraft
com.bioxx.tfc.Blocks.Terrain.BlockDirt
// Aether
net.aetherteam.aether.blocks.natural.BlockAetherDirt
com.gildedgames.aether.common.blocks.natural.BlockAetherDirt
// Tinker's Construct
slimeknights.tconstruct.world.block.BlockSlimeDirt
net.minecraft.block.DirtBlock

View File

@@ -1,18 +1,2 @@
// Vanilla
net.minecraft.block.BlockGrass
// Biomes O'Plenty
biomesoplenty.common.block.BlockBOPGrass
// Tinker's Construct
tconstruct.blocks.slime.SlimeGrass
// Enhanced Biomes
enhancedbiomes.blocks.BlockGrassEB
// TerraFirmaCraft
com.bioxx.tfc.Blocks.Terrain.BlockGrass
// AbyssalCraft
com.shinoow.abyssalcraft.common.blocks.BlockDreadGrass
com.shinoow.abyssalcraft.common.blocks.BlockDarklandsgrass
net.minecraft.block.GrassBlock

View File

@@ -1,6 +1,3 @@
// Vanilla
block/grass,top
block/grass_block,top
block/cube_bottom_top,top
// Lithos Core
block/soil/grass_master,top

View File

@@ -1,8 +1,2 @@
// Vanilla
net.minecraft.block.BlockLeaves
// Biomes O' Plenty
biomesoplenty.common.block.BlockBOPLeaves
// Aether II
com.gildedgames.aether.common.blocks.natural.BlockAetherLeaves
net.minecraft.block.LeavesBlock

View File

@@ -1,35 +1,2 @@
// Vanilla
net.minecraft.block.BlockLog
// Biomes O'Plenty
biomesoplenty.common.block.BlockBOPLog
// Natura
com.progwml6.natura.common.block.BlockEnumLog
// Thaumcraft
thaumcraft.common.blocks.world.plants.BlockLogsTC
// Forestry
forestry.arboriculture.gadgets.BlockLog
// Extra Biomes XL
-extrabiomes.blocks.BlockMiniLog
// TerraFirmaCraft
com.bioxx.tfc.Blocks.Flora.BlockLogVert
com.bioxx.tfc.Blocks.Flora.BlockLogNatural
// The Agricultural Revolution a.k.a. Cooking Plus
CookingPlus.blocks.CookingPlusPalmLog
CookingPlus.blocks.CookingPlusTangleLog
CookingPlus.blocks.CookingPlusTangleHeart
// IC2
ic2.core.block.BlockRubWood
// TechReborn
techreborn.blocks.BlockRubberLog
//Better With Mods
betterwithmods.blocks.BlockStump
net.minecraft.block.LogBlock

View File

@@ -1,5 +1,2 @@
// Vanilla
net.minecraft.block.BlockMycelium
// NetherEx
nex.block.BlockMycelium
net.minecraft.block.MyceliumBlock

View File

@@ -1,5 +1,2 @@
// Vanilla
net.minecraft.block.BlockNetherrack
// NetherEx
nex.block.BlockNetherrack
net.minecraft.block.NetherrackBlock

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,21 @@
{
"required": true,
"package": "mods.betterfoliage.mixin",
"refmap": "betterfoliage.refmap.json",
"compatibilityLevel": "JAVA_8",
"minVersion": "0.8-SNAPSHOT",
"mixins": [
],
"client": [
"BlockMixin",
"BlockStateMixin",
"ChunkRenderMixin",
"ClientWorldMixin",
"ModelBakeryMixin"
],
"server": [
],
"injectors": {
"defaultRequire": 1
}
}

View File

@@ -0,0 +1,17 @@
{
"required": true,
"package": "mods.betterfoliage.mixin",
"refmap": "betterfoliage.refmap.json",
"compatibilityLevel": "JAVA_8",
"minVersion": "0.8-SNAPSHOT",
"mixins": [
],
"client": [
"ChunkRenderOptifineMixin"
],
"server": [
],
"injectors": {
"defaultRequire": 1
}
}

View File

@@ -0,0 +1,17 @@
{
"required": true,
"package": "mods.betterfoliage.mixin",
"refmap": "betterfoliage.refmap.json",
"compatibilityLevel": "JAVA_8",
"minVersion": "0.8-SNAPSHOT",
"mixins": [
],
"client": [
"ChunkRenderVanillaMixin"
],
"server": [
],
"injectors": {
"defaultRequire": 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 B

View File

@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 1,
"pack_format": 4,
"description": "Better Foliage mod resources made by Meringue"
}
}