Giter Club home page Giter Club logo

fluffymachines's Introduction

FluffyMachines

These are some thrown together machines made by me for fun :) I pretty much add whatever comes to mind, is suggested by me, or other addons don't want to add.

Custom item settings can be changed in plugins/Slimefun/Items.yml

Machines

Auto Crafting Table: Automatically crafts vanilla recipes

Auto Armor Forge: Automatically crafts Armor Forge recipes

Auto Magic Workbench: Automatically crafts Magic Workbench recipes

Auto Ancient Altar: Automatically crafts Ancient Altar recipes

Auto Table Saw: Automatically crafts Table Saw recipes

Water Sprinkler: Electric sprinkler that grows crops in a 2 block radius

Backpack Loader: Moves items from inventory to backpack

Backpack Unloader: Empties backpack into inventory

Advanced Auto Disenchanter & Ancient Book: Allows players to disenchant specific enchants from items. Requires an Ancient Book to operate.

Electric Dust Fabricator: Turns cobblestone into sifted ore

Electric Dust Recycler: Turns eight of the same dust into one sifted ore

Advanced Charging Bench & ACB Upgrade Card: A charging bench which can be upgraded using upgrade cards.

Generators

Crank Generator: Multiblock machine that generates power when clicked

Items

Watering Can: Waters plants and trees to speed up their growth

Helicopter Hat: Allows you to float upwards when sneaking

Fireproof Rune: Drop this on your items to prevent them from burning

Dolly: Allows players to pick up chests and place them back down elsewhere, while retaining their inventories.

Tools

Upgraded Explosive Pickaxe & Upgraded Explosive Shovel: 5x5 variants of the default explosive tools, and break 5 blocks in front of the player instead of 2 blocks all around. By default, these tools trigger other plugins that listen to block breaks, i.e. McMMO (Players get xp for every block broken). These features can be toggled in Items.yml.

Upgraded Lumber Axe: Breaks all logs within 2 blocks of each other, as opposed to adjacent blocks that the default lumber axe targets. Intended to be used for strange trees like acacia and jungle, and even custom trees.

Scythe: Breaks 5 crops per swing

Wrench: Quickly breaks Slimefun cargo and energy components.

Paxel: A pickaxe, axe, and shovel all in one.

Misc

Ender Chest Extraction Node: Moves items from ender chest to a chest

Ender Chest Insertion Node: Moves items from a chest to an ender chest

*The extraction and insertion nodes do no stack items in inventories, that costs more performance and can be handled by cargo.

Foundry & Superheated Furnace: Allows the storage of dusts, and can be instantly converted to and from their ingot form.

Barrels: Storage containers that store one type of item each

Warp Pad & Warp Pad Configurator: Short distance teleportation pads

Alternate Elevator Plate: Functions the same as Slimefun's Elevator Plates, but it uses a Chest GUI. Can be used for cosmetic effect, of if your server does not support elevators when a player is muted, this will work.

Portable Charger: Multiple tiered handheld charders that allow players to charge items anywhere

FAQ

Can cargo be used on the Foundry? Yes, but you can not place it directly on the Superheated Furnace. Place down a chest in its place, put the cargo on the chest, and then replace the chest wth the Superheated Furnace.

fluffymachines's People

Contributors

gallowsdove avatar j3fftw1 avatar ncbpfluffybear avatar terslenk avatar thejohnlong avatar ybw0014 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

fluffymachines's Issues

Error sometimes when break a barrel

Description (Required)

Error sometimes when break a barrel.

Steps to reproduce the Issue (Required)

Break a barrel.

Expected behavior (Required)

No error when break a barrel.

Server Log / Error Report

[12:19:51] [Server thread/ERROR]: Could not pass event BlockBreakEvent to Slimefun vDEV - 767 (git 2ced45b4)
java.lang.NumberFormatException: null
	at java.lang.Integer.parseInt(Unknown Source) ~[?:?]
	at java.lang.Integer.parseInt(Unknown Source) ~[?:?]
	at io.ncbpfluffybear.fluffymachines.items.Barrel.lambda$new$0(Barrel.java:146) ~[?:?]
	at io.github.thebusybiscuit.slimefun4.implementation.listeners.BlockListener.callBlockHandler(BlockListener.java:159) ~[?:?]
	at io.github.thebusybiscuit.slimefun4.implementation.listeners.BlockListener.onBlockBreak(BlockListener.java:124) ~[?:?]
	at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor958.execute(Unknown Source) ~[?:?]
	at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.16.4.jar:git-Yatopia-"2b78178"]
	at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.16.4.jar:git-Yatopia-"2b78178"]
	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.16.4.jar:git-Yatopia-"2b78178"]
	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) ~[patched_1.16.4.jar:git-Yatopia-"2b78178"]
	at net.minecraft.server.v1_16_R3.PlayerInteractManager.breakBlock(PlayerInteractManager.java:357) ~[patched_1.16.4.jar:git-Yatopia-"2b78178"]
	at net.minecraft.server.v1_16_R3.PlayerInteractManager.a(PlayerInteractManager.java:310) ~[patched_1.16.4.jar:git-Yatopia-"2b78178"]
	at net.minecraft.server.v1_16_R3.PlayerInteractManager.a(PlayerInteractManager.java:245) ~[patched_1.16.4.jar:git-Yatopia-"2b78178"]
	at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:1494) ~[patched_1.16.4.jar:git-Yatopia-"2b78178"]
	at net.minecraft.server.v1_16_R3.PacketPlayInBlockDig.a(SourceFile:40) ~[patched_1.16.4.jar:git-Yatopia-"2b78178"]
	at net.minecraft.server.v1_16_R3.PacketPlayInBlockDig.a(SourceFile:10) ~[patched_1.16.4.jar:git-Yatopia-"2b78178"]
	at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:43) ~[patched_1.16.4.jar:git-Yatopia-"2b78178"]
	at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.4.jar:git-Yatopia-"2b78178"]
	at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:151) ~[patched_1.16.4.jar:git-Yatopia-"2b78178"]
	at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.4.jar:git-Yatopia-"2b78178"]
	at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:114) ~[patched_1.16.4.jar:git-Yatopia-"2b78178"]
	at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1203) ~[patched_1.16.4.jar:git-Yatopia-"2b78178"]
	at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1196) ~[patched_1.16.4.jar:git-Yatopia-"2b78178"]
	at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:125) ~[patched_1.16.4.jar:git-Yatopia-"2b78178"]
	at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1271) ~[patched_1.16.4.jar:git-Yatopia-"2b78178"]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1011) ~[patched_1.16.4.jar:git-Yatopia-"2b78178"]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:180) ~[patched_1.16.4.jar:git-Yatopia-"2b78178"]
	at java.lang.Thread.run(Unknown Source) [?:?]

