1.14: Fixed additional block drops (issue #39).
This commit is contained in:
parent
d880b90a48
commit
43156bb348
5 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* @file BlockDecorFull.java
|
||||
* @file BlockDecor.java
|
||||
* @author Stefan Wilhelm (wile)
|
||||
* @copyright (C) 2019 Stefan Wilhelm
|
||||
* @license MIT (see https://opensource.org/licenses/MIT)
|
||||
|
@ -13,7 +13,6 @@
|
|||
*/
|
||||
package wile.engineersdecor.blocks;
|
||||
|
||||
import net.minecraftforge.fml.common.Mod;
|
||||
import wile.engineersdecor.ModEngineersDecor;
|
||||
import wile.engineersdecor.detail.ModAuxiliaries;
|
||||
import net.minecraft.block.SoundType;
|
||||
|
@ -32,6 +31,7 @@ import net.minecraft.util.*;
|
|||
import net.minecraft.util.math.AxisAlignedBB;
|
||||
import net.minecraft.util.math.BlockPos;
|
||||
import net.minecraft.entity.Entity;
|
||||
import net.minecraftforge.fml.common.Mod;
|
||||
import net.minecraftforge.fml.relauncher.Side;
|
||||
import net.minecraftforge.fml.relauncher.SideOnly;
|
||||
import javax.annotation.Nonnull;
|
||||
|
|
|
@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx8G
|
|||
version_minecraft=1.14.3
|
||||
version_forge_minecraft=1.14.3-27.0.25
|
||||
version_fml_mappings=20190621-1.14.2
|
||||
version_engineersdecor=1.0.9-b2
|
||||
version_engineersdecor=1.0.9-b3
|
||||
#
|
||||
# jar signing data loaded from signing.properties in the project root.
|
||||
#
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"homepage": "https://www.curseforge.com/minecraft/mc-mods/engineers-decor/",
|
||||
"1.14.3": {
|
||||
"1.0.9-b3": "[F] Additional item drop fixes when blocks are destroyed (issue #39).",
|
||||
"1.0.9-b2": "[U] Updated to Forge 1.14.3-27.0.25/20190621-1.14.2.\n[F] Fixed recipe collision of Metal Rung Ladder (issue #37, thx ProsperCraft for reporting).\n[F] Fixed opening crafting table, furni, dropper server crash issue #35 (thx ProsperCraft also here).\n[F] Fixed missing pole/support item drops (issue #36, ProsperCraft).",
|
||||
"1.0.9-b1": "[U] Updated to MC1.14.3, Forge 1.14.3-27.0.17/20190621-1.14.2.\n[A] Added Small Mineral Smelter.",
|
||||
"1.0.8-b3": "[A] Ported slabs and slab slices from 1.12.2.\n[A] IE independent (\"standalone\") recipes ported.",
|
||||
|
@ -12,6 +13,6 @@
|
|||
},
|
||||
"promos": {
|
||||
"1.14.3-recommended": "",
|
||||
"1.14.3-latest": "1.0.9-b2"
|
||||
"1.14.3-latest": "1.0.9-b3"
|
||||
}
|
||||
}
|
|
@ -10,6 +10,8 @@ Mod sources for Minecraft version 1.14.3.
|
|||
----
|
||||
## Version history
|
||||
|
||||
- v1.0.9-b3 [F] Additional item drop fixes when blocks are destroyed (issue #39).
|
||||
|
||||
- v1.0.9-b2 [U] Updated to Forge 1.14.3-27.0.25/20190621-1.14.2.
|
||||
[F] Fixed recipe collision of Metal Rung Ladder (issue #37,
|
||||
thx ProsperCraft for reporting).
|
||||
|
|
|
@ -61,6 +61,7 @@
|
|||
"1.0.0-a1": "[A] Initial port to 1.13.2 with Forge beta."
|
||||
},
|
||||
"1.14.3": {
|
||||
"1.0.9-b3": "[F] Additional item drop fixes when blocks are destroyed (issue #39).",
|
||||
"1.0.9-b2": "[U] Updated to Forge 1.14.3-27.0.25/20190621-1.14.2.\n[F] Fixed recipe collision of Metal Rung Ladder (issue #37, thx ProsperCraft for reporting).\n[F] Fixed opening crafting table, furni, dropper server crash issue #35 (thx ProsperCraft also here).\n[F] Fixed missing pole/support item drops (issue #36, ProsperCraft).",
|
||||
"1.0.9-b1": "[U] Updated to MC1.14.3, Forge 1.14.3-27.0.17/20190621-1.14.2.\n[A] Added Small Mineral Smelter.",
|
||||
"1.0.8-b3": "[A] Ported slabs and slab slices from 1.12.2.\n[A] IE independent (\"standalone\") recipes ported.",
|
||||
|
@ -76,6 +77,6 @@
|
|||
"1.13.2-recommended": "",
|
||||
"1.13.2-latest": "1.0.7-b5",
|
||||
"1.14.3-recommended": "",
|
||||
"1.14.3-latest": "1.0.9-b2"
|
||||
"1.14.3-latest": "1.0.9-b3"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue