Skip to content

Commit e8bcfd2

Browse files
authored
Merge pull request #327 from Mixinors/development-1.16.3
1.11.3
2 parents a301365 + ff5da48 commit e8bcfd2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"replace": false,
33
"values": [
4-
"#astromine:oxygen"
4+
"#c:oxygen"
55
]
66
}

astromine-technologies/src/main/java/com/github/chainmailstudios/astromine/technologies/common/block/AirlockBlock.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public BlockState getStateForNeighborUpdate(BlockState state, Direction directio
165165
@Override
166166
public void onBreak(World world, BlockPos pos, BlockState state, PlayerEntity player) {
167167
if (!world.isClient && player.isCreative()) {
168-
TallPlantBlock.method_30036(world, pos, state, player);
168+
TallPlantBlock.onBreakInCreative(world, pos, state, player);
169169
}
170170

171171
super.onBreak(world, pos, state, player);

astromine-technologies/src/main/resources/astromine-technologies.accesswidener

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ accessible method net/minecraft/recipe/RecipeManager getAllOfType (Lnet/minecraf
88
accessible method net/minecraft/entity/SpawnRestriction register (Lnet/minecraft/entity/EntityType;Lnet/minecraft/entity/SpawnRestriction$Location;Lnet/minecraft/world/Heightmap$Type;Lnet/minecraft/entity/SpawnRestriction$SpawnPredicate;)V
99
accessible method net/minecraft/client/com.github.chainmailstudios.astromine.technologies.client.particle/CrackParticle <init> (Lnet/minecraft/client/world/ClientWorld;DDDLnet/minecraft/item/ItemStack;)V
1010
accessible field net/minecraft/block/EntityShapeContext heldItem Lnet/minecraft/item/Item;
11-
accessible method net/minecraft/block/TallPlantBlock method_30036 (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/player/PlayerEntity;)V
11+
accessible method net/minecraft/block/TallPlantBlock onBreakInCreative (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/player/PlayerEntity;)V
1212
accessible field net/minecraft/util/DyeColor color I
1313
accessible field net/minecraft/item/BucketItem fluid Lnet/minecraft/fluid/Fluid;

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ org.gradle.jvmargs=-Xmx4G
33
ignoreRemapSrc=false
44
# Fabric
55
minecraft_version=1.16.3
6-
mappings_version=1.16.3+build.40
6+
mappings_version=1.16.3+build.45
77
loader_version=0.10.1+build.209
88
# Fabric API
99
api_version=0.24.0+build.411-1.16
1010
# Mod
1111
mod_name=astromine
12-
mod_version=1.11.2
12+
mod_version=1.11.3
1313
mod_group=com.github.chainmailstudios.astromine
1414
version_meta=fabric-1.16.3
1515
# CurseForge

0 commit comments

Comments
 (0)