Environment (Required)

[13:19:39 INFO]: Yatopia v1_16_R3
[13:19:39 INFO]: CS-CoreLib vDEV - 92 (git e9150d72)
[13:19:39 INFO]: Slimefun vDEV - 767 (git 2ced45b4)
[13:19:39 INFO]: Metrics build: #17
[13:19:39 INFO]:
[13:19:39 INFO]: Installed Addons: (12)
[13:19:39 INFO]: DyedBackpacks vDEV - 11 (git b8eda0c7)
[13:19:39 INFO]: RestrictedCreative v2.4.4
[13:19:39 INFO]: ExtraTools vDEV - 23 (git 9299a65c)
[13:19:39 INFO]: PomaExpansion vDEV - 10 (git 3f46213c)
[13:19:39 INFO]: LiteXpansion vDEV - 100 (git cae4353e)
[13:19:39 INFO]: SlimefunOreChunks vDEV - 10 (git 91df3b8e)
[13:19:39 INFO]: HotbarPets vDEV - 32 (git 977f0591)
[13:19:39 INFO]: EcoPower vDEV - 2 (git b0c0c875)
[13:19:39 INFO]: ExtraGear vDEV - 12 (git 4570ea2c)
[13:19:39 INFO]: SlimefunLuckyBlocks vDEV - 30 (git 26824119)
[13:19:39 INFO]: FluffyMachines vDEV - 55 (git e54c1b5)
[13:19:39 INFO]: SlimefunPomaFix v1.0-SNAPSHOT

Jobs reborn & Upgraded Lumber Axe

Description (Required)

logs broken with the Upgraded Lumber Axe don't contribute to Jobs reborn jobs points/money/exp like the Upgraded Explosive Pickaxe.

Steps to reproduce the Issue (Required)

Use Advanced Lumber Axe on Tree
Observe that logs beyond the first don't count towards Jobs reborn points/money/exp

Expected behavior (Required)

Every block broken by the Upgraded Lumber Axe contributes to Jobs reborn like the Upgraded Explosive Pickaxe does

Server Log / Error Report

N/A

Environment (Required)

  • Minecraft Version: 1.16.5
  • CS-CoreLib Version: DEV - 92
  • Slimefun Version: RC - 19
  • FluffyMachines Version: DEV - 64

Disabling the FLUFFYMACHINES_INFO item in Items.yml completely disables both categories.

Description (Required)

Disabling the "FLUFFYMACHINES_INFO" item/block in the Items.yml file, completely removes both categories for this addon.

Steps to reproduce the Issue (Required)

Go into the Slimefun Items.yml file, and set "enabled: true" to "enabled: false" for FLUFFYMACHINES_INFO.

Expected behavior (Required)

The item to be removed without the categories yeeting themselves from the guide.

Server Log / Error Report

N/A

Environment (Required)

2021-01-10_11 03 36
2021-01-10_11 03 38
Had to do 2 since MC's chat is not being nice.

QuickShop reremake Incompability

Description (Required)

Plugin QuickShop Reremake
You can break/steal other player chestshop using fluffy machine dolly

Steps to reproduce the Issue (Required)

Video :
bug.mp4

Expected behavior (Required)

Cancel dolly pickup event to chest shop

Server Log / Error Report

latest.log

Environment (Required)

  • Minecraft Server Version: Yatopia-R0.1-SNAPSHOT 1.16.5
  • CS-CoreLib Version: DEV-79 (git ec5b4c24)
  • Slimefun Version: DEV - 795 (git 17fd2ec5)
  • FluffyMachines Version: DEV -64 (git 582f5de)
  • Quickshop Reremake : 4.0.6.3

auto ancient altar

Description (Required)

Unable to create broken spawner

Steps to reproduce the Issue (Required)

sf guide recipe:
2020-10-08_15 13 19
2020-10-08_15 13 21
2020-10-08_15 13 22

auto ancient altar:
image
image
image
It has energy
2020-10-08_15 18 34

Expected behavior (Required)

A broken spawner is created

Server Log / Error Report

No errors

Environment (Required)

  • Minecraft Version: paper 1.16.3 #216
  • CS-CoreLib Version: DEV - 91
  • Slimefun Version: DEV - 705
  • FluffyMachines Version: DEV - 22
  • SoulJars Version: DEV - 17

Items without the Fireproof Rune still have the rune's properties.

Description (Required)

I noticed while travelling through the nether that lava was not burning items similarly to how fireproof runes work. The items I picked up bouncing on the lava did not have fireproof on them. The same thing happened with items I would throw in lava in the overworld while testing out the issue.

Steps to reproduce the Issue (Required)

Basically just throw an item without fireproof on top of lava and do the same with an fireproofed item. You get the same result.

Expected behavior (Required)

Items without fireproof should burn normally.

Server Log / Error Report

No errors appear in my console as far as I can tell.

Environment (Required)

image
image

  • Minecraft Version: Paper 1.16.4
  • CS-CoreLib Version: DEV 90
  • Slimefun Version: DEV 769
  • FluffyMachines Version: DEV 57

Disappearing barrels

Description (Required)

The barrels are disappearing

Steps to reproduce the Issue (Required)

The player wrote me in the morning that he put items in the barrel and disappeared. All day long, players have been reporting the disappearance of barrels.

Expected behavior (Required)

The barrels will not disappear

Server Log / Error Report

https://pastebin.com/YzMPXAay

Environment (Required)

image

