From 04cb1921bd93e91fd526800d0cc36ff4b1df616c Mon Sep 17 00:00:00 2001 From: Alkalus Date: Mon, 2 Oct 2017 14:44:06 +1000 Subject: $ Fixed Toluene handling. % Adjusted Eglin base Compound slightly. - Disabled new, non-working Forestry content. --- src/Java/gtPlusPlus/xmod/forestry/bees/items/FR_CustomBee.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/Java/gtPlusPlus/xmod/forestry/bees/items/FR_CustomBee.java (limited to 'src/Java/gtPlusPlus/xmod/forestry/bees/items') diff --git a/src/Java/gtPlusPlus/xmod/forestry/bees/items/FR_CustomBee.java b/src/Java/gtPlusPlus/xmod/forestry/bees/items/FR_CustomBee.java new file mode 100644 index 0000000000..7d9a9e231b --- /dev/null +++ b/src/Java/gtPlusPlus/xmod/forestry/bees/items/FR_CustomBee.java @@ -0,0 +1,5 @@ +package gtPlusPlus.xmod.forestry.bees.items; + +public class FR_CustomBee { + +} -- cgit