Skip to content

Instantly share code, notes, and snippets.

@PureSpider
PureSpider / MetallurgyChiselFix.zs
Last active February 11, 2017 09:53 — forked from AeroyrHwrdd/MetallurgyChiselFix.zs
Minetweaker 3/Modtweaker zen script fix for Metallurgy chisel block clash
// Fix Metallurgy Chisel groups for blocks that have regular chisel blocks as well
mods.chisel.Groups.removeGroup("copper_block");
mods.chisel.Groups.addVariation("copperblock", <metallurgychisel:base_circle_plate:0>);
mods.chisel.Groups.addVariation("copperblock", <metallurgychisel:base_quarter_plate:0>);
mods.chisel.Groups.addVariation("copperblock", <metallurgychisel:base_horizontal_plate:0>);
mods.chisel.Groups.addVariation("copperblock", <metallurgychisel:base_small_bricks:0>);
mods.chisel.Groups.addVariation("copperblock", <metallurgychisel:base_horizontal_pipes:0>);
mods.chisel.Groups.addVariation("copperblock", <metallurgychisel:base_plate:0>);
mods.chisel.Groups.addVariation("copperblock", <metallurgychisel:base_blank_plate:0>);
/*
* SPI testing utility (using spidev driver)
*
* Copyright (c) 2007 MontaVista Software, Inc.
* Copyright (c) 2007 Anton Vorontsov <avorontsov@ru.mvista.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License.
*
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="pi.shade.mobileapp"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="17"
android:targetSdkVersion="17" />