NoCheatPlus block Fluffy wrench quick break

Description (Required)

The NoCheatPlus plugin block Fluffy wrench quick break.

Steps to reproduce the Issue (Required)

  1. Install the NoCheatPlus, Slimefun, and the FluffyMachines to the server.
  2. Try use the Fluffy Wrench.
  3. NoCheatPlus block Fluffy wrench quick break

Expected behavior (Required)

NoCheatPlus no block Fluffy wrench quick break.

Server Log / Error Report

(!) andris155 failed FastMine (Block: FURNACE) (151VL)
(!) andris155 failed FastMine (Block: PLAYER_HEAD) (46VL)

Environment (Required)

Yatopia git-Yatopia-ver/1.16.5-21 (MC: 1.16.5)
Slimefun DEV - 811 (git 5edf6140)
Metrics-Module #21
Java 11

Installed Addons: (11)
DyedBackpacks vDEV - 13 (git 964b2d55)
RestrictedCreative v2.4.6
ExtraTools vDEV - 23 (git 9299a65c)
PomaExpansion vDEV - 13 (git 78eb8cc5)
SFCalc vDEV - 15 (git 6586cb3f)
LiteXpansion vDEV - 124 (git 0e449831)
SlimefunFix v1.1-SNAPSHOT
EcoPower vDEV - 3 (git 18ba903d)
ExtraGear vDEV - 12 (git 4570ea2c)
FluffyMachines vDEV - 64 (git 582f5de)
SlimefunLuckyBlocks vDEV - 31 (git 6fa9afbd)

Soulbound Items uncraftable in the auto magic workbench

Description (Required)

Crafting soulbound items in the automatic magic workbench isn't crafting items when the ingredient items are non stackable. For example, I tried to craft a soulbound helmet with 2 essence of afterlife and a diamond helmet but it would not craft.

Steps to reproduce the Issue (Required)

Put the unstackable armor or tool or weapon in the center, and the essence of afterlife above and below and it will not craft the soulbound item.

Expected behavior (Required)

Based on the recipe I expected it to craft the item.

Server Log / Error Report

no erros

Environment (Required)

  • Minecraft Version: 1.16.3
  • CS-CoreLib Version: Dev 92
  • Slimefun Version: Dev 774
  • FluffyMachines Version: Dev 59

Smoker based machines can be used as vanilla smoker with hoppers

Description (Required)

Big Fluffy barrels and Warp pad can be used as vanilla smoker with hoppers.

Steps to reproduce the Issue (Required)

  1. Build this simple smoker system from hopper and chests.

2020-10-27_00 04 45

  1. Place Raw Porkchop towards the chest.
  2. Place coal next to the furnace chest.
  3. Open the chest under the furnace.

Capture

Expected behavior (Required)

Smoker based machines cannot used as vanilla smoker with hoppers

Server Log / Error Report

Environment (Required)

[18:54:57 INFO]: Paper v1_16_R2
[18:54:57 INFO]: CS-CoreLib vDEV - 91 (git e42a05d1)
[18:54:57 INFO]: Slimefun vDEV - 729 (git 38bf2280)
[18:54:57 INFO]: Metrics build: #17
[18:54:57 INFO]: Backwards compatibility enabled!
[18:54:57 INFO]:
[18:54:57 INFO]: Installed Addons: (10)
[18:54:57 INFO]: DyedBackpacks vDEV - 9 (git c42435c1)
[18:54:57 INFO]: ExtraTools vDEV - 20 (git cfc5b167)
[18:54:57 INFO]: PomaExpansion vDEV - 10 (git 3f46213c)
[18:54:57 INFO]: LiteXpansion vDEV - 74 (git f803f67d)
[18:54:57 INFO]: SlimefunOreChunks vDEV - 9 (git 88dd72b0)
[18:54:57 INFO]: EcoPower vDEV - 2 (git b0c0c875)
[18:54:57 INFO]: HotbarPets vDEV - 31 (git 5909202f)
[18:54:57 INFO]: ExtraGear vDEV - 12 (git 4570ea2c)
[18:54:57 INFO]: SlimefunLuckyBlocks vDEV - 29 (git db79cb7c)
[18:54:57 INFO]: FluffyMachines vDEV - 30 (git fca125f)

Dolly remove the LockettePro protected chests if no permission to this

Description (Required)

Dolly remove the LockettePro protected chests if no permission to this.

Steps to reproduce the Issue (Required)

  1. Click with Dolly to the LockettePro protected chest if no permission.
  2. Dolly removed the chest and the private sign destroyed.

Expected behavior (Required)

Dolly no remove the LockettePro protected chests if no permission to this.

Environment (Required)

[21:15:30 INFO]: This Server uses the following setup of Slimefun:
Yatopia git-Yatopia-"f8c5c21" (MC: 1.16.5)
Slimefun DEV - 819 (git 854c3335)
Metrics-Module #21
Java 11

Installed Addons: (4)
RestrictedCreative v2.4.6
SlimefunFix v2.0
LiteXpansion vDEV - 125 (git 96d1cf20)
FluffyMachines vDEV - 64 (git 582f5de)

Scythe break RestrictedCreative plugin creative protected crops

Description (Required)

The RestrictedCreative disable the block items dropped when break if placed out in the creative mode.

Steps to reproduce the Issue (Required)

  1. Use the Scythe on the creative placed crops.
  2. The Scythe breaks the RestrictedCreative block protection and crops dropped to floor.

Expected behavior (Required)

The Scythe no breaks the RestrictedCreative block protection.

Environment (Required)

[21:15:30 INFO]: This Server uses the following setup of Slimefun:
Yatopia git-Yatopia-"f8c5c21" (MC: 1.16.5)
Slimefun DEV - 819 (git 854c3335)
Metrics-Module #21
Java 11

Installed Addons: (4)
RestrictedCreative v2.4.6
SlimefunFix v2.0
LiteXpansion vDEV - 125 (git 96d1cf20)
FluffyMachines vDEV - 64 (git 582f5de)

Plugin not enable when update the slimefun

Description (Required)

The new thing break something?

Steps to reproduce the Issue (Required)

