This commit is contained in:
Ellpeck 2016-05-19 20:52:17 +02:00
parent b00e214217
commit 69013d3583
4 changed files with 10 additions and 4 deletions

View file

@ -15,7 +15,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//I'm doing this because people made me do it. Even though it never worked properly when I tried it. Sigh.
apply plugin: 'idea'
version = "1.9-r33"
version = "1.9.4-r34"
group = "de.ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions"

View file

@ -13,9 +13,7 @@ package de.ellpeck.actuallyadditions.mod.gen;
import net.minecraft.block.*;
import net.minecraft.block.state.IBlockState;
import net.minecraft.init.Blocks;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.util.EnumFacing;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.World;
import net.minecraft.world.gen.structure.StructureBoundingBox;
import net.minecraft.world.gen.structure.StructureComponent;

View file

@ -1,3 +1,10 @@
# 1.9.4-r34
### MINECRAFT 1.9.4!!
* Made special drops dependent on the looting level you have
* Made drop chances for wings, solid xp and cobweb more common
* Added spawner changer to creative tab
* API Version 14 because of multiple changes
# 1.9-r33
* Made Growth Ring performance better
* Centered page number in booklet

View file

@ -1,3 +1,4 @@
1.7.10=21
1.8.9=26
1.9=33
1.9=33
1.9.4=34