Install Slimefun DEV - 820 and FluffyMachines

Expected behavior (Required)

Don't have error, and enable the addon.

Server Log / Error Report

https://pastebin.com/4g5YXydw

Environment (Required)

image

  • Minecraft Version: git-Paper-487 (MC: 1.16.5)
  • CS-CoreLib Version:
  • Slimefun Version: DEV - 820 (git 338fe0f8)
  • FluffyMachines Version: vDEV - 65 (git a7af483)

Wrench dupe bug

  1. Get a wrench.
  2. Place literally any kind of slimefun machine like dust fabricator, or nether star reactor
  3. left click it repeatedly, the machine doesnt break, but you will get the drop
  4. enjoy the unlimited amount of dust fabs

Video: https://youtu.be/7U69JfiNftA

  • Minecraft Version: git-purpur-982 1.16.5
  • Slimefun Version: DEV 821
  • FluffyMachines Version: vDev 66

The mcMMO abilities placed enchant no remove from Paxel when change tool

Description (Required)

The mcMMO abilities placed enchant no remove from Paxel when change tool.

Steps to reproduce the Issue (Required)

  1. Change Paxel to the shovel.
  2. Activate the giga drill breaker mcMMO ability.
  3. Break some grass blocks.
  4. Change Paxel to the axe.
  5. The mcMMO enchant stays on the axe.

This enchant removable in the Slimefun auto disenchanter.

https://www.youtube.com/watch?v=opbOhuYXY6k

Expected behavior (Required)

No change tool when mcMMO ability activated or remove enchant when changed tool.

Server Log / Error Report

Environment (Required)

[14:01:30 INFO]: This Server uses the following setup of Slimefun:
[14:01:30 INFO]: Yatopia git-Yatopia-"f8c5c21" (MC: 1.16.5)
[14:01:30 INFO]: Slimefun vDEV - 792 (git 11698960)
[14:01:30 INFO]: Metrics build: #19
[14:01:30 INFO]:
[14:01:30 INFO]: Installed Addons: (1)
[14:01:30 INFO]: FluffyMachines vDEV - 63 (git 3cad37c)

Cannot get Item charge for null or AIR

Description (Required)

Cannot get Item charge for null or AIR error.

Steps to reproduce the Issue (Required)

I don't know. Plugin start flood this error.

Expected behavior (Required)

Fix this error?

Server Log / Error Report

https://pastebin.com/0DvSecs6

Environment (Required)

[20:07:14 INFO]: Paper v1_16_R2
[20:07:14 INFO]: CS-CoreLib vDEV - 91 (git e42a05d1)
[20:07:14 INFO]: Slimefun vDEV - 736 (git 85369659)
[20:07:14 INFO]: Metrics build: #17
[20:07:14 INFO]:
[20:07:14 INFO]: Installed Addons: (10)
[20:07:14 INFO]: DyedBackpacks vDEV - 9 (git c42435c1)
[20:07:14 INFO]: RestrictedCreative v2.4.4
[20:07:14 INFO]: ExtraTools vDEV - 22 (git ea11f88b)
[20:07:14 INFO]: PomaExpansion vDEV - 10 (git 3f46213c)
[20:07:14 INFO]: LiteXpansion vDEV - 94 (git 442a78ad)
[20:07:14 INFO]: EcoPower vDEV - 2 (git b0c0c875)
[20:07:14 INFO]: ExtraGear vDEV - 12 (git 4570ea2c)
[20:07:14 INFO]: FluffyMachines vDEV - 39 (git 27f14eb)
[20:07:14 INFO]: SlimefunLuckyBlocks vDEV - 29 (git db79cb7c)
[20:07:14 INFO]: SlimefunPomaFix v1.0-SNAPSHOT

Auto Crafting Table does not work with items that output multiple items.

I have tried to use it to make coal from coal blocks, which does not work. After discussing it on discord, I tried different recipes.
For example, you can craft a coal block, since it crafts only 1 block at a time, but you can not craft planks from oak log, since it crafts 4 at a time. I have not found a recipe that outputs multiple items at a time and would work.

A video where I tested the coal issue: https://youtu.be/Lce7miya5wE

Well, I expected it to craft coal from coal blocks.

I can not provide enviroment, since it is not my server and I do not have the permision to use the command.

Auto Ancient Altar cargo error

Description (Required)

Auto Ancient Altar writes error when use with cargo network.

Steps to reproduce the Issue (Required)

  1. Use Auto Ancient Altar with cargo network.

Expected behavior (Required)

Auto Ancient Altar no writes error when use with cargo network.

Server Log / Error Report

https://pastebin.com/31bsVRhr

Environment (Required)

[12:57:34 INFO]: This Server uses the following setup of Slimefun:
Tuinity git-Tuinity-"a539774" (MC: 1.16.5)
Slimefun DEV - 819 (git 854c3335)
Metrics-Module #21
Java 11

Installed Addons: (11)
DyedBackpacks vDEV - 13 (git 964b2d55)
RestrictedCreative v2.4.6
ExtraTools vDEV - 24 (git 791c7468)
PomaExpansion vDEV - 15 (git f4bb6859)
SlimefunFix v2.0
SFCalc vDEV - 15 (git 6586cb3f)
LiteXpansion vDEV - 128 (git 3d1408a5)
EcoPower vDEV - 3 (git 18ba903d)
ExtraGear vDEV - 12 (git 4570ea2c)
FluffyMachines vDEV - 65 (git a7af483)
SlimefunLuckyBlocks vDEV - 31 (git 6fa9afbd)

Question - warning message

Hi, I'm getting this warning in console, do you think that you could fix it?

[05:07:05] [Server thread/WARN]: [FluffyMachines] =================================================
[05:07:05] [Server thread/WARN]: [FluffyMachines] FluffyMachines is using a deprecated version of
[05:07:05] [Server thread/WARN]: [FluffyMachines] bStats which is bundled with Slimefun.
[05:07:05] [Server thread/WARN]: [FluffyMachines] Future versions will not include this file anymore.
[05:07:05] [Server thread/WARN]: [FluffyMachines] FluffyMachines needs to be updated as soon as possible.
[05:07:05] [Server thread/WARN]: [FluffyMachines] =================================================

Reported also to author of extraTools and got this reply Sfiguz7/ExtraTools#13.

Auto Crafting Table only support oak planks for create wooden tools/blocks

Description (Required)

Auto Crafting Table only support oak planks for create wooden tools/blocks.
Wooden tools/blocks crafting not works from other type planks.

Steps to reproduce the Issue (Required)

kép
kép
kép

Expected behavior (Required)

Auto Crafting Table support all planks type for create wooden tools/blocks

Server Log / Error Report

Environment (Required)

[23:31:29 INFO]: This Server uses the following setup of Slimefun:
[23:31:29 INFO]: Paper v1_16_R2
[23:31:29 INFO]: CS-CoreLib vDEV - 91 (git e42a05d1)
[23:31:29 INFO]: Slimefun vDEV - 732 (git 487108df)
[23:31:29 INFO]: Metrics build: #17
[23:31:29 INFO]: Backwards compatibility enabled!
[23:31:29 INFO]:
[23:31:29 INFO]: Installed Addons: (10)
[23:31:29 INFO]: DyedBackpacks vDEV - 9 (git c42435c1)
[23:31:29 INFO]: ExtraTools vDEV - 21 (git eeeaed9d)
[23:31:29 INFO]: PomaExpansion vDEV - 10 (git 3f46213c)
[23:31:29 INFO]: LiteXpansion vDEV - 94 (git 442a78ad)
[23:31:29 INFO]: SlimefunOreChunks vDEV - 9 (git 88dd72b0)
[23:31:29 INFO]: EcoPower vDEV - 2 (git b0c0c875)
[23:31:29 INFO]: HotbarPets vDEV - 31 (git 5909202f)
[23:31:29 INFO]: ExtraGear vDEV - 12 (git 4570ea2c)
[23:31:29 INFO]: SlimefunLuckyBlocks vDEV - 29 (git db79cb7c)
[23:31:29 INFO]: FluffyMachines vDEV - 32 (git 189e731)

incompatibility with ColoredEnderChests

Description (Required)

Ender chest node do not take items from coloredenderchest (https://github.com/TheBusyBiscuit/ColoredEnderChests).

Steps to reproduce the Issue (Required)

Place any chest from coloredenderchests
Try transferring items from it via the ender chest extraction node
It will transfer your private ender chest, not colored.
Video: https://youtu.be/TwFa5AR5dEI

Expected behavior (Required)

The items in the coloredenderchest will be transferred.

Server Log / Error Report

N/A

Environment (Required)

image

Ender Chest Extraction Node has no texture.

Description (Required)

Title.

Steps to reproduce the Issue (Required)

Install the plugin.

Expected behavior (Required)

The extraction node to have a texture.

Server Log / Error Report

N/A

Environment (Required)

2021-03-04_13 10 51
2021-03-04_13 10 53

2021-03-04_15 33 52

Boosted rails may go too fast for comparator to pull signal out of hopper minecarts

Description (Required)

I setup a long line of boosted power rails, and placed one activator rail down. I put a comparator next to the activator rail to pull a signal when a hopper minecart goes by. with the minecart 50% full a signal was not able to be pulled after numerous attempts. I'm editing the video as I speak and will post the link here after it's available.

Steps to reproduce the Issue (Required)

I'll post the video link shortly. it's about 4 min20 seconds into the video.

Expected behavior (Required)

I expected the comparator to be able to detect that the minecart had items in it.

Server Log / Error Report

no errors in log on this

Environment (Required)

  • Minecraft Version:1.16.5
  • CS-CoreLib Version:removed
  • Slimefun Version:dev 822
  • FluffyMachines Version: dev 67

Foundry drops all items instead of just a small amount

If you break a foundry, it will drop all the items it has, and there is no limit, could lead to potentional crashes, huge tps drop.

There should be a restriction to how many items can it drop, just like with the barrels.

Build a foundry, give it lava, and put in quadrillions of dusts to it, and break it to get a crash/huge tps drop.

If i break a foundry, i would expect the same drop amount like i would with barrels.

  • Minecraft Version: 1.16.4
  • CS-CoreLib Version: vDEV - 91
  • Slimefun Version: vDEV - 763
  • FluffyMachines Version: vDEV - 48

Dolly bypasses GriefPrevention and LockettePro

Description (Required)

The Dolly can be used to pick chests up from other player's claim, and it bypasses lock signs.

Steps to reproduce the Issue (Required)

https://youtu.be/Zh-pIFmysLA
Right click a chest with Dolly inside a claim which you have no permission to. Possibly works on PlotSquared too.

Expected behavior (Required)

Dolly can't pick up chests from GriefPrevention claims and doesn't bypass LockettePro.

Server Log / Error Report

No errors.

Environment (Required)

  • Minecraft Version: Paper v1_16_R2
  • CS-CoreLib Version: CS-CoreLib vDEV - 91 (git e42a05d1)
  • Slimefun Version: Slimefun vDEV - 690 (git 4c41650d)
  • FluffyMachines Version: FluffyMachines vDEV - 14 (git 7ce1f2a)

When break 1 000 000 blocks stored barrel cause server, client, and computer freeze

Description (Required)

When break 1 000 000 blocks stored barrel cause server, client dead.

Steps to reproduce the Issue (Required)

  1. Store over 1 000 000 block a barrel.
  2. Break the barrel.
  3. Everything freeze. Server, client, computer.

https://www.youtube.com/watch?v=5jZdy4rNySQ

Expected behavior (Required)

Disable item drops when break the barrels.

Server Log / Error Report

Environment (Required)

[17:26:05 INFO]: This Server uses the following setup of Slimefun:
[17:26:05 INFO]: Paper v1_16_R2
[17:26:05 INFO]: CS-CoreLib vDEV - 91 (git e42a05d1)
[17:26:05 INFO]: Slimefun vDEV - 729 (git 38bf2280)
[17:26:05 INFO]: Metrics build: #17
[17:26:05 INFO]: Backwards compatibility enabled!
[17:26:05 INFO]:
[17:26:05 INFO]: Installed Addons: (2)
[17:26:05 INFO]: RestrictedCreative v2.4.4
[17:26:05 INFO]: FluffyMachines vDEV - 30 (git fca125f)

Fireproof Rune does not active when tossed on armor / tools on ground

Description (Required)

I tossed a diamond chestplate on the ground, and a fireproof rune on top of it. They both just sat there and it never engaged.

Steps to reproduce the Issue (Required)

Toss armor on ground, and rune. Nothing happens.

Expected behavior (Required)

The rune to attach itself to the armor. Now, Thezerix and I tried multiple combinations on our servers. We both are able to confirm something in Dynatech is interferring. I'm also submitting this to Dynatech so she's aware as well.

Server Log / Error Report

No errors in log

Environment (Required)

  • Minecraft Version: 1.16.5
  • CS-CoreLib Version: removed
  • Slimefun Version: dev 826
  • FluffyMachines Version: 68

Add researches

You should add researches for the items and machines, just makes sense to

Blast furnace based machines can be used as vanilla blast furnace with hoppers

Description (Required)

Generator core, Super heated furnace, and Electric dust fabricator can be used as vanilla blast furnace with hoppers.

Steps to reproduce the Issue (Required)

  1. Build this simple furnace system from hopper and chests.

3

  1. Place gold ore towards the chest.
  2. Place coal next to the furnace chest.
  3. Open the chest under the furnace.

Capture

Expected behavior (Required)

Blast furnace based machines cannot used as vanilla blast furnace with hoppers.

Server Log / Error Report

Environment (Required)

[18:54:57 INFO]: Paper v1_16_R2
[18:54:57 INFO]: CS-CoreLib vDEV - 91 (git e42a05d1)
[18:54:57 INFO]: Slimefun vDEV - 729 (git 38bf2280)
[18:54:57 INFO]: Metrics build: #17
[18:54:57 INFO]: Backwards compatibility enabled!
[18:54:57 INFO]:
[18:54:57 INFO]: Installed Addons: (10)
[18:54:57 INFO]: DyedBackpacks vDEV - 9 (git c42435c1)
[18:54:57 INFO]: ExtraTools vDEV - 20 (git cfc5b167)
[18:54:57 INFO]: PomaExpansion vDEV - 10 (git 3f46213c)
[18:54:57 INFO]: LiteXpansion vDEV - 74 (git f803f67d)
[18:54:57 INFO]: SlimefunOreChunks vDEV - 9 (git 88dd72b0)
[18:54:57 INFO]: EcoPower vDEV - 2 (git b0c0c875)
[18:54:57 INFO]: HotbarPets vDEV - 31 (git 5909202f)
[18:54:57 INFO]: ExtraGear vDEV - 12 (git 4570ea2c)
[18:54:57 INFO]: SlimefunLuckyBlocks vDEV - 29 (git db79cb7c)
[18:54:57 INFO]: FluffyMachines vDEV - 30 (git fca125f)

Superheated furnace error when break 2 times if stored too many items

Description (Required)

Superheated furnace error when break 2 times if stored too many items.

Steps to reproduce the Issue (Required)

https://www.youtube.com/watch?v=hFHgItOjQNg

Expected behavior (Required)

Superheated furnace no writes error when break 2 times if stored too many items.

Server Log / Error Report

https://pastebin.com/V3QrFDW6

Environment (Required)

[15:14:43 INFO]: This Server uses the following setup of Slimefun:
[15:14:43 INFO]: Yatopia git-Yatopia-"f8c5c21" (MC: 1.16.5)
[15:14:43 INFO]: Slimefun vDEV - 795 (git 17fd2ec5)
[15:14:43 INFO]: Metrics build: #19
[15:14:43 INFO]:
[15:14:43 INFO]: Installed Addons: (1)
[15:14:43 INFO]: FluffyMachines vDEV - 64 (git 582f5de)

Barrels dissapear on items entering via Cargo Management

Description (Required)

Barrels dissapear when using Cargo Management to input items

Steps to reproduce the Issue (Required)

  1. Setup a Cargo Network
  2. have items to import
  3. I used advanced output nodes on the Barrels
  4. as soon as an item gets inputted via the input chest to the output barrel, the barrel just dissapears

Expected behavior (Required)

I'd have expected the items to go into the barrel as normally. using a hopper works fine, although limiting the throughput

Server Log / Error Report

No error report

Environment (Required)

  • Minecraft Version: 1.16.5-R0.1-SNAPSHOT
  • CS-CoreLib Version: Can't tell, not the Server Admin but server only running for a week
  • Slimefun Version: DEV - 821 (git 6533b502)
  • FluffyMachines Version: Build #65
    i cannot run /sf versions as i dont have "permissions"

Iron Golem creation from Electric Dust Recycler

Description (Required)

The Iron Golem creation works Electric Dust Recycler. This cause ghost blocks.

Steps to reproduce the Issue (Required)

  1. Build Iron Golem from Electric Dust Recycler and Curved Pumpkin.

Expected behavior (Required)

Iron Golem creation not work from Electric Dust Recycler

Server Log / Error Report

Environment (Required)

[00:47:09 INFO]: Paper v1_16_R2
[00:47:09 INFO]: CS-CoreLib vDEV - 91 (git e42a05d1)
[00:47:09 INFO]: Slimefun vDEV - 732 (git 487108df)
[00:47:09 INFO]: Metrics build: #17
[00:47:09 INFO]: Backwards compatibility enabled!
[00:47:09 INFO]:
[00:47:09 INFO]: Installed Addons: (11)
[00:47:09 INFO]: RestrictedCreative v2.4.4
[00:47:09 INFO]: DyedBackpacks vDEV - 9 (git c42435c1)
[00:47:09 INFO]: ExtraTools vDEV - 21 (git eeeaed9d)
[00:47:09 INFO]: PomaExpansion vDEV - 10 (git 3f46213c)
[00:47:09 INFO]: LiteXpansion vDEV - 94 (git 442a78ad)
[00:47:09 INFO]: SlimefunOreChunks vDEV - 9 (git 88dd72b0)
[00:47:09 INFO]: EcoPower vDEV - 2 (git b0c0c875)
[00:47:09 INFO]: HotbarPets vDEV - 31 (git 5909202f)
[00:47:09 INFO]: ExtraGear vDEV - 12 (git 4570ea2c)
[00:47:09 INFO]: SlimefunLuckyBlocks vDEV - 29 (git db79cb7c)
[00:47:09 INFO]: FluffyMachines vDEV - 32 (git 189e731)

random error in console while using sweet berry bush trimmer

Description (Required)

This error was found in the log after using the bush trimmer. Nothing was shown in game.

Steps to reproduce the Issue (Required)

use the trimmer and checked the console.

Expected behavior (Required)

don't know as I don't know what the error is about.

Server Log / Error Report

https://pastebin.com/GPcJKRKW

Environment (Required)

  • Minecraft Version: 1.16.5
  • CS-CoreLib Version:removed
  • Slimefun Version: 822
  • FluffyMachines Version: Dev 67

Advanced Disenchanter is not working.

Description (Required)

Currently the advanced enchanter is, but the disenchanter, when given a tool with an enchant and a book does not start up when powered. I used a diamond axe with efficiency 5.

Steps to reproduce the Issue (Required)

place advanced disenchanter
place a book and an enchanted tool in it
nothing happens.

Expected behavior (Required)

the disenchanter to remove the enchant.

Server Log / Error Report

no errors in console

Environment (Required)

  • Minecraft Version: 1.16.15
  • CS-CoreLib Version: removed
  • Slimefun Version: Dev 833
  • FluffyMachines Version: Dev 68

Barrel can put other type item.

Description (Required)

Barrel can put other type items so that can make copy.

Steps to reproduce the Issue (Required)

https://www.youtube.com/watch?v=EPkGI_z9PkE
Video will delete until fixed

Expected behavior (Required)

Can't put different type item.

Server Log / Error Report

No error.

Environment (Required)

  • Minecraft Version: Paper v1_16_R2
  • CS-CoreLib Version: CS-CoreLib vDEV - 91 (git e42a05d1)
  • Slimefun Version: vDEV - 698 (git de170600)
  • FluffyMachines Version: vDEV - 18 (git 26faf07)

[Bug] Can place down Dolly

Description (Required)

i can use dispenser to place the Dolly down

Steps to reproduce the Issue (Required)

https://youtu.be/AaCOUu7dC3c

Expected behavior (Required)

Dolly is can not be place by dispenser

Server Log / Error Report

Dont have any error log

Environment (Required)

[12:01:44 INFO]: This Server uses the following setup of Slimefun:
[12:01:44 INFO]: Paper git-Paper-437 (MC: 1.16.5)
[12:01:44 INFO]: Slimefun vDEV - 792 (git 11698960)
[12:01:44 INFO]: Metrics build: #19
[12:01:44 INFO]:
[12:01:44 INFO]: Installed Addons: (18)
[12:01:44 INFO]: GlobalWarming vDEV - 9 (git d21d264b)
[12:01:44 INFO]: ExtraTools vDEV - 23 (git 9299a65c)
[12:01:44 INFO]: EnchantGems v8
[12:01:44 INFO]: FoxyMachines vDEV - 11 (git d6bd73c4)
[12:01:44 INFO]: EcoPower vDEV - 3 (git 18ba903d)
[12:01:44 INFO]: HotbarPets vDEV - 34 (git ee2130bb)
[12:01:44 INFO]: ExtraGear vDEV - 12 (git 4570ea2c)
[12:01:44 INFO]: SlimefunLuckyBlocks vDEV - 31 (git 6fa9afbd)
[12:01:44 INFO]: ExoticGarden vDEV - 66 (git eb90e45d)
[12:01:44 INFO]: Liquid vDEV - 7 (git 1ec76abf)
[12:01:44 INFO]: InfinityExpansion vDEV - 65 (git f3b719c1)
[12:01:44 INFO]: ElectricSpawners vDEV - 21 (git 8efab150)
[12:01:44 INFO]: SFCalc vDEV - 14 (git 8d205b67)
[12:01:44 INFO]: LiteXpansion vDEV - 124 (git 0e449831)
[12:01:44 INFO]: SoulJars vDEV - 21 (git 59212953)
[12:01:44 INFO]: SlimyTreeTaps vDEV - 17 (git 8f3e755b)
[12:01:44 INFO]: FluffyMachines vDEV - 63 (git 3cad37c)
[12:01:44 INFO]: DisguiseCookie v6

Medium Fluffy barrels can be used as vanilla barrel with hoppers

Description (Required)

Medium Fluffy barrels can be used as vanilla barrel with hoppers.

Steps to reproduce the Issue (Required)

1

Expected behavior (Required)

Medium Fluffy barrels cannot used as vanilla barrel with hoppers

Server Log / Error Report

Environment (Required)

[18:54:57 INFO]: Paper v1_16_R2
[18:54:57 INFO]: CS-CoreLib vDEV - 91 (git e42a05d1)
[18:54:57 INFO]: Slimefun vDEV - 729 (git 38bf2280)
[18:54:57 INFO]: Metrics build: #17
[18:54:57 INFO]: Backwards compatibility enabled!
[18:54:57 INFO]:
[18:54:57 INFO]: Installed Addons: (10)
[18:54:57 INFO]: DyedBackpacks vDEV - 9 (git c42435c1)
[18:54:57 INFO]: ExtraTools vDEV - 20 (git cfc5b167)
[18:54:57 INFO]: PomaExpansion vDEV - 10 (git 3f46213c)
[18:54:57 INFO]: LiteXpansion vDEV - 74 (git f803f67d)
[18:54:57 INFO]: SlimefunOreChunks vDEV - 9 (git 88dd72b0)
[18:54:57 INFO]: EcoPower vDEV - 2 (git b0c0c875)
[18:54:57 INFO]: HotbarPets vDEV - 31 (git 5909202f)
[18:54:57 INFO]: ExtraGear vDEV - 12 (git 4570ea2c)
[18:54:57 INFO]: SlimefunLuckyBlocks vDEV - 29 (git db79cb7c)
[18:54:57 INFO]: FluffyMachines vDEV - 30 (git fca125f)

Error occurred while enabling FluffyMachines vDEV - 68

Description (Required)

The FluffyMachines no load with Slimefun DEV - 841

Steps to reproduce the Issue (Required)

Start server with Slimefun DEV - 841 and FluffyMachines vDEV - 68.

Expected behavior (Required)

FluffyMachines works perfectly with Slimefun DEV - 841

Server Log / Error Report

https://pastebin.com/PQeM9RFT

Environment (Required)

Tuinity git-Tuinity-"44e8e5d" (MC: 1.16.5)
Slimefun DEV - 841 (git a4521a2d)
Metrics-Module #21
Java 11

Installed Addons: (17)
DyedBackpacks vDEV - 14 (git 0a051b2b)
ExtraTools vDEV - 25 (git 209f9078)
PomaExpansion vDEV - 15 (git f4bb6859)
FoxyMachines v1.0.0
EcoPower vDEV - 3 (git 18ba903d)
HotbarPets vDEV - 36 (git 71e1a5e7)
ExtraGear vDEV - 12 (git 4570ea2c)
SlimefunLuckyBlocks vDEV - 32 (git e108f086)
InfinityExpansion vDEV - 93 (git 69b78a0f)
RestrictedCreative v2.4.6
SFCalc vDEV - 2 (git da4a9d46)
LiteXpansion vDEV - 138 (git 004e3c61)
SlimyTreeTaps vDEV - 18 (git ab11a282)
MobCapturer vDEV - 15 (git a42c9e0c)
TranscEndence vDEV - 23 (git c7ddc06a)
FluffyMachines vDEV - 68 (git 54fdd26)
GeneticChickengineering v1.0.9

Backpack upgrade removed the fireproof

Description (Required)

If I upgrade the backpack removed fireproof when crafting.
Example.: Fireproof small backpack upgraded to backpack.

Steps to reproduce the Issue (Required)

  1. Make fireproof small backpack.
  2. Craft fireproof small backpack to backpack.

100394576-e6e77980-303d-11eb-985e-5ec0623e857b

  1. Fireproof removed

100394579-e9e26a00-303d-11eb-94ba-2d06b0f5a92e

Expected behavior (Required)

If I upgrade the backpack no removed fireproof when crafting.

Server Log / Error Report

Environment (Required)

[16:25:10 INFO]: This Server uses the following setup of Slimefun:
[16:25:10 INFO]: Yatopia v1_16_R3
[16:25:10 INFO]: CS-CoreLib vDEV - 91 (git e42a05d1)
[16:25:10 INFO]: Slimefun vDEV - 761 (git ac7bb44d)
[16:25:10 INFO]: Metrics build: #17
[16:25:10 INFO]:
[16:25:10 INFO]: Installed Addons: (1)
[16:25:10 INFO]: FluffyMachines vDEV - 48 (git 174f1cd)

Bone meal crafting not work in the Auto Crafting Table

Description (Required)

Bone meal crafting not work in the Auto Crafting Table
Write: Incorrect Recipe.

Screenshot 2021-01-19 231339

Steps to reproduce the Issue (Required)

  1. Place down an Auto Crafting Table.
  2. Place bone to the recipe slot.
  3. Place bone meal to the Key Item Slot.
  4. Crafting not work.

Expected behavior (Required)

Bone meal crafting works in the Auto Crafting Table.

Server Log / Error Report

Environment (Required)

[23:16:47 INFO]: This Server uses the following setup of Slimefun:
[23:16:47 INFO]: Yatopia git-Yatopia-"f8c5c21" (MC: 1.16.5)
[23:16:47 INFO]: CS-CoreLib vDEV - 92 (git e9150d72)
[23:16:47 INFO]: Slimefun vDEV - 789 (git 7eff4d38)
[23:16:47 INFO]: Metrics build: #19
[23:16:47 INFO]:
[23:16:47 INFO]: Installed Addons: (1)
[23:16:47 INFO]: FluffyMachines vDEV - 61 (git c0779e5)

The portable charger can be placed in itself

Description (Required)

The portable charger can be placed in itself.

Steps to reproduce the Issue (Required)

  1. Open portable charger.
  2. Can be placed in itself.

Capture

Expected behavior (Required)

The portable charger cannot placed in itself

Server Log / Error Report

Environment (Required)

[18:25:02 INFO]: This Server uses the following setup of Slimefun:
[18:25:02 INFO]: Paper v1_16_R3
[18:25:02 INFO]: CS-CoreLib vDEV - 91 (git e42a05d1)
[18:25:02 INFO]: Slimefun vDEV - 742 (git 05e98391)
[18:25:02 INFO]: Metrics build: #17
[18:25:02 INFO]:
[18:25:02 INFO]: Installed Addons: (1)
[18:25:02 INFO]: FluffyMachines vDEV - 43 (git 2918641)

Paxel tool duplicate

Description (Required)

Paxel tool duplicate

Steps to reproduce the Issue (Required)

  1. Break a grass block with the shovel Paxel mode.
  2. Right click to Grass Block with Paxel.
  3. Created a Grass Path block.
  4. Break Grass Path block with Paxel.
  5. The Grass Path dropped the Paxel tool.

This duplicate works similar with stripped log blocks.

https://www.youtube.com/watch?v=pJeeqwpzbaU

Expected behavior (Required)

Paxel tool duplicate not work.

Server Log / Error Report

Environment (Required)

[23:36:29 INFO]: This Server uses the following setup of Slimefun:
[23:36:29 INFO]: Yatopia git-Yatopia-"f8c5c21" (MC: 1.16.5)
[23:36:29 INFO]: CS-CoreLib vDEV - 92 (git e9150d72)
[23:36:29 INFO]: Slimefun vDEV - 789 (git 7eff4d38)
[23:36:29 INFO]: Metrics build: #19
[23:36:29 INFO]:
[23:36:29 INFO]: Installed Addons: (1)
[23:36:29 INFO]: FluffyMachines vDEV - 61 (git c0779e5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.